File
Doc
Category
Size
Date
Package
NodeWrapper.java
API Doc
JBoss 4.2.1
1939
Fri Jul 13 21:02:14 BST 2007
org.jboss.console.navtree
NodeWrapper
public interface NodeWrapper
Base interface for wrapper objects used to represent tree nodes
see
org.jboss.console.navtree.ConsoleTreeModel
author
Sacha Labourey
.
version
$Revision: 57191 $
Revisions:
20 decembre 2002 Sacha Labourey:
First implementation
Fields Summary
Constructors Summary
Methods Summary
public
org.jboss.console.manager.interfaces.TreeAction
getAssociatedAction
()
public
java.lang.Object
getChild
(
int
index)
public
int
getChildCount
()
public
java.lang.String
getDescription
()
public
java.lang.String
getIconUrl
()
public
int
getIndexOfChild
(
java.lang.Object
child)
public
org.jboss.console.manager.interfaces.TreeNodeMenuEntry
[]
getMenuEntries
()
public
java.lang.String
getPath
()
public
boolean
isLeaf
()
Java Code Source