| java.lang.Object org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy
Constructor Summary | |
public | ActionDelegateHandlerProxy(IConfigurationElement element, String delegateAttributeName, String actionId, ParameterizedCommand command, IWorkbenchWindow window, String style, Expression enabledWhenExpression, String viewId) Constructs a new instance of ActionDelegateHandlerProxy
with all the information it needs to try to avoid loading until it is
needed.
Parameters: element - The configuration element from which the real class can beloaded at run-time; must not be null . Parameters: delegateAttributeName - The name of the attibute or element containing the actiondelegate; must not be null . Parameters: actionId - The identifier of the underlying action; may benull . Parameters: command - The command with which the action delegate will be associated;must not be null . Parameters: window - The workbench window in which this delegate will be active;must not be null . Parameters: style - The image style with which the icons are associated; may benull . Parameters: enabledWhenExpression - The name of the element containing the enabledWhen expression.This should be a child of theconfigurationElement . |
ActionDelegateHandlerProxy | public ActionDelegateHandlerProxy(IConfigurationElement element, String delegateAttributeName, String actionId, ParameterizedCommand command, IWorkbenchWindow window, String style, Expression enabledWhenExpression, String viewId)(Code) | | Constructs a new instance of ActionDelegateHandlerProxy
with all the information it needs to try to avoid loading until it is
needed.
Parameters: element - The configuration element from which the real class can beloaded at run-time; must not be null . Parameters: delegateAttributeName - The name of the attibute or element containing the actiondelegate; must not be null . Parameters: actionId - The identifier of the underlying action; may benull . Parameters: command - The command with which the action delegate will be associated;must not be null . Parameters: window - The workbench window in which this delegate will be active;must not be null . Parameters: style - The image style with which the icons are associated; may benull . Parameters: enabledWhenExpression - The name of the element containing the enabledWhen expression.This should be a child of theconfigurationElement . If this value isnull , then there is no enablement expression(i.e., enablement will be delegated to the handler whenpossible). Parameters: viewId - The identifier of the view to which this proxy is bound; maybe null if this proxy is not for anIViewActionDelegate. |
addHandlerListener | final public void addHandlerListener(IHandlerListener handlerListener)(Code) | | |
dispose | final public void dispose()(Code) | | |
execute | final public Object execute(ExecutionEvent event)(Code) | | |
handleStateChange | final public void handleStateChange(State state, Object oldValue)(Code) | | |
isEnabled | final public boolean isEnabled()(Code) | | |
isEnabled | final public boolean isEnabled(IEvaluationContext context)(Code) | | |
isHandled | final public boolean isHandled()(Code) | | |
removeHandlerListener | public void removeHandlerListener(IHandlerListener handlerListener)(Code) | | |
selectionChanged | final public void selectionChanged(SelectionChangedEvent event)(Code) | | |
|
|