Interface | Description |
---|---|
IProgressMonitor |
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class | Description |
---|---|
NullProgressMonitor |
A default progress monitor implementation suitable for subclassing.
|
ProgressMonitorWrapper |
An abstract wrapper around a progress monitor which,
unless overridden, forwards
IProgressMonitor
and IProgressMonitorWithBlocking methods to the wrapped progress monitor. |
SubMonitor |
A progress monitor that uses a given amount of work ticks from a parent monitor.
|
SubProgressMonitor |
For new implementations consider using
SubMonitor . |