Uses of Class
org.apache.maven.index.treeview.TreeNode.Type
-
Packages that use TreeNode.Type Package Description 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 Modifier and Type Method Description TreeNode.Type
AbstractTreeNode. getType()
Get the type of node.TreeNode.Type
TreeNode. getType()
static TreeNode.Type
TreeNode.Type. valueOf(java.lang.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 Modifier and Type Method Description protected TreeNode
DefaultTreeNodeFactory. createNode(IndexTreeView tview, TreeViewRequest req, java.lang.String path, boolean leaf, java.lang.String nodeName, TreeNode.Type type)
TreeNode
AbstractTreeNode. findChildByPath(java.lang.String path, TreeNode.Type type)
Find a TreeNode based upon a path and Type check.TreeNode
TreeNode. findChildByPath(java.lang.String path, TreeNode.Type type)
void
AbstractTreeNode. setType(TreeNode.Type type)
Set the type of node.void
TreeNode. setType(TreeNode.Type t)
-