| Package | Description | 
|---|---|
| oracle.ide.model.panels | |
| oracle.ide.panels | 
 Provides a framework for building panel-based UI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ProjectContentNavigable.appendChildNavigables(javax.swing.tree.DefaultMutableTreeNode parent,
                     NavigableContext nc)  | 
protected boolean | 
ProjectContentNavigable.mayHaveChildren(NavigableContext nc)  | 
| Modifier and Type | Method and Description | 
|---|---|
NavigableContext | 
TraversableContext.newNavigableContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
Navigable.appendChildNavigables(javax.swing.tree.DefaultMutableTreeNode parent,
                     NavigableContext nc)
This method calls  
Navigable.getChildNavigables() to get the list of
  child Navigable objects. | 
protected void | 
Navigable.appendChildNodes(javax.swing.tree.DefaultMutableTreeNode parent,
                Navigable[] children,
                NavigableContext nc)
This method invokes  
Navigable.createTreeNode(NavigableContext) on each
  Navigable specified in children and adds
  the resulting DefaultMutableTreeNode (if it is not
  null) to the parent. | 
protected void | 
Navigable.appendDetailNavigables(javax.swing.tree.DefaultMutableTreeNode parent,
                      NavigableContext nc)
This method calls  
Navigable.getDetailNavigables() to get the list
  of detail Navigable objects. | 
javax.swing.tree.DefaultMutableTreeNode | 
Navigable.createDetailRootNode(NavigableContext nc)
When the  
Navigable is used to show detail nodes in a
  separate tree, this method is used to construct the detail tree,
  using the returned tree node as the root of the detail tree; in
  general, only NavigableUIContainer implementations should
  call this method directly. | 
javax.swing.tree.DefaultMutableTreeNode | 
Navigable.createTreeNode(NavigableContext nc)
This method constructs a  
DefaultMutableTreeNode that is
  to represent the Navigable in the tree; in general,
  only NavigableUIContainer implementations should call this
  method directly. | 
protected javax.swing.tree.DefaultMutableTreeNode | 
Navigable.createTreeNodeImpl(NavigableContext nc)
This method is the essential method in which a tree node that
  represents a  
Navigable is created. | 
protected boolean | 
Navigable.mayHaveChildren(NavigableContext nc)
Overridable method to determine whether a  
Navigable may have
 children such that a + may be shown next to it in the tree. |