Uses of Class
org.apache.maven.index.treeview.TreeNode.Type

Packages that use TreeNode.Type
org.apache.maven.index.treeview   
 

Uses of TreeNode.Type in org.apache.maven.index.treeview
 

Methods in org.apache.maven.index.treeview that return TreeNode.Type
 TreeNode.Type TreeNode.getType()
           
 TreeNode.Type AbstractTreeNode.getType()
          Get the type of node.
static TreeNode.Type TreeNode.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeNode.Type[] TreeNode.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.maven.index.treeview with parameters of type TreeNode.Type
protected  TreeNode DefaultTreeNodeFactory.createNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName, TreeNode.Type type)
           
 TreeNode TreeNode.findChildByPath(String path, TreeNode.Type type)
           
 TreeNode AbstractTreeNode.findChildByPath(String path, TreeNode.Type type)
          Find a TreeNode based upon a path and Type check.
 void TreeNode.setType(TreeNode.Type t)
           
 void AbstractTreeNode.setType(TreeNode.Type type)
          Set the type of node.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.