Uses of Interface
org.apache.maven.index.treeview.TreeNode

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

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

Classes in org.apache.maven.index.treeview that implement TreeNode
 class AbstractTreeNode
          Base set of functionality for the TreeNode that all implementations will need.
 class DefaultTreeNode
          The simplest treenode, that does not adds any "decoration" to the nodes.
 

Methods in org.apache.maven.index.treeview that return TreeNode
 TreeNode TreeNodeFactory.createANode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path)
           
 TreeNode DefaultTreeNodeFactory.createANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
           
 TreeNode TreeNodeFactory.createArtifactNode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path)
           
 TreeNode DefaultTreeNodeFactory.createArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
           
 TreeNode TreeNodeFactory.createGNode(IndexTreeView tview, TreeViewRequest request, String path, String name)
           
 TreeNode DefaultTreeNodeFactory.createGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName)
           
protected  TreeNode DefaultTreeNodeFactory.createNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName, TreeNode.Type type)
           
 TreeNode TreeNodeFactory.createVNode(IndexTreeView tview, TreeViewRequest request, ArtifactInfo ai, String path)
           
 TreeNode DefaultTreeNodeFactory.createVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
           
protected  TreeNode DefaultTreeNodeFactory.decorateANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
 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.
protected  TreeNode DefaultTreeNodeFactory.instantiateNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName)
           
 TreeNode IndexTreeView.listNodes(TreeViewRequest request)
          Returns the TreeNode, as calculated by passed in request, using index data.
 TreeNode DefaultIndexTreeView.listNodes(TreeViewRequest request)
           
 

Methods in org.apache.maven.index.treeview that return types with arguments of type TreeNode
 List<TreeNode> TreeNode.getChildren()
           
 List<TreeNode> AbstractTreeNode.getChildren()
          Get the children of this node.
 List<TreeNode> TreeNode.listChildren()
           
 List<TreeNode> AbstractTreeNode.listChildren()
          Get the children of this node.
 

Methods in org.apache.maven.index.treeview with parameters of type TreeNode
protected  TreeNode DefaultTreeNodeFactory.decorateANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName, TreeNode node)
           
protected  TreeNode DefaultTreeNodeFactory.decorateVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getArtifacts(TreeNode root, TreeViewRequest request)
           
protected  IteratorSearchResponse DefaultIndexTreeView.getHintedArtifacts(TreeNode root, TreeViewRequest request)
           
protected  void DefaultIndexTreeView.listChildren(TreeNode root, TreeViewRequest request, Set<String> allGroups)
           
 



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