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 TreePath.getParentPath()
          Returns a path containing all the elements of this object, except the last path component.
 TreePath TreeWalker.getPath()
          Get the path of the current node.
 TreePath TreeSelectionEvent.getPath()
          Get the first path element.
 TreePath TreeModelEvent.getPath()
           
 TreePath[] TreeSelectionEvent.getPaths()
          Get paths that have been added or removed from the selection.
 TreePath Tree.getSelectionPath()
           
 TreePath[] Tree.getSelectionPaths()
           
static TreePath TreePath.valueOf(String s)
          Returns the TreePath represented by a given String.
 

Methods in org.apache.cocoon.forms.formmodel.tree with parameters of type TreePath
 void Tree.addSelectionPath(TreePath path)
           
 void Tree.addSelectionPaths(TreePath[] paths)
           
 void Tree.collapsePath(TreePath path)
           
 void Tree.expandPath(TreePath path)
           
 void TreeModelHelper.fireTreeStructureChanged(TreePath path)
           
 Object TreeModelHelper.getNode(TreePath path)
           
 Object TreeModel.getNode(TreePath path)
           
 Object SourceTreeModel.getNode(TreePath path)
           
 Object DefaultTreeModel.getNode(TreePath path)
           
 Widget Tree.getWidgetForPath(TreePath path)
           
 boolean Tree.isCollapsed(TreePath path)
           
 boolean TreePath.isDescendant(TreePath aTreePath)
          Returns true if aTreePath is a descendant of this TreePath.
 boolean Tree.isExpanded(TreePath path)
           
 boolean Tree.isPathSelected(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.removeSelectionPath(TreePath path)
           
 void Tree.removeSelectionPaths(TreePath[] paths)
           
 void Tree.setSelectionPath(TreePath path)
           
 void Tree.setSelectionPaths(TreePath[] paths)
           
 

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[] paths, boolean allNew)
           
TreeSelectionEvent(Tree source, TreePath[] paths, boolean[] areNew)
           
TreeSelectionEvent(Tree source, TreePath path, boolean isNew)
           
 



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