Uses of Class
com.formdev.flatlaf.extras.TriStateCheckBox.State
-
-
Uses of TriStateCheckBox.State in com.formdev.flatlaf.extras
Methods in com.formdev.flatlaf.extras that return TriStateCheckBox.State Modifier and Type Method Description TriStateCheckBox.State
TriStateCheckBox. getState()
static TriStateCheckBox.State
TriStateCheckBox.State. valueOf(java.lang.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.formdev.flatlaf.extras with parameters of type TriStateCheckBox.State Modifier and Type Method Description void
TriStateCheckBox. setState(TriStateCheckBox.State state)
Constructors in com.formdev.flatlaf.extras with parameters of type TriStateCheckBox.State Constructor Description TriStateCheckBox(java.lang.String text, TriStateCheckBox.State initialState)
-