| java.lang.Object org.eclipse.ui.examples.jobs.actions.JobAction
JobAction | public class JobAction implements IWorkbenchWindowActionDelegate(Code) | | Our sample action implements workbench action delegate.
The action proxy will be created by the workbench and
shown in the UI. When the user tries to use the action,
this delegate will be created and execution will be
delegated to it.
See Also: IWorkbenchWindowActionDelegate |
Method Summary | |
public void | dispose() | public void | init(IWorkbenchWindow window) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) |
dispose | public void dispose()(Code) | | |
init | public void init(IWorkbenchWindow window)(Code) | | |
run | public void run(IAction action)(Code) | | |
selectionChanged | public void selectionChanged(IAction action, ISelection selection)(Code) | | |
|
|