Class PropertiesMembershipChoiceDialog.ExistingBothNewChoice
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.PropertiesMembershipChoiceDialog.ExistingBothNewChoice
-
- Enclosing class:
- PropertiesMembershipChoiceDialog
private static class PropertiesMembershipChoiceDialog.ExistingBothNewChoice extends java.lang.Object
Provides toggle buttons to allow the user choose the existing node, the new nodes, or all of them.
-
-
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(javax.swing.JPanel content, int gridy)
(package private) PropertiesMembershipChoiceDialog.ExistingBothNew
getSelected()
-
-
-
Constructor Detail
-
ExistingBothNewChoice
ExistingBothNewChoice(boolean preselectNew)
-
-
Method Detail
-
add
void add(javax.swing.JPanel content, int gridy)
-
getSelected
PropertiesMembershipChoiceDialog.ExistingBothNew getSelected()
-
-