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
Subclasses with type arguments of type FlatTriStateCheckBox.State in com.formdev.flatlaf.extras.componentsFields 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.Stateenum.protected FlatTriStateCheckBox.StateFlatTriStateCheckBox.nextState(FlatTriStateCheckBox.State state) Returns the next state that follows the given state, depending onFlatTriStateCheckBox.isAllowIndeterminate()andFlatTriStateCheckBox.isAltStateCycleOrder().static FlatTriStateCheckBox.StateReturns 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.StateFlatTriStateCheckBox.nextState(FlatTriStateCheckBox.State state) Returns the next state that follows the given state, depending onFlatTriStateCheckBox.isAllowIndeterminate()andFlatTriStateCheckBox.isAltStateCycleOrder().voidFlatTriStateCheckBox.setState(FlatTriStateCheckBox.State state) Sets the state asFlatTriStateCheckBox.Stateenum.Constructors in com.formdev.flatlaf.extras.components with parameters of type FlatTriStateCheckBox.StateModifierConstructorDescriptionFlatTriStateCheckBox(String text, FlatTriStateCheckBox.State initialState)