| org.eclipse.ui.examples.jobs.UITestJob
UITestJob | public class UITestJob extends UIJob (Code) | | Base class for a simple test UI job with configurable parameters
|
Constructor Summary | |
public | UITestJob(long duration, boolean lock, boolean failure, boolean indeterminate) |
Method Summary | |
public IStatus | runInUIThread(IProgressMonitor monitor) |
UITestJob | public UITestJob(long duration, boolean lock, boolean failure, boolean indeterminate)(Code) | | |
runInUIThread | public IStatus runInUIThread(IProgressMonitor monitor)(Code) | | |
|
|