Eclipse Platform
Release 3.0

Uses of Package
org.eclipse.core.runtime.jobs

Packages that use org.eclipse.core.runtime.jobs
org.eclipse.core.internal.resources   
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.core.resources.team Provides APIs intended to be implemented by the Team component.  
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity.  
org.eclipse.team.ui Provides basic support for managing Team providers.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.  
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.  
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.internal.resources
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.resources
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.resources.team
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.runtime
IJobManager
          The job manager provides facilities for scheduling, querying, and maintaining jobs and locks.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.runtime.jobs
IJobChangeEvent
          An event describing a change to the state of a job.
IJobChangeListener
          Callback interface for clients interested in being notified when jobs change state.
ILock
          A lock is used to control access to an exclusive resource.
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
LockListener
          A lock listener is notified whenever a thread is about to wait on a lock, and when a thread is about to release a lock.
ProgressProvider
          The progress provider supplies the job manager with progress monitors for running jobs.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.team.ui
IJobChangeListener
          Callback interface for clients interested in being notified when jobs change state.
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
JobChangeAdapter
          This adapter class provides default implementations for the methods described by the IJobChangeListener interface.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.team.ui.synchronize
IJobChangeEvent
          An event describing a change to the state of a job.
IJobChangeListener
          Callback interface for clients interested in being notified when jobs change state.
JobChangeAdapter
          This adapter class provides default implementations for the methods described by the IJobChangeListener interface.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.actions
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.editors.text
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.part
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.progress
IJobChangeEvent
          An event describing a change to the state of a job.
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
Job
          Jobs are units of runnable work that can be scheduled to be run with the job manager.
 

Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.texteditor
ISchedulingRule
          Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.