Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.progress.swing |
Provides Swing-based progress monitor implementations.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
JosmAction.waitFuture(java.util.concurrent.Future<?> future,
PleaseWaitProgressMonitor monitor) |
Constructor and Description |
---|
ParentRelationLoadingTask(Relation child,
OsmDataLayer layer,
boolean full,
PleaseWaitProgressMonitor monitor)
Creates a new task for asynchronously downloading the parents of a child relation.
|
Modifier and Type | Field and Description |
---|---|
(package private) static PleaseWaitProgressMonitor |
PleaseWaitProgressMonitor.currentProgressMonitor
The progress monitor being currently displayed.
|
Modifier and Type | Method and Description |
---|---|
static PleaseWaitProgressMonitor |
PleaseWaitProgressMonitor.getCurrent()
Returns the progress monitor being currently displayed.
|