Package | Description |
---|---|
com.iamsoft.util.ui.swing |
Swing-related classes.
|
Modifier and Type | Method and Description |
---|---|
TriStateCheckBox.State |
TriStateCheckBox.getState()
Deprecated.
The current state is embedded in the selection/armed
state of the model.
|
protected TriStateCheckBox.State |
TriStateCheckBox.nextState()
Deprecated.
Override this method to chenge order of state iteration.
|
static TriStateCheckBox.State |
TriStateCheckBox.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriStateCheckBox.State[] |
TriStateCheckBox.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 |
TriStateCheckBox.setState(TriStateCheckBox.State pState)
Deprecated.
Set the new state.
|
Constructor and Description |
---|
TriStateCheckBox(String pText,
Icon pIcon,
TriStateCheckBox.State pInitialState)
Deprecated.
|
TriStateCheckBox(String pText,
TriStateCheckBox.State pInitial)
Deprecated.
|
Copyright © 2023. All rights reserved.