@Deprecated public final class ActionHandler extends AbstractHandler
IAction to
IHandler.ActionHandler| Constructor and Description |
|---|
ActionHandler(IAction action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHandlerListener(IHandlerListener handlerListener)
Deprecated.
|
void |
dispose()
Deprecated.
|
Object |
execute(Map parameterValuesByName)
Deprecated.
|
IAction |
getAction()
Deprecated.
|
Map |
getAttributeValuesByName()
Deprecated.
|
void |
removeHandlerListener(IHandlerListener handlerListener)
Deprecated.
|
String |
toString()
Deprecated.
|
execute, fireHandlerChanged, fireHandlerChanged, hasListeners, isEnabled, isHandledaddHandlerListener, removeHandlerListener, setBaseEnabled, setEnabledaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject@Deprecated public ActionHandler(IAction action)
IAction.action - the action. Must not be null.@Deprecated public void addHandlerListener(IHandlerListener handlerListener)
IHandlerIHandlerListener to listen for
changes to properties of this instance.addHandlerListener in class AbstractHandlerhandlerListener - the instance to register. Must not be null. If
an attempt is made to register an instance which is already
registered with this instance, no operation is performed.IHandler.addHandlerListener(org.eclipse.ui.commands.IHandlerListener)@Deprecated public void dispose()
dispose in interface IHandlerdispose in class AbstractHandlerIHandler.dispose()@Deprecated public Object execute(Map parameterValuesByName) throws ExecutionException
IHandlerparameterValuesByName - the map of parameter values by name. Reserved for future use,
must be null.null.ExecutionException - if an exception occurred during execution.@Deprecated public IAction getAction()
@Deprecated public Map getAttributeValuesByName()
AbstractHandlergetAttributeValuesByName in class AbstractHandlernull. If this map is not
empty, its collection of keys is guaranteed to only contain
instances of String.IHandler.getAttributeValuesByName()@Deprecated public void removeHandlerListener(IHandlerListener handlerListener)
IHandlerIPropertyListener listening for
changes to properties of this instance.removeHandlerListener in class AbstractHandlerhandlerListener - the instance to unregister. Must not be null.
If an attempt is made to unregister an instance which is not
already registered with this instance, no operation is
performed.IHandler.removeHandlerListener(org.eclipse.ui.commands.IHandlerListener)@Deprecated public final String toString()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.