| org.eclipse.ui.internal.handlers.ExecutableExtensionHandler org.eclipse.ui.internal.handlers.WorkbenchWindowHandlerDelegate
All known Subclasses: org.eclipse.ui.internal.handlers.ShowKeyAssistHandler,
Method Summary | |
public void | init(IWorkbenchWindow window) By default, this will do nothing. | public void | run(IAction action) This simply calls execute with a null map of parameter
values. | public void | selectionChanged(IAction action, ISelection selection) By default, this will do nothing. |
run | public void run(IAction action)(Code) | | This simply calls execute with a null map of parameter
values. If an ExecutionException occurs, then this should
be handle somehow. It's not clear what we'll do yet.
Parameters: action - The action proxy that handles the presentation portion of theaction See Also: org.eclipse.ui.IActionDelegate.run(IAction) |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | By default, this will do nothing. Subclasses may override.
Parameters: action - The action proxy that handles presentation portion of theaction Parameters: selection - The current selection, or null if there is noselection. See Also: org.eclipse.ui.IActionDelegate.selectionChanged(IActionISelection) |
Methods inherited from org.eclipse.ui.internal.handlers.ExecutableExtensionHandler | public void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException(Code)(Java Doc)
|
|
|