Class ShowStatisticsHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- edu.kit.ipd.sdq.eventsim.rvisualization.handlers.ShowStatisticsHandler
-
- All Implemented Interfaces:
IHandler
,IHandler2
,IElementUpdater
public class ShowStatisticsHandler extends AbstractHandler implements IElementUpdater
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMAND_ID
static String
TOGGLE_STATE_ID
-
Constructor Summary
Constructors Constructor Description ShowStatisticsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(ExecutionEvent event)
void
updateElement(UIElement element, Map parameters)
-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
-
-
-
Field Detail
-
COMMAND_ID
public static final String COMMAND_ID
- See Also:
- Constant Field Values
-
TOGGLE_STATE_ID
public static final String TOGGLE_STATE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public Object execute(ExecutionEvent event) throws ExecutionException
- Specified by:
execute
in interfaceIHandler
- Throws:
ExecutionException
-
updateElement
public void updateElement(UIElement element, Map parameters)
- Specified by:
updateElement
in interfaceIElementUpdater
-
-