Oracle Fusion Middleware
Oracle WebLogic Server Administration Console API Reference
12c Release 1 (12.1.1)

Part Number E24394-01

Uses of Class
com.bea.jsptools.tree.TreeNode

Packages that use TreeNode
com.bea.console.utils   
com.bea.jsptools.tree   
 

Uses of TreeNode in com.bea.console.utils
 

Methods in com.bea.console.utils that return TreeNode
 TreeNode NavTreeExtensionEvent.getParent()
          Returns the parent TreeNode for the extension that this event represents.
 

Methods in com.bea.console.utils with parameters of type TreeNode
 void NavTreeExtensionEvent.setParent(TreeNode parent)
          Sets the parent TreeNode for the extension that this event represents.
 

Constructors in com.bea.console.utils with parameters of type TreeNode
NavTreeExtensionEvent(String pageLabel, String url, String parentPath, TreeNode childNodes)
          Deprecated. 10.3.0.0
NavTreeExtensionEvent(String pageLabel, String url, String parentPath, TreeNode parent, int action)
          Deprecated. 10.3.0.0
NavTreeExtensionEvent(String parentPath, TreeNode parent, int action)
          Constructs a new NavTreeExtensionEvent that can append or replace a node or node tree in a specified location.
 

Uses of TreeNode in com.bea.jsptools.tree
 

Methods in com.bea.jsptools.tree that return TreeNode
 TreeNode TreeNode.getNextSibling()
           
 TreeNode TreeNode.getParent()
          Returns the TreeNode object that represents this TreeNode's parent node.
 TreeNode TreeNode.getPreviousSibling()
           
 

Methods in com.bea.jsptools.tree with parameters of type TreeNode
 void TreeNode.addChild(TreeNode node)
          Adds a TreeNode as a child of this TreeNode.
 boolean TreeNode.equals(TreeNode t)
           
 void TreeNode.removeChild(TreeNode node)
          Removes a TreeNode from this TreeNode's collection of child nodes.
 void TreeNode.replaceChild(TreeNode replace, TreeNode node)
          Replace a child TreeNode with another TreeNode.
 void TreeNode.setNextSibling(TreeNode nextSibling)
           
 void TreeNode.setParent(TreeNode parent)
          Sets the parent of this TreeNode.
 void TreeNode.setParentAlone(TreeNode parent)
          Sets the parent of this TreeNode but does not add it to the parent's collection of child nodes.
 void TreeNode.setPreviousSibling(TreeNode previousSibling)
           
 

Constructors in com.bea.jsptools.tree with parameters of type TreeNode
TreeNode(String nodeId, String nodeName, String nodeUrl, TreeNode parent)
          Constructs a TreeNode to be rendered as a child of another node in the navigation tree.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server Administration Console API Reference
12c Release 1 (12.1.1)

Part Number E24394-01