Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatTriStateCheckBox.State
Packages that use FlatTriStateCheckBox.State
-
Uses of FlatTriStateCheckBox.State in com.formdev.flatlaf.extras.components
Fields in com.formdev.flatlaf.extras.components declared as FlatTriStateCheckBox.StateMethods in com.formdev.flatlaf.extras.components that return FlatTriStateCheckBox.StateModifier and TypeMethodDescriptionFlatTriStateCheckBox.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
Returns the enum constant of this class with the specified name.static FlatTriStateCheckBox.State[]
FlatTriStateCheckBox.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatTriStateCheckBox.StateModifier and TypeMethodDescriptionprotected 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.StateModifierConstructorDescriptionFlatTriStateCheckBox
(String text, FlatTriStateCheckBox.State initialState)