|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JCheckBoxThreeState.State | |
|---|---|
| org.tbee.swing | |
| Uses of JCheckBoxThreeState.State in org.tbee.swing |
|---|
| Fields in org.tbee.swing declared as JCheckBoxThreeState.State | |
|---|---|
static JCheckBoxThreeState.State |
JCheckBoxThreeState.DONT_CARE
|
static JCheckBoxThreeState.State |
JCheckBoxThreeState.NOT_SELECTED
|
static JCheckBoxThreeState.State |
JCheckBoxThreeState.SELECTED
|
| Methods in org.tbee.swing that return JCheckBoxThreeState.State | |
|---|---|
JCheckBoxThreeState.State |
JCheckBoxThreeState.getState()
Return the current state, which is determined by the selection status of the model. |
| Methods in org.tbee.swing with parameters of type JCheckBoxThreeState.State | |
|---|---|
void |
JCheckBoxThreeState.setState(JCheckBoxThreeState.State state)
Set the new state to either SELECTED, NOT_SELECTED or DONT_CARE. |
| Constructors in org.tbee.swing with parameters of type JCheckBoxThreeState.State | |
|---|---|
JCheckBoxThreeState(String text,
Icon icon,
JCheckBoxThreeState.State initial)
|
|
JCheckBoxThreeState(String text,
JCheckBoxThreeState.State initial)
|
|
JCheckBoxThreeState(String text,
JCheckBoxThreeState.State initial,
boolean dontcareIsSelectable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||