当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
StdNodeWrapper (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.navtree
Class StdNodeWrapper
java.lang.Object
org.jboss.console.navtree.StdNodeWrapper
- All Implemented Interfaces:
- NodeWrapper
- public class StdNodeWrapper
- extends Object
- implements NodeWrapper
NodeWrapper implementation for nodes that are not root nodes
- Version:
- $Revision: 1.2.2.1 $
Revisions:
20 decembre 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
NodeWrapper
StdNodeWrapper
public StdNodeWrapper(TreeNode node,
TreeInfo master,
String parentPath)
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
toString
public String toString()
getIconUrl
public String getIconUrl()
- Specified by:
getIconUrl in interface NodeWrapper
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
getMasterFromPluggins
protected TreeNode getMasterFromPluggins(TreeNode[] plugged)
removeMasterFromList
protected TreeNode[] removeMasterFromList(TreeNode[] all,
TreeNode main)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.