站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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:

  • First implementation
Author:
Sacha Labourey.
See Also:
NodeWrapper

Constructor Summary
RootWrapper(TreeInfo tree)
           
 
Method Summary
 TreeAction getAssociatedAction()
           
 Object getChild(int index)
           
 int getChildCount()
           
 String getDescription()
           
 String getIconUrl()
           
 int getIndexOfChild(Object child)
           
 TreeNodeMenuEntry[] getMenuEntries()
           
 String getPath()
           
 boolean isLeaf()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootWrapper

public RootWrapper(TreeInfo tree)
Method Detail

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.