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 |
---|---|
private static void |
UnGlueAction.updateMemberships(PropertiesMembershipChoiceDialog.ExistingBothNew memberships,
Node originalNode,
java.util.List<Node> newNodes,
java.util.Collection<Command> cmds)
put all newNodes into the same relation(s) that originalNode is in
|
private static void |
UnGlueAction.updateProperties(PropertiesMembershipChoiceDialog.ExistingBothNew tags,
Node existingNode,
java.lang.Iterable<Node> newNodes,
java.util.Collection<Command> cmds) |
Modifier and Type | Method and Description |
---|---|
(package private) PropertiesMembershipChoiceDialog.ExistingBothNew |
PropertiesMembershipChoiceDialog.ExistingBothNewChoice.getSelected() |
PropertiesMembershipChoiceDialog.ExistingBothNew |
PropertiesMembershipChoiceDialog.ExistingBothNew.opposite()
Returns the opposite/inverted user choice.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PropertiesMembershipChoiceDialog.ExistingBothNew> |
PropertiesMembershipChoiceDialog.getMemberships()
Returns the memberships choice.
|
java.util.Optional<PropertiesMembershipChoiceDialog.ExistingBothNew> |
PropertiesMembershipChoiceDialog.getTags()
Returns the tags choice.
|