Uses of Class
org.openstreetmap.josm.gui.widgets.QuadStateCheckBox.State
-
Packages that use QuadStateCheckBox.State Package Description org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of QuadStateCheckBox.State in org.openstreetmap.josm.gui.tagging.presets.items
Fields in org.openstreetmap.josm.gui.tagging.presets.items declared as QuadStateCheckBox.State Modifier and Type Field Description private QuadStateCheckBox.State
Check. initialState
-
Uses of QuadStateCheckBox.State in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets declared as QuadStateCheckBox.State Modifier and Type Field Description private QuadStateCheckBox.State[]
QuadStateCheckBox. allowed
Methods in org.openstreetmap.josm.gui.widgets that return QuadStateCheckBox.State Modifier and Type Method Description QuadStateCheckBox.State
QuadStateCheckBox. getState()
Return the current state, which is determined by the selection status of the model.private QuadStateCheckBox.State
QuadStateCheckBox.QuadStateDecorator. getState()
The current state is embedded in the selection / armed state of the model.static QuadStateCheckBox.State
QuadStateCheckBox.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuadStateCheckBox.State[]
QuadStateCheckBox.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.widgets with parameters of type QuadStateCheckBox.State Modifier and Type Method Description private void
QuadStateCheckBox.QuadStateDecorator. setState(QuadStateCheckBox.State state)
void
QuadStateCheckBox. setState(QuadStateCheckBox.State state)
Set the new state.Constructors in org.openstreetmap.josm.gui.widgets with parameters of type QuadStateCheckBox.State Constructor Description QuadStateCheckBox(String text, Icon icon, QuadStateCheckBox.State initial, QuadStateCheckBox.State... allowed)
Constructs a newQuadStateCheckBox
.QuadStateCheckBox(String text, QuadStateCheckBox.State initial, QuadStateCheckBox.State... allowed)
Constructs a newQuadStateCheckBox
.
-