org.eclipse.amp.axf.ide.handlers
Class StepHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.amp.axf.ide.handlers.ModelRunHandler
              extended by org.eclipse.amp.axf.ide.handlers.StepHandler
All Implemented Interfaces:
ILifeCycleListener, IStateListener, IModelWorkbenchListener, org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class StepHandler
extends ModelRunHandler

The Class StepHandler.


Constructor Summary
StepHandler()
          Instantiates a new step handler.
 
Method Summary
 boolean isEnabled()
           
 
Methods inherited from class org.eclipse.amp.axf.ide.handlers.ModelRunHandler
execute, getRunner, modelActivated, modelAdded, modelRemoved, notifyChange, observationEnd, observationEnding, observeCreate, observeInitialize, observeStart, observeStop, observeUpdate, observing, stateChange, viewActivated, viewAdded, viewRemoved
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, isHandled, removeHandlerListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepHandler

public StepHandler()
Instantiates a new step handler.

Method Detail

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface org.eclipse.core.commands.IHandler
Overrides:
isEnabled in class ModelRunHandler
Returns:
See Also:
ModelRunHandler.isEnabled()