de.cau.cs.kieler.sim.kiem.automated.ui.ui
Class OpenWizardAction

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.jface.action.AbstractAction
          extended by org.eclipse.jface.action.Action
              extended by de.cau.cs.kieler.sim.kiem.automated.ui.ui.OpenWizardAction
All Implemented Interfaces:
IAction, IActionDelegate, IViewActionDelegate

public class OpenWizardAction
extends Action
implements IViewActionDelegate

The action that opens the execution wizard and starts the automated execution with the data obtained from the wizard.

Rating proposed yellow
(2010-01-29)

Field Summary
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
OpenWizardAction()
           
 
Method Summary
 ImageDescriptor getImageDescriptor()
          
 String getToolTipText()
          
 void init(IViewPart view)
          
 void run()
           
 void run(IAction action)
          
 void selectionChanged(IAction action, ISelection selection)
          
 
Methods inherited from class org.eclipse.jface.action.Action
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getMenuCreator, getStyle, getText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from class org.eclipse.jface.action.AbstractAction
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
 
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
 
Methods inherited from interface org.eclipse.jface.action.IAction
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

OpenWizardAction

public OpenWizardAction()
Method Detail

run

public void run()
Specified by:
run in interface IAction
Overrides:
run in class Action

getImageDescriptor

public ImageDescriptor getImageDescriptor()

Specified by:
getImageDescriptor in interface IAction
Overrides:
getImageDescriptor in class Action

getToolTipText

public String getToolTipText()

Specified by:
getToolTipText in interface IAction
Overrides:
getToolTipText in class Action

init

public void init(IViewPart view)

Specified by:
init in interface IViewActionDelegate

run

public void run(IAction action)

Specified by:
run in interface IActionDelegate

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

Specified by:
selectionChanged in interface IActionDelegate