Uses of Class
org.openstreetmap.josm.gui.dialogs.PropertiesMembershipChoiceDialog
-
Packages that use PropertiesMembershipChoiceDialog 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 -
-
Uses of PropertiesMembershipChoiceDialog in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type PropertiesMembershipChoiceDialog Modifier and Type Method Description private boolean
UnGlueAction. unglueClosedOrSelfCrossingWay(Way way, PropertiesMembershipChoiceDialog dialog)
Duplicates a node used several times by the same way.private void
UnGlueAction. unglueOneNodeAtMostOneWay(Way way, PropertiesMembershipChoiceDialog dialog)
Assumes there is one tagged Node stored in selectedNode that it will try to unglue.(package private) static void
UnGlueAction. update(PropertiesMembershipChoiceDialog dialog, Node existingNode, List<Node> newNodes, List<Command> cmds)
-
Uses of PropertiesMembershipChoiceDialog in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs that return PropertiesMembershipChoiceDialog Modifier and Type Method Description static PropertiesMembershipChoiceDialog
PropertiesMembershipChoiceDialog. showIfNecessary(Collection<Node> selectedNodes, boolean preselectNew)
Creates and shows a newPropertiesMembershipChoiceDialog
if necessary.
-