org.fosstrak.llrp.commander.actions
Class SendMessageAction

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.fosstrak.llrp.commander.actions.SendMessageAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate

public class SendMessageAction
extends org.eclipse.ui.actions.ActionDelegate
implements org.eclipse.ui.IEditorActionDelegate

The SendMessageAction implements workbench action delegate. The action proxy will be created by the workbench and shown in the UI. When the user tries to use the action, this delegate will be created and execution will be delegated to it.

See Also:
IEditorActionDelegate

Constructor Summary
SendMessageAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
           
 void setActiveEditor(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEditor)
           
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init, runWithEvent, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
selectionChanged
 

Constructor Detail

SendMessageAction

public SendMessageAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Overrides:
run in class org.eclipse.ui.actions.ActionDelegate
See Also:
ActionDelegate.run(IAction)

setActiveEditor

public void setActiveEditor(org.eclipse.jface.action.IAction action,
                            org.eclipse.ui.IEditorPart targetEditor)
Specified by:
setActiveEditor in interface org.eclipse.ui.IEditorActionDelegate
See Also:
IEditorActionDelegate.setActiveEditor(IAction, IEditorPart)


Copyright © 2009. All Rights Reserved.