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