| |
|
| org.eclipse.ui.commands.AbstractHandler org.eclipse.ui.commands.ActionHandler
ActionHandler | final public class ActionHandler extends AbstractHandler (Code) | | This class adapts instances of IAction to
IHandler .
since: 3.0 See Also: org.eclipse.jface.commands.ActionHandler |
Constructor Summary | |
public | ActionHandler(IAction action) Creates a new instance of this class given an instance of
IAction .
Parameters: action - the action. |
ActionHandler | public ActionHandler(IAction action)(Code) | | Creates a new instance of this class given an instance of
IAction .
Parameters: action - the action. Must not be null . |
getAction | public IAction getAction()(Code) | | Returns the action associated with this handler
the action associated with this handler (not null) since: 3.1 |
getAttributeValuesByName | public Map getAttributeValuesByName()(Code) | | |
|
|
|