Uses of Enum Class
com.iamsoft.util.ui.swing.TriStateCheckBox.State
Packages that use TriStateCheckBox.State
-
Uses of TriStateCheckBox.State in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return TriStateCheckBox.StateModifier and TypeMethodDescriptionTriStateCheckBox.getState()
Deprecated.The current state is embedded in the selection/armed state of the model.protected TriStateCheckBox.State
TriStateCheckBox.nextState()
Deprecated.Override this method to chenge order of state iteration.static TriStateCheckBox.State
Returns the enum constant of this class with the specified name.static TriStateCheckBox.State[]
TriStateCheckBox.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iamsoft.util.ui.swing with parameters of type TriStateCheckBox.StateModifier and TypeMethodDescriptionvoid
TriStateCheckBox.setState
(TriStateCheckBox.State pState) Deprecated.Set the new state.Constructors in com.iamsoft.util.ui.swing with parameters of type TriStateCheckBox.StateModifierConstructorDescriptionTriStateCheckBox
(String pText, TriStateCheckBox.State pInitial) Deprecated.TriStateCheckBox
(String pText, Icon pIcon, TriStateCheckBox.State pInitialState) Deprecated.