public abstract class XViewerWorkbenchJob extends XViewerUIJob
Constructor | Description |
---|---|
XViewerWorkbenchJob(java.lang.String name) |
Add a new instance of the reciever with the supplied name.
|
XViewerWorkbenchJob(org.eclipse.swt.widgets.Display jobDisplay,
java.lang.String name) |
Create a new instance of the receiver with the supplied display and name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
performDone(org.eclipse.core.runtime.jobs.IJobChangeEvent event) |
Perform done with the supplied event.
|
boolean |
shouldRun() |
|
boolean |
shouldSchedule() |
addJobChangeListener, belongsTo, cancel, create, create, createSystem, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, sleep, toString, wakeUp, wakeUp, yieldRule
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
errorStatus, getDisplay, run, runInUIThread, setDisplay
public XViewerWorkbenchJob(org.eclipse.swt.widgets.Display jobDisplay, java.lang.String name)
jobDisplay
- Display. The display to run the job with.name
- Stringpublic XViewerWorkbenchJob(java.lang.String name)
name
- Stringpublic void performDone(org.eclipse.core.runtime.jobs.IJobChangeEvent event)
event
- IJobChangeEventpublic boolean shouldSchedule()
shouldSchedule
in class org.eclipse.core.runtime.jobs.Job
public boolean shouldRun()
shouldRun
in class org.eclipse.core.runtime.jobs.Job