Modifier and Type | Method and Description |
---|---|
QuadStateCheckBox.State |
QuadStateCheckBox.getState()
Return the current state, which is determined by the
selection status of the model.
|
static QuadStateCheckBox.State |
QuadStateCheckBox.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuadStateCheckBox.State[] |
QuadStateCheckBox.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QuadStateCheckBox.setState(QuadStateCheckBox.State state)
Set the new state.
|
Constructor and Description |
---|
QuadStateCheckBox(java.lang.String text,
javax.swing.Icon icon,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed) |
QuadStateCheckBox(java.lang.String text,
javax.swing.Icon icon,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed) |
QuadStateCheckBox(java.lang.String text,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed) |
QuadStateCheckBox(java.lang.String text,
QuadStateCheckBox.State initial,
QuadStateCheckBox.State[] allowed) |