站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 console API Documentation 英文版文档

Uses of Interface org.jboss.console.manager.interfaces.TreeInfo (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


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 PluginManagerMBean.getTreeForProfile(String profile)
           
 TreeInfo PluginManagerMBean.getUpdateTreeForProfile(String profile, long knownVersion)
          Only return the tree if the actual version is bigger than the known version
 TreeInfo PluginManager.getTreeForProfile(String profile)
           
 TreeInfo PluginManager.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
StdNodeWrapper(TreeNode node, TreeInfo master, String parentPath)
           
RootWrapper(TreeInfo tree)
           
 



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