Uses of Class
com.iamsoft.util.ui.swing.TriStateCheckBox.State
-
Packages that use TriStateCheckBox.State Package Description com.iamsoft.util.ui.swing Swing-related classes. -
-
Uses of TriStateCheckBox.State in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return TriStateCheckBox.State Modifier and Type Method Description TriStateCheckBox.State
TriStateCheckBox. 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
TriStateCheckBox.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static TriStateCheckBox.State[]
TriStateCheckBox.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iamsoft.util.ui.swing with parameters of type TriStateCheckBox.State Modifier and Type Method Description void
TriStateCheckBox. setState(TriStateCheckBox.State pState)
Deprecated.Set the new state.Constructors in com.iamsoft.util.ui.swing with parameters of type TriStateCheckBox.State Constructor Description TriStateCheckBox(String pText, TriStateCheckBox.State pInitial)
Deprecated.TriStateCheckBox(String pText, Icon pIcon, TriStateCheckBox.State pInitialState)
Deprecated.
-