Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.console » navtree » [javadoc | source]
org.jboss.console.navtree
public interface: NodeWrapper [javadoc | source]

All Known Implementing Classes:
    StdNodeWrapper, RootWrapper

Base interface for wrapper objects used to represent tree nodes
Method from org.jboss.console.navtree.NodeWrapper Summary:
getAssociatedAction,   getChild,   getChildCount,   getDescription,   getIconUrl,   getIndexOfChild,   getMenuEntries,   getPath,   isLeaf
Method from org.jboss.console.navtree.NodeWrapper Detail:
 public TreeAction getAssociatedAction()
 public Object getChild(int index)
 public int getChildCount()
 public String getDescription()
 public String getIconUrl()
 public int getIndexOfChild(Object child)
 public TreeNodeMenuEntry[] getMenuEntries()
 public String getPath()
 public boolean isLeaf()