Uses of Interface
org.jboss.console.manager.interfaces.TreeInfo

Packages that use TreeInfo
org.jboss.console.manager   
org.jboss.console.manager.interfaces.impl   
org.jboss.console.navtree   
 

Uses of TreeInfo in org.jboss.console.manager
 

Methods in org.jboss.console.manager that return TreeInfo
 TreeInfo PluginManager.getTreeForProfile(String profile)
           
 TreeInfo PluginManagerMBean.getTreeForProfile(String profile)
           
 TreeInfo PluginManager.getUpdateTreeForProfile(String profile, long knownVersion)
          Only return the tree if the actual version is bigger than the known version
 TreeInfo PluginManagerMBean.getUpdateTreeForProfile(String profile, long knownVersion)
          Only return the tree if the actual version is bigger than the known version
 

Uses of TreeInfo in org.jboss.console.manager.interfaces.impl
 

Classes in org.jboss.console.manager.interfaces.impl that implement TreeInfo
 class DefaultTreeInfo
          
 

Uses of TreeInfo in org.jboss.console.navtree
 

Fields in org.jboss.console.navtree declared as TreeInfo
protected  TreeInfo ConsoleTreeModel.tree
           
 

Methods in org.jboss.console.navtree that return TreeInfo
 TreeInfo ConsoleTreeModel.conditionalLoadTree(long version)
           
 TreeInfo ConsoleTreeModel.loadTree()
           
 

Constructors in org.jboss.console.navtree with parameters of type TreeInfo
RootWrapper(TreeInfo tree)
           
StdNodeWrapper(TreeNode node, TreeInfo master, String parentPath)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.