FileDocCategorySizeDatePackage
TreeNode.javaAPI DocJBoss 4.2.12081Fri Jul 13 21:02:16 BST 2007org.jboss.console.manager.interfaces

TreeNode

public interface TreeNode implements Serializable
Information about a specific node in the tree-browser
see
org.jboss.console.manager.interfaces.TreeInfo
author
Sacha Labourey.
version
$Revision: 57191 $

Revisions:

14 decembre 2002 Sacha Labourey:

  • First implementation

Fields Summary
Constructors Summary
Methods Summary
public TreeActiongetAction()

public java.lang.StringgetDescription()

public java.lang.StringgetIcon()

public TreeNodeMenuEntry[]getMenuEntries()

public java.lang.StringgetName()

public ResourceTreeNode[]getNodeManagableResources()

public org.jboss.console.manager.interfaces.TreeNode[]getSubNodes()

public booleanisMasterNode()
indicates if, in the presence of several nodes fighting for the same ResourceTreeNode in mode INVISIBLE_IF_SUBNODE_EXISTS, this node is master and other nodes (if any) will go as sub-nodes of this one