Uses of Class
org.openstreetmap.josm.gui.QuadStateCheckBox.State

Uses of QuadStateCheckBox.State in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui that return QuadStateCheckBox.State
 QuadStateCheckBox.State QuadStateCheckBox.getState()
          Return the current state, which is determined by the selection status of the model.
static QuadStateCheckBox.State QuadStateCheckBox.State.valueOf(java.lang.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 with parameters of type QuadStateCheckBox.State
 void QuadStateCheckBox.setState(QuadStateCheckBox.State state)
          Set the new state.
 

Constructors in org.openstreetmap.josm.gui with parameters of type QuadStateCheckBox.State
QuadStateCheckBox(java.lang.String text, javax.swing.Icon icon, QuadStateCheckBox.State initial, QuadStateCheckBox.State[] allowed)
           
QuadStateCheckBox(java.lang.String text, javax.swing.Icon icon, QuadStateCheckBox.State initial, QuadStateCheckBox.State[] allowed)
           
QuadStateCheckBox(java.lang.String text, QuadStateCheckBox.State initial, QuadStateCheckBox.State[] allowed)
           
QuadStateCheckBox(java.lang.String text, QuadStateCheckBox.State initial, QuadStateCheckBox.State[] allowed)