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

NodeWrapper (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


org.jboss.console.navtree
Interface NodeWrapper

All Known Implementing Classes:
RootWrapper, StdNodeWrapper

public interface NodeWrapper

Base interface for wrapper objects used to represent tree nodes

Version:
$Revision: 1.1.2.1 $

Revisions:

20 decembre 2002 Sacha Labourey:

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

Method Summary
 TreeAction getAssociatedAction()
           
 Object getChild(int index)
           
 int getChildCount()
           
 String getDescription()
           
 String getIconUrl()
           
 int getIndexOfChild(Object child)
           
 TreeNodeMenuEntry[] getMenuEntries()
           
 String getPath()
           
 boolean isLeaf()
           
 

Method Detail

getChild

public Object getChild(int index)

getChildCount

public int getChildCount()

getIndexOfChild

public int getIndexOfChild(Object child)

isLeaf

public boolean isLeaf()

getIconUrl

public String getIconUrl()

getAssociatedAction

public TreeAction getAssociatedAction()

getDescription

public String getDescription()

getMenuEntries

public TreeNodeMenuEntry[] getMenuEntries()

getPath

public String getPath()


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