public class MdacActionDelegatingHandler
extends org.eclipse.core.commands.AbstractHandler
| Modifier and Type | Method and Description |
|---|---|
static MdacActionDelegatingHandler |
create(IMdacAction mdacAction) |
Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
boolean |
isEnabled() |
boolean |
isHandled() |
addHandlerListener, dispose, fireHandlerChanged, hasListeners, removeHandlerListener, setBaseEnabled, setEnabledpublic Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionExceptionpublic boolean isEnabled()
isEnabled in interface org.eclipse.core.commands.IHandlerisEnabled in class org.eclipse.core.commands.AbstractHandlerpublic boolean isHandled()
isHandled in interface org.eclipse.core.commands.IHandlerisHandled in class org.eclipse.core.commands.AbstractHandlerpublic static MdacActionDelegatingHandler create(IMdacAction mdacAction)