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

Packages that use QuadStateCheckBox.State
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.tagging   
 

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

Fields in org.openstreetmap.josm.gui declared as QuadStateCheckBox.State
private  QuadStateCheckBox.State[] QuadStateCheckBox.allowed
           
 

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.
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(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.
private  void QuadStateCheckBox.QuadStateDecorator.setState(QuadStateCheckBox.State 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)
           
 

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

Fields in org.openstreetmap.josm.gui.tagging declared as QuadStateCheckBox.State
private  QuadStateCheckBox.State TaggingPreset.Check.initialState
           
 



JOSM