| Package | Description |
|---|---|
| net.nextencia.dj.swingsuite |
| Modifier and Type | Method and Description |
|---|---|
JTriStateCheckBox.CheckState |
JTriStateCheckBox.getState()
Get the state of the check box.
|
static JTriStateCheckBox.CheckState |
JTriStateCheckBox.CheckState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTriStateCheckBox.CheckState[] |
JTriStateCheckBox.CheckState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JTriStateCheckBox.setRollingStates(JTriStateCheckBox.CheckState... states) |
void |
JTriStateCheckBox.setState(JTriStateCheckBox.CheckState state)
Set the state of the check box.
|
void |
TriStateCheckBoxListener.stateChanged(JTriStateCheckBox checkBox,
JTriStateCheckBox.CheckState state)
Invoked when the tri state check box changes of state.
|
Copyright © 2019. All rights reserved.