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, setEnabled
public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException
public boolean isEnabled()
isEnabled
in interface org.eclipse.core.commands.IHandler
isEnabled
in class org.eclipse.core.commands.AbstractHandler
public boolean isHandled()
isHandled
in interface org.eclipse.core.commands.IHandler
isHandled
in class org.eclipse.core.commands.AbstractHandler
public static MdacActionDelegatingHandler create(IMdacAction mdacAction)