de.cau.cs.kieler.sim.kiem.automated.ui.ui
Class OpenWizardAction
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
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

- (2010-01-29)
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 |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenWizardAction
public OpenWizardAction()
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