Package | Description |
---|---|
oracle.ide.controls.checkboxlist | |
oracle.ide.controls.tree |
# THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS.
|
oracle.ide.util |
Contains utility classes.
|
oracle.jdeveloper.deploy.common |
Modifier and Type | Field and Description |
---|---|
protected TriStateBoolean |
CheckBoxListCellData._checkBoxState
If there is a check box, this variable reports its state.
|
Modifier and Type | Method and Description |
---|---|
TriStateBoolean |
CheckBoxListCellData.getCheckBoxState() |
Modifier and Type | Method and Description |
---|---|
void |
CheckBoxListCellData.setCheckBoxState(TriStateBoolean checkBoxState) |
void |
CheckBoxListCellData.setCheckBoxStateWithoutFiring(TriStateBoolean checkBoxState)
Sets the state of the checkbox without firing any change event.
|
Constructor and Description |
---|
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. |
Modifier and Type | Field and Description |
---|---|
protected TriStateBoolean |
JTreeCellData._checkBoxState
If there is a check box, this variable reports its state.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
JTreeCellData.setCheckBoxState(TriStateBoolean checkBoxState) |
Constructor and Description |
---|
JTreeCellData(javax.swing.Icon icon, java.lang.String text, boolean hasCheckBox, TriStateBoolean checkBoxState) |
Modifier and Type | Field and Description |
---|---|
static TriStateBoolean |
TriStateBoolean.FALSE
FALSE corresponds to a typical Boolean FALSE . |
static TriStateBoolean |
TriStateBoolean.TRI_STATE
TRI_STATE represents the tri-state. |
static TriStateBoolean |
TriStateBoolean.TRUE
TRUE corresponds to a typical Boolean true . |
static TriStateBoolean |
TriStateBoolean.UNDEF
Special
TriStateBoolean object representing an uninitialized value. |
Modifier and Type | Method and Description | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
|