Eclipse Platform
Release 3.1

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

Packages that use org.eclipse.core.runtime.jobs
org.eclipse.core.filebuffers Provides the API for accessing file buffers. 
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.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
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.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages 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.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. 
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.filebuffers
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.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.debug.core.model
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.debug.ui
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.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.console
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.dialogs
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.preferences
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.1

Guidelines for using Eclipse APIs.

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