Uses of Class
org.apache.cocoon.forms.formmodel.tree.TreePath

Packages that use TreePath
org.apache.cocoon.forms.formmodel.tree   
 

Uses of TreePath in org.apache.cocoon.forms.formmodel.tree
 

Fields in org.apache.cocoon.forms.formmodel.tree declared as TreePath
static TreePath TreePath.ROOT_PATH
           
 

Methods in org.apache.cocoon.forms.formmodel.tree that return TreePath
 TreePath TreeWalker.getPath()
          Get the path of the current node.
 TreePath TreeSelectionEvent.getPath()
          Get the first path element.
 TreePath[] TreeSelectionEvent.getPaths()
          Get paths that have been added or removed from the selection.
 TreePath TreePath.getParentPath()
          Returns a path containing all the elements of this object, except the last path component.
static TreePath TreePath.valueOf(String s)
          Returns the TreePath represented by a given String.
 TreePath TreeModelEvent.getPath()
           
 TreePath Tree.getSelectionPath()
           
 TreePath[] Tree.getSelectionPaths()
           
 

Methods in org.apache.cocoon.forms.formmodel.tree with parameters of type TreePath
 boolean TreePath.isDescendant(TreePath aTreePath)
          Returns true if aTreePath is a descendant of this TreePath.
 Object TreeModelHelper.getNode(TreePath path)
           
 void TreeModelHelper.fireTreeStructureChanged(TreePath path)
           
 Object TreeModel.getNode(TreePath path)
           
 boolean Tree.isPathSelected(TreePath path)
           
 void Tree.setSelectionPath(TreePath path)
           
 void Tree.setSelectionPaths(TreePath[] paths)
           
 void Tree.addSelectionPath(TreePath path)
           
 void Tree.addSelectionPaths(TreePath[] paths)
           
 void Tree.removeSelectionPath(TreePath path)
           
 void Tree.removeSelectionPaths(TreePath[] paths)
           
 boolean Tree.isCollapsed(TreePath path)
           
 boolean Tree.isExpanded(TreePath path)
           
 boolean Tree.isVisible(TreePath path)
          Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are expanded.
 void Tree.makeVisible(TreePath path)
           
 void Tree.collapsePath(TreePath path)
           
 void Tree.expandPath(TreePath path)
           
 Widget Tree.getWidgetForPath(TreePath path)
           
 Object SourceTreeModel.getNode(TreePath path)
           
 Object DefaultTreeModel.getNode(TreePath path)
           
 

Constructors in org.apache.cocoon.forms.formmodel.tree with parameters of type TreePath
TreeSelectionEvent(Tree source, TreePath path, boolean isNew)
           
TreeSelectionEvent(Tree source, TreePath[] paths, boolean[] areNew)
           
TreeSelectionEvent(Tree source, TreePath[] paths, boolean allNew)
           
TreePath(TreePath parent, String key)
          Constructs a new TreePath, which is the path identified by parent ending in lastElement.
TreeModelEvent(TreeModel model, TreePath path)
           
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.