Class CreateShortcutAction
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- org.modelversioning.emfprofile.diagram.part.CreateShortcutAction
-
public class CreateShortcutAction extends AbstractHandler
- Generated class or method.
- NOT
-
-
Constructor Summary
Constructors Constructor Description CreateShortcutAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(ExecutionEvent event)
Object[]
getRegistryEntries()
-
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
-
-
-
-
Method Detail
-
execute
public Object execute(ExecutionEvent event) throws ExecutionException
- Throws:
ExecutionException
- Generated class or method.
- NOT
-
getRegistryEntries
public Object[] getRegistryEntries()
-
-