org.eclipse.ecf.docshare.menu
Class DocShareRosterMenuHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.ecf.presence.ui.menu.AbstractRosterMenuHandler
              extended by org.eclipse.ecf.docshare.menu.DocShareRosterMenuHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class DocShareRosterMenuHandler
extends AbstractRosterMenuHandler

Since:
2.1

Constructor Summary
DocShareRosterMenuHandler(IRosterEntry entry)
           
 
Method Summary
 java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent arg0)
           
protected  org.eclipse.ui.texteditor.ITextEditor getTextEditor()
           
 
Methods inherited from class org.eclipse.ecf.presence.ui.menu.AbstractRosterMenuHandler
dispose, fireHandlerChangeEvent, getRosterEntry
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocShareRosterMenuHandler

public DocShareRosterMenuHandler(IRosterEntry entry)
Parameters:
entry -
Method Detail

getTextEditor

protected org.eclipse.ui.texteditor.ITextEditor getTextEditor()

execute

public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent arg0)
                         throws org.eclipse.core.commands.ExecutionException
Specified by:
execute in interface org.eclipse.core.commands.IHandler
Specified by:
execute in class AbstractRosterMenuHandler
Throws:
org.eclipse.core.commands.ExecutionException