Uses of Enum
jmri.util.swing.TriStateJCheckBox.State
Packages that use TriStateJCheckBox.State
Package
Description
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.StateModifier and TypeMethodDescriptionTriStateJCheckBox.getState()Return the current state, which is determined by the selection status of the model.static TriStateJCheckBox.StateReturns 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.StateModifier and TypeMethodDescriptionvoidTriStateJCheckBox.setState(TriStateJCheckBox.State state) Set the new state to either CHECKED, PARTIAL or UNCHECKED.