|
WebNMS 5 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.beans.chassis.ChassisUtility
A Utility Class for constructing the tree and the tree nodes of the ChassisComponents.
| Method Summary | |
static javax.swing.tree.DefaultMutableTreeNode |
getRootNode(ChassisComponent rootArg)
Returns a DefaultMutableTreeNode with the string "Chassis" as the root node and the subsequent tree nodes, formed by walking recursively through the ChassisComponent passed as argument. |
static javax.swing.JTree |
getTree(ChassisComponent rootArg)
Returns a JTree with the string "Chassis" as the root node and the subsequent tree nodes, formed by walking recursively through the ChassisComponent passed as argument.Also, a default tree cell renderer will be set to it. |
static javax.swing.tree.DefaultTreeModel |
getTreeModel(ChassisComponent rootArg)
Returns a DefaultTreeModel with the string "Chassis" as the root node and the subsequent tree nodes, formed by walking recursively through the ChassisComponent passed as argument. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static javax.swing.tree.DefaultTreeModel getTreeModel(ChassisComponent rootArg)
rootArg - The parent ChassisComponentpublic static javax.swing.tree.DefaultMutableTreeNode getRootNode(ChassisComponent rootArg)
rootArg - The parent ChassisComponentpublic static javax.swing.JTree getTree(ChassisComponent rootArg)
rootArg - The parent ChassisComponent
|
WebNMS 5 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||