Uses of Enum Class
eu.essilab.lablib.checkboxtree.QuadristateButtonModel.State
-
Uses of QuadristateButtonModel.State in eu.essilab.lablib.checkboxtree
Modifier and TypeMethodDescriptionQuadristateButtonModel.getState()
The current state is embedded in the selection / armed state of the model.QuadristateCheckbox.getState()
Return the current state, which is determined by the selection status of the model.static QuadristateButtonModel.State
Returns the enum constant of this class with the specified name.static QuadristateButtonModel.State[]
QuadristateButtonModel.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
QuadristateButtonModel.setState
(QuadristateButtonModel.State state) void
QuadristateCheckbox.setState
(QuadristateButtonModel.State state) Set the new state to either CHECKED, UNCHECKED or GREY_CHECKED.ModifierConstructorDescriptionQuadristateCheckbox
(String text, QuadristateButtonModel.State initial) QuadristateCheckbox
(String text, Icon icon, QuadristateButtonModel.State state)