de.tu_berlin.cs.tfs.muvitorkit.ui.utils.test
Class EditorJob

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.tu_berlin.cs.tfs.muvitorkit.ui.utils.test.EditorJob
All Implemented Interfaces:
Comparable, IAdaptable

public abstract class EditorJob
extends Job

TODO EditorJob: documentation and purpose description

Rating red

Field Summary
 
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
EditorJob(String name)
           
 
Method Summary
 boolean belongsTo(Object family)
           
static void cancelAll()
           
static void scheduleAll()
           
static void sleepAll()
           
static void wakeUpAll()
           
 
Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, run, 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
 

Constructor Detail

EditorJob

public EditorJob(String name)
Method Detail

belongsTo

public boolean belongsTo(Object family)
Overrides:
belongsTo in class Job

wakeUpAll

public static void wakeUpAll()

sleepAll

public static void sleepAll()

cancelAll

public static void cancelAll()

scheduleAll

public static void scheduleAll()