Uses of Class
org.openstreetmap.josm.gui.dialogs.PropertiesMembershipChoiceDialog.ExistingBothNew
-
Packages that use PropertiesMembershipChoiceDialog.ExistingBothNew 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.ExistingBothNew in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type PropertiesMembershipChoiceDialog.ExistingBothNew Modifier and Type Method Description private static void
UnGlueAction. updateMemberships(PropertiesMembershipChoiceDialog.ExistingBothNew memberships, Node originalNode, java.util.List<Node> newNodes, java.util.List<Command> cmds)
put all newNodes into the same relation(s) that originalNode is inprivate static void
UnGlueAction. updateProperties(PropertiesMembershipChoiceDialog.ExistingBothNew tags, Node existingNode, java.lang.Iterable<Node> newNodes, java.util.List<Command> cmds)
-
Uses of PropertiesMembershipChoiceDialog.ExistingBothNew in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs that return PropertiesMembershipChoiceDialog.ExistingBothNew Modifier and Type Method Description (package private) PropertiesMembershipChoiceDialog.ExistingBothNew
PropertiesMembershipChoiceDialog.ExistingBothNewChoice. getSelected()
static PropertiesMembershipChoiceDialog.ExistingBothNew
PropertiesMembershipChoiceDialog.ExistingBothNew. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PropertiesMembershipChoiceDialog.ExistingBothNew[]
PropertiesMembershipChoiceDialog.ExistingBothNew. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.dialogs that return types with arguments of type PropertiesMembershipChoiceDialog.ExistingBothNew Modifier and Type Method Description java.util.Optional<PropertiesMembershipChoiceDialog.ExistingBothNew>
PropertiesMembershipChoiceDialog. getMemberships()
Returns the memberships choice.java.util.Optional<PropertiesMembershipChoiceDialog.ExistingBothNew>
PropertiesMembershipChoiceDialog. getTags()
Returns the tags choice.
-