|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.console.manager.interfaces.impl.SimpleTreeNode
public class SimpleTreeNode
Revisions:
31 dec 2002 Sacha Labourey:
Field Summary
protected TreeAction
action
protected String
description
protected String
icon
protected boolean
isMaster
protected TreeNodeMenuEntry[]
menuEntries
protected String
name
protected ResourceTreeNode[]
nodeManagableResources
protected TreeNode[]
subNodes
Constructor Summary
SimpleTreeNode()
SimpleTreeNode(String name,
String description,
String icon,
TreeAction action,
TreeNodeMenuEntry[] menuEntries,
TreeNode[] subNodes,
ResourceTreeNode[] nodeManagableResources)
Method Summary
TreeAction
getAction()
String
getDescription()
String
getIcon()
TreeNodeMenuEntry[]
getMenuEntries()
String
getName()
ResourceTreeNode[]
getNodeManagableResources()
TreeNode[]
getSubNodes()
boolean
isMasterNode()
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
TreeNode
setMasterNode(boolean master)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
name
protected String name
description
protected String description
icon
protected String icon
action
protected TreeAction action
menuEntries
protected TreeNodeMenuEntry[] menuEntries
subNodes
protected TreeNode[] subNodes
nodeManagableResources
protected ResourceTreeNode[] nodeManagableResources
isMaster
protected boolean isMaster
Constructor Detail
SimpleTreeNode
public SimpleTreeNode()
SimpleTreeNode
public SimpleTreeNode(String name,
String description,
String icon,
TreeAction action,
TreeNodeMenuEntry[] menuEntries,
TreeNode[] subNodes,
ResourceTreeNode[] nodeManagableResources)
Method Detail
getName
public String getName()
getDescription
public String getDescription()
getDescription
in interface TreeNode
getIcon
public String getIcon()
getAction
public TreeAction getAction()
getMenuEntries
public TreeNodeMenuEntry[] getMenuEntries()
getMenuEntries
in interface TreeNode
getSubNodes
public TreeNode[] getSubNodes()
getSubNodes
in interface TreeNode
getNodeManagableResources
public ResourceTreeNode[] getNodeManagableResources()
getNodeManagableResources
in interface TreeNode
isMasterNode
public boolean isMasterNode()
TreeNode
isMasterNode
in interface TreeNode
setMasterNode
public TreeNode setMasterNode(boolean master)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD