org.eclipse.ui.internal.progress |
|
Java Source File Name | Type | Comment |
AbstractProgressViewer.java | Class | The AbstractProgressViewer is the abstract superclass of the viewers that
show progress. |
AnimationItem.java | Class | The AnimationItem is the class that manages the animation for the progress. |
AnimationManager.java | Class | The AnimationManager is the class that keeps track of the animation items to
update. |
BlockedJobsDialog.java | Class | The BlockedJobsDialog class displays a dialog that provides information on
the running jobs. |
DetailedProgressViewer.java | Class | The DetailedProgressViewer is a viewer that shows the details of all in
progress job or jobs that are finished awaiting user input. |
ErrorInfo.java | Class | ErrorInfo is the info that displays errors. |
FinishedJobs.java | Class | This singleton remembers all JobTreeElements that should be preserved (e.g. |
GroupInfo.java | Class | The GroupInfo is the object used to display group properties. |
IAnimationProcessor.java | Interface | The IAnimationProcessor is the class that handles the animation of
the animation item. |
IJobBusyListener.java | Interface | The IJobBusyListener is used to listen for running and
terminating of jobs of a particular family. |
IJobProgressManagerListener.java | Interface | The IJobProgressManagerListener is a class that listeners to the JobProgressManager. |
IProgressUpdateCollector.java | Interface | The IProgressUpdateCollector is the interface that content providers
conform to in order that the ProgressViewUpdater can talk to various
types of content provider. |
JobInfo.java | Class | JobInfo is the class that keeps track of the tree structure for objects that
display job status in a tree. |
JobsViewPreferenceDialog.java | Class | The JobsViewPreferenceDialog is the dialog that
allows the user to set the preferences. |
JobTreeElement.java | Class | The JobTreeElement is the abstract superclass of items displayed in the tree. |
ProgressAnimationItem.java | Class | The ProgressAnimationItem is the animation items that uses
the progress bar. |
ProgressAnimationProcessor.java | Class | The ProgressAnimationProcessor is the processor for the animation using the
system progress. |
ProgressCanvasViewer.java | Class | The ProgressCanvasViewer is the viewer used by progress windows. |
ProgressContentProvider.java | Class | The ProgressContentProvider is the content provider used for classes that
listen to the progress changes. |
ProgressInfoItem.java | Class | ProgressInfoItem is the item used to show jobs. |
ProgressLabelProvider.java | Class | The ProgressLabelProvider is a label provider used for viewers
that need anILabelprovider to show JobInfos. |
ProgressManager.java | Class | JobProgressManager provides the progress monitor to the job manager and
informs any ProgressContentProviders of changes. |
ProgressManagerUtil.java | Class | The ProgressUtil is a class that contains static utility methods used for the
progress API. |
ProgressMessages.java | Class | |
ProgressMonitorFocusJobDialog.java | Class | The ProgressMonitorFocusJobDialog is a dialog that shows progress for a
particular job in a modal dialog so as to give a user accustomed to a modal
UI a more familiar feel. |
ProgressMonitorJobsDialog.java | Class | The ProgressMonitorJobsDialog is the progress monitor dialog used by the
progress service to allow locks to show the current jobs. |
ProgressRegion.java | Class | The ProgressRegion is class for the region of the workbench where the
progress line and the animation item are shown. |
ProgressView.java | Class | The ProgressView is the class that shows the details of the current workbench
progress. |
ProgressViewerContentProvider.java | Class | The ProgressViewerContentProvider is the content provider progress viewers. |
ProgressViewerLabelProvider.java | Class | The ProgressViewerLabelProvider is the label provider for progress viewers. |
ProgressViewUpdater.java | Class | The ProgressViewUpdater is the singleton that updates viewers. |
StatusAdapterHelper.java | Class | StatusAdapterHelper is a class for caching
StatusAdapter instances to make sure
they are not created twice within the progress service. |
SubTaskInfo.java | Class | SubTaskInfo is the class that displays a subtask in the
tree. |
TaskInfo.java | Class | The TaskInfo is the info on a task with a job. |
VirtualInfoItem.java | Class | VirtualInfoItem is the item used to show jobs which only displays when it is
visible. |
VirtualProgressView.java | Class | The VirtualProgressView is the class that shows the details of the current workbench
progress optimized for the display of visible items only. |
VirtualProgressViewer.java | Class | The VirtualProgressViewer is a viewer that shows the details of all in
progress job or jobs that are finished awaiting user input. |
WorkbenchSiteProgressService.java | Class | The WorkbenchSiteProgressService is the concrete implementation of the
WorkbenchSiteProgressService used by the workbench components. |