|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TriStateBoolean | |
|---|---|
| oracle.ide.controls.checkboxlist | |
| oracle.ide.controls.tree | # THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. |
| oracle.ide.util | Contains utility classes. |
| Uses of TriStateBoolean in oracle.ide.controls.checkboxlist |
|---|
| Fields in oracle.ide.controls.checkboxlist declared as TriStateBoolean | |
|---|---|
protected TriStateBoolean |
CheckBoxListCellData._checkBoxStateIf there is a check box, this variable reports its state. |
| Methods in oracle.ide.controls.checkboxlist that return TriStateBoolean | |
|---|---|
TriStateBoolean |
CheckBoxListCellData.getCheckBoxState() |
| Methods in oracle.ide.controls.checkboxlist with parameters of type TriStateBoolean | |
|---|---|
void |
CheckBoxListCellData.setCheckBoxState(TriStateBoolean checkBoxState) |
void |
CheckBoxListCellData.setCheckBoxStateWithoutFiring(TriStateBoolean checkBoxState)Sets the state of the checkbox without firing any change event. |
| Constructors in oracle.ide.controls.checkboxlist with parameters of type TriStateBoolean | |
|---|---|
CheckBoxListCellData(javax.swing.Icon icon, java.lang.String text, boolean hasCheckBox, TriStateBoolean checkBoxState, java.lang.Object userObject)A CheckBoxListCellData with an icon, text label, a checkbox whose state is initially set to checkBoxState. |
|
CheckBoxListCellData(javax.swing.Icon icon, java.lang.String text, boolean hasCheckBox, TriStateBoolean checkBoxState, java.lang.Object userObject, java.lang.String toolTipText)A CheckBoxListCellData with an icon, text label, a checkbox whose state is initially set to checkBoxState. |
|
| Uses of TriStateBoolean in oracle.ide.controls.tree |
|---|
| Fields in oracle.ide.controls.tree declared as TriStateBoolean | |
|---|---|
protected TriStateBoolean |
JTreeCellData._checkBoxStateIf there is a check box, this variable reports its state. |
| Methods in oracle.ide.controls.tree that return TriStateBoolean | |
|---|---|
TriStateBoolean |
JMutableTreeNode.descendingUpdateNodes()Beginning with the given actionNode this method recurses down the sub-tree and updates the checked status of non-leaf checkboxes. |
TriStateBoolean |
JTreeCellData.getCheckBoxState() |
| Methods in oracle.ide.controls.tree with parameters of type TriStateBoolean | |
|---|---|
void |
JTreeCellData.setCheckBoxState(TriStateBoolean checkBoxState) |
| Constructors in oracle.ide.controls.tree with parameters of type TriStateBoolean | |
|---|---|
JTreeCellData(javax.swing.Icon icon, java.lang.String text, boolean hasCheckBox, TriStateBoolean checkBoxState) |
|
| Uses of TriStateBoolean in oracle.ide.util |
|---|
| Fields in oracle.ide.util declared as TriStateBoolean | |
|---|---|
static TriStateBoolean |
TriStateBoolean.FALSEFALSE corresponds to a typical Boolean FALSE. |
static TriStateBoolean |
TriStateBoolean.TRI_STATETRI_STATE represents the tri-state. |
static TriStateBoolean |
TriStateBoolean.TRUETRUE corresponds to a typical Boolean true. |
static TriStateBoolean |
TriStateBoolean.UNDEFSpecial TriStateBoolean object representing an uninitialized value. |
| Methods in oracle.ide.util that return TriStateBoolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TriStateBoolean |
TriStateBoolean.aggregate(TriStateBoolean b)This method is used to help determine if a set of TriStateBoolean values are all the same or have some difference. |
|||||||||||||||||||||||||||||||||||||||||||||||||||
TriStateBoolean |
TriStateBoolean.and(TriStateBoolean b)AND true false tri true true false tri false false false tri tri tri tri tri
|
|||||||||||||||||||||||||||||||||||||||||||||||||||