Class PropertiesMembershipChoiceDialog.ExistingBothNewChoice
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.PropertiesMembershipChoiceDialog.ExistingBothNewChoice
-
- Enclosing class:
- PropertiesMembershipChoiceDialog
private static class PropertiesMembershipChoiceDialog.ExistingBothNewChoice extends Object
Provides toggle buttons to allow the user choose the existing node, the new nodes, or all of them.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AbstractButton
bothNodes
The "Both nodes" button(package private) AbstractButton
newNode
The "New node" button(package private) AbstractButton
oldNode
The "Existing node" button
-
Constructor Summary
Constructors Constructor Description ExistingBothNewChoice(boolean preselectNew)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(JPanel content, int gridy)
(package private) PropertiesMembershipChoiceDialog.ExistingBothNew
getSelected()
-
-
-
Field Detail
-
oldNode
final AbstractButton oldNode
The "Existing node" button
-
bothNodes
final AbstractButton bothNodes
The "Both nodes" button
-
newNode
final AbstractButton newNode
The "New node" button
-
-
Constructor Detail
-
ExistingBothNewChoice
ExistingBothNewChoice(boolean preselectNew)
-
-
Method Detail
-
getSelected
PropertiesMembershipChoiceDialog.ExistingBothNew getSelected()
-
-