Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.explorer.TreeExplorer

Packages that use TreeExplorer
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. 

 

Uses of TreeExplorer in oracle.ide.explorer

 

Methods in oracle.ide.explorer that return TreeExplorer
abstract  TreeExplorer ExplorerManager.createTreeExplorer(Folder folder)
          Creates a TreeExplorer.
 TreeExplorer TNode.getOwner()
          Returns the TreeExplorer where this TNode is displayed.

 

Methods in oracle.ide.explorer with parameters of type TreeExplorer
 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.

 

Uses of TreeExplorer in oracle.ide.model

 

Methods in oracle.ide.model with parameters of type TreeExplorer
 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)
           

 

Uses of TreeExplorer in oracle.ide.navigator

 

Methods in oracle.ide.navigator that return TreeExplorer
abstract  TreeExplorer NavigatorWindow.getTreeExplorer()
          Returns the TreeExplorer implementing the tree behavior for this navigator.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.