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.TypeAbstractTreeNode. getType()Get the type of node.TreeNode.TypeTreeNode. getType()static TreeNode.TypeTreeNode.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 TreeNodeDefaultTreeNodeFactory. createNode(IndexTreeView tview, TreeViewRequest req, java.lang.String path, boolean leaf, java.lang.String nodeName, TreeNode.Type type)TreeNodeAbstractTreeNode. findChildByPath(java.lang.String path, TreeNode.Type type)Find a TreeNode based upon a path and Type check.TreeNodeTreeNode. findChildByPath(java.lang.String path, TreeNode.Type type)voidAbstractTreeNode. setType(TreeNode.Type type)Set the type of node.voidTreeNode. setType(TreeNode.Type t)
-