Uses of Class
org.eclipse.core.runtime.jobs.Job

Packages that use Job
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
 

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

Methods in org.eclipse.core.runtime.jobs that return Job
 Job IJobManager.currentJob()
          Returns the job that is currently running in this thread, or null if there is no currently running job.
 Job[] IJobManager.find(java.lang.Object family)
          Returns all waiting, executing and sleeping jobs belonging to the given family.
 Job IJobStatus.getJob()
          Returns the job associated with this status.
 Job IJobChangeEvent.getJob()
          The job on which this event occurred.
 

Methods in org.eclipse.core.runtime.jobs with parameters of type Job
abstract  IProgressMonitor ProgressProvider.createMonitor(Job job)
          Provides a new progress monitor instance to be used by the given job.
 IProgressMonitor ProgressProvider.createMonitor(Job job, IProgressMonitor group, int ticks)
          Returns a progress monitor that can be used by a running job to report progress in the context of a progress group.