org.jboss.console.navtree
Interface NodeWrapper
- All Known Implementing Classes:
- RootWrapper (src) , StdNodeWrapper (src)
- public interface NodeWrapper
Base interface for wrapper objects used to represent tree nodes
- See Also:
ConsoleTreeModel
(src)
getChild
public java.lang.Object getChild(int index)
getChildCount
public int getChildCount()
getIndexOfChild
public int getIndexOfChild(java.lang.Object child)
isLeaf
public boolean isLeaf()
getIconUrl
public java.lang.String getIconUrl()
getAssociatedAction
public TreeAction (src) getAssociatedAction()
getDescription
public java.lang.String getDescription()
getMenuEntries
public TreeNodeMenuEntry (src) [] getMenuEntries()
getPath
public java.lang.String getPath()