程序包 | 说明 |
---|---|
com.fr.design.gui.itree.checkboxtree |
限定符和类型 | 字段和说明 |
---|---|
static TristateCheckBox.State |
TristateCheckBox.DO_NOT_CARE |
static TristateCheckBox.State |
TristateCheckBox.NOT_SELECTED |
static TristateCheckBox.State |
TristateCheckBox.SELECTED |
限定符和类型 | 方法和说明 |
---|---|
protected TristateCheckBox.State |
TristateCheckBox.getNextState(TristateCheckBox.State current)
We rotate between NOT_SELECTED, SELECTED and DO_NOT_CARE.
|
protected TristateCheckBox.State |
NullTristateCheckBox.getNextState(TristateCheckBox.State current) |
TristateCheckBox.State |
TristateCheckBox.getState()
Return the current state, which is determined by the
selection status of the model.
|
限定符和类型 | 方法和说明 |
---|---|
protected TristateCheckBox.State |
TristateCheckBox.getNextState(TristateCheckBox.State current)
We rotate between NOT_SELECTED, SELECTED and DO_NOT_CARE.
|
protected TristateCheckBox.State |
NullTristateCheckBox.getNextState(TristateCheckBox.State current) |
void |
TristateCheckBox.setState(TristateCheckBox.State state)
Set the new state to either SELECTED, NOT_SELECTED or
DO_NOT_CARE.
|
构造器和说明 |
---|
NullTristateCheckBox(java.lang.String text,
javax.swing.Icon icon,
TristateCheckBox.State initial) |
NullTristateCheckBox(java.lang.String text,
TristateCheckBox.State initial) |
TristateCheckBox(java.lang.String text,
javax.swing.Icon icon,
TristateCheckBox.State initial) |
TristateCheckBox(java.lang.String text,
TristateCheckBox.State initial) |