Uses of Class
org.jaffa.util.Node

Packages that use Node
org.jaffa.presentation.portlet.widgets.model   
org.jaffa.util   
 

Uses of Node in org.jaffa.presentation.portlet.widgets.model
 

Methods in org.jaffa.presentation.portlet.widgets.model that return Node
 Node TreeModel.getRootNode()
          Returns the root node.
 Node TreeModel.getNode(String id)
          Returns a node if it exists based on the passed ID string.
 

Methods in org.jaffa.presentation.portlet.widgets.model with parameters of type Node
 void TreeModel.setRootNode(Node node)
          Sets a node to be the root node.
 boolean TreeModel.isExpanded(Node n)
          Returns a true if the input Node is expanded.
 

Uses of Node in org.jaffa.util
 

Methods in org.jaffa.util that return Node
 Node Node.getParent()
          Returns the Parent node, or null if this node has no parent.
 Node Node.getRoot()
          Returns the root node of the tree to which this node belongs.
 Node Node.getChildByName(String name)
          Returns the 1st child which matches the name.
 Node Node.getChildById(String id)
          Returns the child by id.
 Node Node.getFromFamilyById(String id)
          Returns a node from the family by id.
 

Methods in org.jaffa.util with parameters of type Node
 void Node.addChild(Node node)
          Adds a child node.
 boolean Node.removeChild(Node node)
          Removes a child node.
 



Copyright © 2002-2004 JAFFA Project.