| Package | Description | 
|---|---|
| oracle.ide.explorer | 
 Contains the interfaces and classes addins use to provide a structured
view of data contained in nodes displayed in a navigator or an editor. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| oracle.ide.navigator | 
 Contains classes providing navigator support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract TreeExplorer | 
ExplorerManager.createTreeExplorer(Folder folder)
Creates a  
TreeExplorer. | 
TreeExplorer | 
TNode.getOwner()
Returns the  
TreeExplorer where this TNode
 is displayed. | 
| Modifier and Type | Method and Description | 
|---|---|
TNode | 
ChildFilter.childrenAdded(UpdateMessage message,
             TNode parent,
             TreeExplorer tree)
The childrenAdded method is called when the UI is notified that
 an element has been added to the node that owns this filter. 
 | 
TNode | 
ChildFilter.childrenRemoved(UpdateMessage message,
               TNode parent,
               TreeExplorer tree)
The childrenRemoved method is called when the UI is notified that
 an element has been removed from the node that owns this filter. 
 | 
boolean | 
ChildFilterHelper.handleChildrenAdded(Context context,
                   java.util.List children,
                   TNode parent,
                   TreeExplorer tree)  | 
boolean | 
ChildFilterHelper.handleChildrenRemoved(Context context,
                     java.util.List children,
                     TNode parent,
                     TreeExplorer tree)  | 
static void | 
ExplorerContext.restoreExpansionState(TNode tnode,
                     TreeExplorer explorer,
                     java.util.List expandDataList)  | 
static void | 
ExplorerContext.restoreSelectionState(TreeExplorer explorer,
                     java.util.List selectionData)
Attempts to restore the tree node selections represented by a list of 
 TreePaths previously obtained by calling storeSelectionState. 
 | 
static java.util.List | 
ExplorerContext.storeExpansionState(TNode root,
                   TreeExplorer explorer)
Returns a list containing the paths of all expanded nodes that are
 descendant of the specified root node. 
 | 
static java.util.List | 
ExplorerContext.storeSelectionState(TreeExplorer explorer)
Returns a list containing the paths of all selected nodes in the explorer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ContentSetFilter.handleChildrenAdded(Context context,
                   java.util.List children,
                   TNode parent,
                   TreeExplorer tree)  | 
boolean | 
ContentSetFilter.handleChildrenRemoved(Context context,
                     java.util.List children,
                     TNode parent,
                     TreeExplorer tree)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract TreeExplorer | 
NavigatorWindow.getTreeExplorer()
Returns the  
TreeExplorer implementing the tree behavior
 for this navigator. |