org.eclipse.ui.progress |
Package-level Javadoc
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Package Specification
This package provides API for connecting to the progress support in the Eclipse
Workbench. The classes in this package are used to add information about the progress
of org.eclipse.core.runtime.Jobs created by plug-ins.
|
Java Source File Name | Type | Comment |
DeferredTreeContentManager.java | Class | The DeferredContentManager is a class that helps an ITreeContentProvider get
its deferred input. |
IDeferredWorkbenchAdapter.java | Interface | This adapter interface provides support for lazy initialization of UI workbench elements
that are displayed visually. |
IElementCollector.java | Interface | IElementCollector is a type that allows for the incremental update of a
collection of objects. |
IJobRunnable.java | Interface | Interface for runnables that can be run as jobs. |
IProgressConstants.java | Interface | Constants relating to progress UI functionality of the workbench plug-in. |
IProgressService.java | Interface | The progress service is the primary interface to the workbench progress
support. |
IWorkbenchSiteProgressService.java | Interface | IWorkbenchPartProgressService is an IProgressService that adds API for
jobs that change the state in a IWorkbenchPartSite while they are being
run. |
PendingUpdateAdapter.java | Class | The PendingUpdateAdapter is a convenience object that can be used
by a BaseWorkbenchContentProvider that wants to show a pending update. |
UIJob.java | Class | The UIJob is a Job that runs within the UI Thread via an asyncExec. |
WorkbenchJob.java | Class | WorkbenchJob is a type of job that implements a done listener
and does the shutdown checks before scheduling. |