Package | Description |
---|---|
org.catacomb.druid.swing |
Modifier and Type | Field and Description |
---|---|
static TristateCheckBox.State |
TristateCheckBox.DONT_CARE |
static TristateCheckBox.State |
TristateCheckBox.NOT_SELECTED |
static TristateCheckBox.State |
TristateCheckBox.SELECTED |
Modifier and Type | Method and Description |
---|---|
TristateCheckBox.State |
TristateCheckBox.getState()
Return the current state, which is determined by the selection status of
the model.
|
(package private) TristateCheckBox.State |
TristateCheckBox.TristateDecorator.getState()
The current state is embedded in the selection / armed state of the
model.
|
Modifier and Type | Method and Description |
---|---|
void |
TristateCheckBox.setState(TristateCheckBox.State state) |
(package private) void |
TristateCheckBox.TristateDecorator.setState(TristateCheckBox.State state) |
Constructor and Description |
---|
TristateCheckBox(java.lang.String text,
javax.swing.Icon icon,
TristateCheckBox.State initial) |
TristateCheckBox(java.lang.String text,
TristateCheckBox.State initial) |
Copyright © 2013. All Rights Reserved.