|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TristateCheckBox.State | |
---|---|
cdx.scorebot.util.swing.tree | Components and classes which implement a JTree which contains checkboxes |
Uses of TristateCheckBox.State in cdx.scorebot.util.swing.tree |
---|
Fields in cdx.scorebot.util.swing.tree declared as TristateCheckBox.State | |
---|---|
static TristateCheckBox.State |
TristateCheckBox.DONT_CARE
|
static TristateCheckBox.State |
TristateCheckBox.NOT_SELECTED
|
static TristateCheckBox.State |
TristateCheckBox.SELECTED
|
Methods in cdx.scorebot.util.swing.tree that return TristateCheckBox.State | |
---|---|
TristateCheckBox.State |
TristateCheckBox.getState()
Return the current state, which is determined by the selection status of the model. |
Methods in cdx.scorebot.util.swing.tree with parameters of type TristateCheckBox.State | |
---|---|
void |
TristateCheckBox.setState(TristateCheckBox.State state)
Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE. |
Constructors in cdx.scorebot.util.swing.tree with parameters of type TristateCheckBox.State | |
---|---|
TristateCheckBox(java.lang.String text,
javax.swing.Icon icon,
TristateCheckBox.State initial)
|
|
TristateCheckBox(java.lang.String text,
TristateCheckBox.State initial)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |