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.6.1 $

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

Object getChild(int index)

getChildCount

int getChildCount()

getIndexOfChild

int getIndexOfChild(Object child)

isLeaf

boolean isLeaf()

getIconUrl

String getIconUrl()

getAssociatedAction

TreeAction getAssociatedAction()

getDescription

String getDescription()

getMenuEntries

TreeNodeMenuEntry[] getMenuEntries()

getPath

String getPath()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.