See: Description
Interface | Description |
---|---|
PleaseWaitProgressMonitor.ProgressMonitorDialog |
Implemented by both foreground dialog and background progress dialog (in status bar)
|
ProgressMonitor |
Typical use case is:
|
ProgressMonitor.CancelListener | |
ProgressRenderer |
Swing components can implement this interface and use a
SwingRenderingProgressMonitor
to render progress information. |
ProgressTaskIds |
Class | Description |
---|---|
AbstractProgressMonitor | |
AbstractProgressMonitor.Request | |
CancelHandler | |
ChildProgress | |
NullProgressMonitor |
A singleton progress monitor that does nothing.
|
PleaseWaitProgressMonitor | |
ProgressMonitorExecutor |
Executor that displays the progress monitor to the user.
|
ProgressTaskId | |
SwingRenderingProgressMonitor |
SwingRenderingProgressMonitor is progress monitor which delegates the rendering
of progress information to a
ProgressRenderer . |
Enum | Description |
---|---|
AbstractProgressMonitor.State |
Exception | Description |
---|---|
ProgressException |