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
Methods in com.formdev.flatlaf.extras.components that return FlatTriStateCheckBox.State Modifier and Type Method Description FlatTriStateCheckBox.StateFlatTriStateCheckBox. 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.StateFlatTriStateCheckBox.State. valueOf(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.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.State Constructor Description FlatTriStateCheckBox(String text, FlatTriStateCheckBox.State initialState)
-