Package | Description |
---|---|
org.openstreetmap.josm.gui.progress |
Provides GUI classes for displaying long tasks background advancement in a progress bar, and a way to cancel them.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractProgressMonitor.State |
AbstractProgressMonitor.state |
Modifier and Type | Method and Description |
---|---|
static AbstractProgressMonitor.State |
AbstractProgressMonitor.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractProgressMonitor.State[] |
AbstractProgressMonitor.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractProgressMonitor.checkState(AbstractProgressMonitor.State... expectedStates) |