de.cau.cs.kieler.synccharts.diagram.custom.handlers
Class EditInStateHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by de.cau.cs.kieler.synccharts.diagram.custom.handlers.EditInStateHandler
All Implemented Interfaces:
IHandler, IHandler2

Deprecated. Left this class for the case it will be reactivated. The related command/menu entry extension have been removed with the 0.6.0 release of KIELER. (chsch, 2011-11-18)

public class EditInStateHandler
extends AbstractHandler
implements IHandler

Handles edit requests for model elements.

Rating red

Field Summary
static String TYPE_PARAM
          Deprecated. parameter for type of element to edit.
 
Constructor Summary
EditInStateHandler()
          Deprecated.  
 
Method Summary
 Object execute(ExecutionEvent event)
          Deprecated. 
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.commands.IHandler
addHandlerListener, dispose, isEnabled, isHandled, removeHandlerListener
 

Field Detail

TYPE_PARAM

public static final String TYPE_PARAM
Deprecated. 
parameter for type of element to edit.

See Also:
Constant Field Values
Constructor Detail

EditInStateHandler

public EditInStateHandler()
Deprecated. 
Method Detail

execute

public Object execute(ExecutionEvent event)
               throws ExecutionException
Deprecated. 

Specified by:
execute in interface IHandler
Throws:
ExecutionException