de.cau.cs.kieler.klots.util
Class KlotsJob

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.core.internal.jobs.InternalJob
          extended by org.eclipse.core.runtime.jobs.Job
              extended by de.cau.cs.kieler.klots.util.KlotsJob
All Implemented Interfaces:
Comparable, IAdaptable

public class KlotsJob
extends Job

Rating red

Field Summary
static String DOWNLOAD_JOB
           
static String LINK_JOB
           
static String NO_JOB
           
static String RUN_JOB
           
 
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
 
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob
manager
 
Constructor Summary
KlotsJob(String job, IEditorPart editorPart)
           
 
Method Summary
protected  IStatus run(IProgressMonitor monitor)
          
 
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
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

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
Constructor Detail

KlotsJob

public KlotsJob(String job,
                IEditorPart editorPart)
Parameters:
job -
editorPart -
Method Detail

run

protected IStatus run(IProgressMonitor monitor)

Specified by:
run in class Job