setGlobalActionHandler(String actionID, IAction handler) Add a handler for a window action.
The standard action ID's for the workbench are defined in
IWorkbenchActions.
See Also: IWorkbenchActions Parameters: actionID - an action ID declared in the registry Parameters: handler - an action which implements the action ID.
public IAction getGlobalActionHandler(String actionID)(Code)
Get the handler for a window action.
Parameters: actionID - an action ID declared in the registry an action handler which implements the action ID, ornull if none is registered.
public void setGlobalActionHandler(String actionID, IAction handler)(Code)
Add a handler for a window action.
The standard action ID's for the workbench are defined in
IWorkbenchActions.
See Also: IWorkbenchActions Parameters: actionID - an action ID declared in the registry Parameters: handler - an action which implements the action ID. null may be passed to deregister a handler.