| java.lang.Object org.eclipse.ui.examples.jobs.actions.CreateJobsAction
CreateJobsAction | public class CreateJobsAction implements IWorkbenchWindowActionDelegate(Code) | | Test action that creates a number of fake jobs, and then waits until they complete.
|
Field Summary | |
final static long | DELAY |
Method Summary | |
public void | dispose() | public void | init(IWorkbenchWindow window) | public void | run(IAction action) | public void | selectionChanged(IAction action, ISelection selection) |
DELAY | final static long DELAY(Code) | | |
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) | | |
|
|