当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
RootWrapper (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.navtree
Class RootWrapper
java.lang.Object
org.jboss.console.navtree.RootWrapper
- All Implemented Interfaces:
- NodeWrapper
- public class RootWrapper
- extends Object
- implements NodeWrapper
Default implementation of NodeWrapper for the first level of the tree
which aggregates the first level of plugins using the "bootstrap" managed objects
- Version:
- $Revision: 1.2.2.1 $
Revisions:
20 decembre 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
NodeWrapper
RootWrapper
public RootWrapper(TreeInfo tree)
getChild
public Object getChild(int index)
- Specified by:
getChild
in interface NodeWrapper
getChildCount
public int getChildCount()
- Specified by:
getChildCount
in interface NodeWrapper
getIndexOfChild
public int getIndexOfChild(Object child)
- Specified by:
getIndexOfChild
in interface NodeWrapper
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf
in interface NodeWrapper
getIconUrl
public String getIconUrl()
- Specified by:
getIconUrl
in interface NodeWrapper
toString
public String toString()
getAssociatedAction
public TreeAction getAssociatedAction()
- Specified by:
getAssociatedAction
in interface NodeWrapper
getDescription
public String getDescription()
- Specified by:
getDescription
in interface NodeWrapper
getMenuEntries
public TreeNodeMenuEntry[] getMenuEntries()
- Specified by:
getMenuEntries
in interface NodeWrapper
getPath
public String getPath()
- Specified by:
getPath
in interface NodeWrapper
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.