Uses of Interface
org.eclipse.core.runtime.jobs.IJobManager

Packages that use IJobManager
org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. 
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
 

Uses of IJobManager in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IJobManager
static IJobManager Platform.getJobManager()
          Deprecated. The method Job.getJobManager() should be used instead.
 

Uses of IJobManager in org.eclipse.core.runtime.jobs
 

Methods in org.eclipse.core.runtime.jobs that return IJobManager
static IJobManager Job.getJobManager()
          Returns the job manager.