Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
UnGlueAction.update(PropertiesMembershipChoiceDialog dialog,
Node existingNode,
java.util.List<Node> newNodes,
java.util.Collection<Command> cmds) |
Modifier and Type | Method and Description |
---|---|
static PropertiesMembershipChoiceDialog |
PropertiesMembershipChoiceDialog.showIfNecessary(java.util.Collection<Node> selectedNodes,
boolean preselectNew)
Creates and shows a new
PropertiesMembershipChoiceDialog if necessary. |