de.cau.cs.kieler.klots.util
Class KlotsJob
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
de.cau.cs.kieler.klots.util.KlotsJob
- All Implemented Interfaces:
- Comparable, IAdaptable
public class KlotsJob
- extends Job
- Rating

Fields inherited from class org.eclipse.core.internal.jobs.InternalJob |
manager |
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule |
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
compareTo |
LINK_JOB
public static final String LINK_JOB
- See Also:
- Constant Field Values
DOWNLOAD_JOB
public static final String DOWNLOAD_JOB
- See Also:
- Constant Field Values
RUN_JOB
public static final String RUN_JOB
- See Also:
- Constant Field Values
NO_JOB
public static final String NO_JOB
- See Also:
- Constant Field Values
KlotsJob
public KlotsJob(String job,
IEditorPart editorPart)
- Parameters:
job
- editorPart
-
run
protected IStatus run(IProgressMonitor monitor)
-
- Specified by:
run
in class Job