See: Description
Interface | Description |
---|---|
ProgressMonitor |
An interface for displaying the progress of a task.
|
ProgressMonitor.CancelListener |
A listener that listens to cancel events on the progress monitor
|
ProgressRenderer |
Swing components can implement this interface and use a
SwingRenderingProgressMonitor
to render progress information. |
ProgressTaskIds |
The default
ProgressTaskId s used in JOSM |
Class | Description |
---|---|
AbstractProgressMonitor |
This class contains the progress logic required to implement a
ProgressMonitor . |
AbstractProgressMonitor.Request | |
CancelHandler |
A handler that notifies all listeners that a given operation was canceled.
|
ChildProgress |
The progress of a sub task
|
NullProgressMonitor |
A singleton progress monitor that does nothing.
|
ProgressTaskId |
The ID of a progress task.
|
Enum | Description |
---|---|
AbstractProgressMonitor.State |
Progress monitor state
|
Exception | Description |
---|---|
ProgressException |
An exception that is thrown by the progress monitor if something went wrong
|