当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 console API Documentation 英文版文档
NodeWrapper (JBoss Console API) - JBoss 4.0.1 sp1 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.4 $
Revisions:
20 decembre 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
ConsoleTreeModel
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.