public class DefaultTreeNodeFactory extends Object implements TreeNodeFactory
| Constructor and Description |
|---|
DefaultTreeNodeFactory(String id) |
public DefaultTreeNodeFactory(String id)
public String getRepositoryId()
getRepositoryId in interface TreeNodeFactorypublic TreeNode createGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName)
createGNode in interface TreeNodeFactoryprotected TreeNode decorateGNode(IndexTreeView tview, TreeViewRequest req, String path, String groupName, TreeNode node)
public TreeNode createANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
createANode in interface TreeNodeFactoryprotected TreeNode decorateANode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
public TreeNode createVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
createVNode in interface TreeNodeFactoryprotected TreeNode decorateVNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
public TreeNode createArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path)
createArtifactNode in interface TreeNodeFactoryprotected TreeNode decorateArtifactNode(IndexTreeView tview, TreeViewRequest req, ArtifactInfo ai, String path, TreeNode node)
protected TreeNode createNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName, TreeNode.Type type)
protected TreeNode instantiateNode(IndexTreeView tview, TreeViewRequest req, String path, boolean leaf, String nodeName)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.