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 Tree.getSelectionPath()
           
 TreePath[] Tree.getSelectionPaths()
           
 TreePath TreeModelEvent.getPath()
           
 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 TreeSelectionEvent.getPath()
          Get the first path element.
 TreePath[] TreeSelectionEvent.getPaths()
          Get paths that have been added or removed from the selection.
 

Methods in org.apache.cocoon.forms.formmodel.tree with parameters of type TreePath
 Object DefaultTreeModel.getNode(TreePath path)
           
 Object TreeModelHelper.getNode(TreePath path)
           
 void TreeModelHelper.fireTreeStructureChanged(TreePath path)
           
 Object SourceTreeModel.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 TreeModel.getNode(TreePath path)
           
 boolean TreePath.isDescendant(TreePath aTreePath)
          Returns true if aTreePath is a descendant of this TreePath.
 

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



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.