org.eclipse.ohf.stem.ui.actions
Class StepSimulationActionDelegate

java.lang.Object
  extended by org.eclipse.ohf.stem.ui.actions.InitiationSimulationActionDelegate
      extended by org.eclipse.ohf.stem.ui.actions.StepSimulationActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class StepSimulationActionDelegate
extends InitiationSimulationActionDelegate

This class is an "action delegate" that steps the selected STEM simulations one cycle.


Constructor Summary
StepSimulationActionDelegate()
           
 
Method Summary
 void dispose()
           
 void init(org.eclipse.ui.IWorkbenchWindow window)
           
 
Methods inherited from class org.eclipse.ohf.stem.ui.actions.InitiationSimulationActionDelegate
isScenarioConfigurationElement, run, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepSimulationActionDelegate

public StepSimulationActionDelegate()
Method Detail

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()