Class KlighdActionExecutionHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
de.cau.cs.kieler.klighd.ui.internal.handlers.KlighdActionExecutionHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler,org.eclipse.core.commands.IHandler2
public class KlighdActionExecutionHandler
extends org.eclipse.core.commands.AbstractHandler
Generic handler implementation executing
This class contains some inner helper classes contributing to the command parameter definitions in the plugin.xml.
IActions on view models and re-arranging
the diagrams afterwards.This class contains some inner helper classes contributing to the command parameter definitions in the plugin.xml.
- Author:
- chsch
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabledMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
Constructor Details
-
KlighdActionExecutionHandler
public KlighdActionExecutionHandler()
-
-
Method Details
-
execute
public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException - Throws:
org.eclipse.core.commands.ExecutionException
-