|
|
|
|
Uses of Class org.eclipse.core.runtime.jobs.Job
Uses of
Job in org.eclipse.core.internal.resources
|
Subclasses of
Job in org.eclipse.core.internal.resources
|
class
|
org.eclipse.core.internal.resources.InternalWorkspaceJob
Batches the activity of a job as a single operation, without obtaining the workspace
lock. |
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
(
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. |
Subclasses of
Job in
org.eclipse.ui.progress
|
class
|
UIJob
The UIJob is a Job that runs within the UI Thread via an asyncExec. |
class
|
WorkbenchJob
WorkbenchJob is a type of job that implements a done listener
and does the shutdown checks before scheduling. |
Methods in
org.eclipse.ui.progress with parameters of type
Job
|
Image
|
IProgressService.
getIconFor
(
Job job)
Get the icon that has been registered for a Job by
checking if the job belongs to any of the registered
families. |
void
|
IWorkbenchSiteProgressService.
schedule
(
Job job)
Jobs scheduled with this method will cause the part's presentation
to be changed to indicate that the part is busy and in a transient
state until the job completes. |
void
|
IWorkbenchSiteProgressService.
schedule
(
Job job,
long delay)
Jobs scheduled with this method will cause the part's presentation
to be changed to indicate that the part is busy and in a transient
state until the job completes. |
void
|
IWorkbenchSiteProgressService.
schedule
(
Job job,
long delay,
boolean useHalfBusyCursor)
Jobs scheduled with this method will cause the part's presentation
to be changed to indicate that the part is busy and in a transient
state until the job completes. |
void
|
IProgressService.
showInDialog
(
Shell shell,
Job job)
Open a dialog on job when it starts to run and close it
when the job is finished. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|