Uses of Class
org.dspace.app.xmlui.aspect.artifactbrowser.CommunityBrowser.TreeNode

Packages that use CommunityBrowser.TreeNode
org.dspace.app.xmlui.aspect.artifactbrowser   
 

Uses of CommunityBrowser.TreeNode in org.dspace.app.xmlui.aspect.artifactbrowser
 

Fields in org.dspace.app.xmlui.aspect.artifactbrowser declared as CommunityBrowser.TreeNode
protected  CommunityBrowser.TreeNode CommunityBrowser.root
          Cached version the community / collection hierarchy
 

Methods in org.dspace.app.xmlui.aspect.artifactbrowser that return CommunityBrowser.TreeNode
 CommunityBrowser.TreeNode CommunityBrowser.TreeNode.addChild(DSpaceObject dso)
          Add a child DSpaceObject
 

Methods in org.dspace.app.xmlui.aspect.artifactbrowser that return types with arguments of type CommunityBrowser.TreeNode
 java.util.List<CommunityBrowser.TreeNode> CommunityBrowser.TreeNode.getChildren()
           
 java.util.List<CommunityBrowser.TreeNode> CommunityBrowser.TreeNode.getChildrenOfType(int type)
           
 

Methods in org.dspace.app.xmlui.aspect.artifactbrowser with parameters of type CommunityBrowser.TreeNode
 void CommunityBrowser.buildList(List list, CommunityBrowser.TreeNode node)
          Recursively build a list of the community / collection hierarchy based upon the given NodeTree.
 void CommunityBrowser.buildReferenceSet(ReferenceSet referenceSet, CommunityBrowser.TreeNode node)
          Recursively build an includeset of the community / collection hierarchy based upon the given NodeTree.
 



Copyright © 2010 DuraSpace. All Rights Reserved.