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)

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

Method Detail

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()