| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Field and Description |
|---|---|
static LegacyTristateCheckBox.State |
LegacyTristateCheckBox.DONT_CARE
Deprecated.
|
static LegacyTristateCheckBox.State |
LegacyTristateCheckBox.NOT_SELECTED
Deprecated.
|
static LegacyTristateCheckBox.State |
LegacyTristateCheckBox.SELECTED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected LegacyTristateCheckBox.State |
LegacyTristateCheckBox.getNextState(LegacyTristateCheckBox.State current)
Deprecated.
We rotate between NOT_SELECTED, SELECTED and DONT_CARE.
|
LegacyTristateCheckBox.State |
LegacyTristateCheckBox.getState()
Deprecated.
Return the current state, which is determined by the selection status of the model.
|
| Modifier and Type | Method and Description |
|---|---|
protected LegacyTristateCheckBox.State |
LegacyTristateCheckBox.getNextState(LegacyTristateCheckBox.State current)
Deprecated.
We rotate between NOT_SELECTED, SELECTED and DONT_CARE.
|
void |
LegacyTristateCheckBox.setState(LegacyTristateCheckBox.State state)
Deprecated.
Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE.
|
| Constructor and Description |
|---|
LegacyTristateCheckBox(java.lang.String text,
javax.swing.Icon icon,
LegacyTristateCheckBox.State initial)
Deprecated.
|
LegacyTristateCheckBox(java.lang.String text,
LegacyTristateCheckBox.State initial)
Deprecated.
|