| 程序包 | 说明 |
|---|---|
| org.meteoinfo.ui |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
static TristateCheckBox.State |
TristateCheckBox.DONT_CARE |
|
static TristateCheckBox.State |
TristateCheckBox.NOT_SELECTED |
|
static TristateCheckBox.State |
TristateCheckBox.SELECTED |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
TristateCheckBox.State |
TristateCheckBox.getState() |
Return the current state, which is determined by the selection status of
the model.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
TristateCheckBox.setState(TristateCheckBox.State state) |
Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE.
|
| 构造器 | 说明 |
|---|---|
TristateCheckBox(String text,
Icon icon,
TristateCheckBox.State initial) |
|
TristateCheckBox(String text,
TristateCheckBox.State initial) |
Copyright © 2019. All rights reserved.