Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static PleaseWaitProgressMonitor |
Main.currentProgressMonitor
The progress monitor being currently displayed.
|
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.
|