org.eclipse.ohf.stem.ui.actions
Class RunSimulationActionDelegate
java.lang.Object
org.eclipse.ohf.stem.ui.actions.InitiationSimulationActionDelegate
org.eclipse.ohf.stem.ui.actions.RunSimulationActionDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
public class RunSimulationActionDelegate
- extends InitiationSimulationActionDelegate
- implements org.eclipse.ui.IObjectActionDelegate
This class is an "action delegate" that runs the selected STEM simulations.
Method Summary |
void |
dispose()
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IActionDelegate |
run, selectionChanged |
RunSimulationActionDelegate
public RunSimulationActionDelegate()
setActivePart
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
- Specified by:
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
- See Also:
IObjectActionDelegate.setActivePart(org.eclipse.jface.action.IAction,
org.eclipse.ui.IWorkbenchPart)
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.dispose()