Uses of Class
com.formdev.flatlaf.extras.components.FlatTriStateCheckBox.State
-
Packages that use FlatTriStateCheckBox.State Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatTriStateCheckBox.State in com.formdev.flatlaf.extras.components
Fields in com.formdev.flatlaf.extras.components declared as FlatTriStateCheckBox.State Modifier and Type Field Description private FlatTriStateCheckBox.State
FlatTriStateCheckBox. state
Methods in com.formdev.flatlaf.extras.components that return FlatTriStateCheckBox.State Modifier and Type Method Description FlatTriStateCheckBox.State
FlatTriStateCheckBox. getState()
Returns the state asFlatTriStateCheckBox.State
enum.protected FlatTriStateCheckBox.State
FlatTriStateCheckBox. nextState(FlatTriStateCheckBox.State state)
Returns the next state that follows the given state, depending onFlatTriStateCheckBox.isAllowIndeterminate()
andFlatTriStateCheckBox.isAltStateCycleOrder()
.static FlatTriStateCheckBox.State
FlatTriStateCheckBox.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatTriStateCheckBox.State[]
FlatTriStateCheckBox.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatTriStateCheckBox.State Modifier and Type Method Description protected FlatTriStateCheckBox.State
FlatTriStateCheckBox. nextState(FlatTriStateCheckBox.State state)
Returns the next state that follows the given state, depending onFlatTriStateCheckBox.isAllowIndeterminate()
andFlatTriStateCheckBox.isAltStateCycleOrder()
.void
FlatTriStateCheckBox. setState(FlatTriStateCheckBox.State state)
Sets the state asFlatTriStateCheckBox.State
enum.Constructors in com.formdev.flatlaf.extras.components with parameters of type FlatTriStateCheckBox.State Constructor Description FlatTriStateCheckBox(java.lang.String text, FlatTriStateCheckBox.State initialState)
-