Uses of Enum
org.apache.maven.index.treeview.TreeNode.Type
Packages that use TreeNode.Type
-
Uses of TreeNode.Type in org.apache.maven.index.treeview
Methods in org.apache.maven.index.treeview that return TreeNode.TypeModifier and TypeMethodDescriptionAbstractTreeNode.getType()Get the type of node.TreeNode.getType()static TreeNode.TypeReturns 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.TypeModifier and TypeMethodDescriptionprotected TreeNodeDefaultTreeNodeFactory.createNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName, TreeNode.Type type) AbstractTreeNode.findChildByPath(String path, TreeNode.Type type) Find a TreeNode based upon a path and Type check.TreeNode.findChildByPath(String path, TreeNode.Type type) voidAbstractTreeNode.setType(TreeNode.Type type) Set the type of node.voidTreeNode.setType(TreeNode.Type t)