Uses of Class
jmri.util.swing.TriStateJCheckBox.State
-
Packages that use TriStateJCheckBox.State Package Description jmri.util.swing Tools and utilities for doing a systematic reworking of the JMRI GUI. -
-
Uses of TriStateJCheckBox.State in jmri.util.swing
Methods in jmri.util.swing that return TriStateJCheckBox.State Modifier and Type Method Description TriStateJCheckBox.State
TriStateJCheckBox. getState()
Return the current state, which is determined by the selection status of the model.static TriStateJCheckBox.State
TriStateJCheckBox.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TriStateJCheckBox.State[]
TriStateJCheckBox.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.util.swing with parameters of type TriStateJCheckBox.State Modifier and Type Method Description void
TriStateJCheckBox. setState(TriStateJCheckBox.State state)
Set the new state to either CHECKED, PARTIAL or UNCHECKED.
-