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

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

Method Detail

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.