Uses of Enum Class
eu.essilab.lablib.checkboxtree.QuadristateButtonModel.State
Packages that use QuadristateButtonModel.State
-
Uses of QuadristateButtonModel.State in eu.essilab.lablib.checkboxtree
Methods in eu.essilab.lablib.checkboxtree that return QuadristateButtonModel.StateModifier 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.Methods in eu.essilab.lablib.checkboxtree with parameters of type QuadristateButtonModel.StateModifier and TypeMethodDescriptionvoid
QuadristateButtonModel.setState
(QuadristateButtonModel.State state) void
QuadristateCheckbox.setState
(QuadristateButtonModel.State state) Set the new state to either CHECKED, UNCHECKED or GREY_CHECKED.Constructors in eu.essilab.lablib.checkboxtree with parameters of type QuadristateButtonModel.StateModifierConstructorDescriptionQuadristateCheckbox
(String text, QuadristateButtonModel.State initial) QuadristateCheckbox
(String text, Icon icon, QuadristateButtonModel.State state)