| Package | Description | 
|---|---|
| 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 | 
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)
  |