Uses of Package
org.eclipse.core.runtime.jobs
-
Packages that use org.eclipse.core.runtime.jobs Package Description org.eclipse.core.filebuffers Provides the API for accessing file buffers.org.eclipse.core.filebuffers.manipulation Provides the API for manipulating 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 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.org.eclipse.debug.core.commands Provides a set of interfaces for common debug commands.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.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background.org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations.org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.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 basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.org.eclipse.ui.ide.undo APIs that provide undo and redo behavior for operations that manipulate the workspace.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.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 Class Description 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.filebuffers.manipulation Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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.IJobFunction This is a functional interface representation ofJob
, suitable for use in lambda expressions.IJobManager The job manager provides facilities for scheduling, querying, and maintaining jobs and locks.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.JobGroup JobGroups support throttling, join, cancel, combined progress and error reporting on a group of jobs.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.commands Class Description 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.core.model Class Description 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 Class Description 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.equinox.p2.operations Class Description 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.equinox.p2.ui Class Description 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.ltk.core.refactoring Class Description 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.core.mapping Class Description 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.core.mapping.provider Class Description 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 Class Description 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 theIJobChangeListener
interface. -
Classes in org.eclipse.core.runtime.jobs used by org.eclipse.team.ui.mapping Class Description 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 theIJobChangeListener
interface. -
Classes in org.eclipse.core.runtime.jobs used by org.eclipse.team.ui.synchronize Class Description 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 theIJobChangeListener
interface. -
Classes in org.eclipse.core.runtime.jobs used by org.eclipse.ui.actions Class Description 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 Class Description 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 Class Description 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 Class Description 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.ide.undo Class Description 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.preferences Class Description 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 Class Description 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.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 Class Description ISchedulingRule Scheduling rules are used by jobs to indicate when they need exclusive access to a resource.