| org.eclipse.ui.examples.jobs.views.JobsView
JobsView | public class JobsView extends ViewPart (Code) | | A view that allows a user to create jobs of various types, and interact with
and test other job-related APIs.
|
busyCursorWhile | protected void busyCursorWhile()(Code) | | |
createJobs | protected void createJobs()(Code) | | |
createPartControl | public void createPartControl(Composite parent)(Code) | | See Also: ViewPart.createPartControl(Composite) |
doRun | protected void doRun(long duration, IProgressMonitor monitor)(Code) | | |
doRunInWorkspace | protected void doRunInWorkspace(long duration, IProgressMonitor monitor)(Code) | | |
doSleep | protected void doSleep()(Code) | | Puts to sleep all waiting test jobs.
|
doWakeUp | protected void doWakeUp()(Code) | | Wakes up all sleeping test jobs.
|
getDuration | protected long getDuration()(Code) | | |
jobWithRuntimeException | protected void jobWithRuntimeException()(Code) | | |
joinTestJobs | protected void joinTestJobs()(Code) | | Example usage of the IJobManager.join method.
|
progressNoFork | protected void progressNoFork()(Code) | | |
runnableInWindow | public void runnableInWindow()(Code) | | Run a workspace runnable in the application window.
|
setFocus | public void setFocus()(Code) | | See Also: ViewPart.setFocus |
showInDialog | protected void showInDialog()(Code) | | Test the showInDialog API
|
touchWorkspace | protected void touchWorkspace()(Code) | | |
|
|