public class ManagementModelNode extends DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
Constructor and Description |
---|
ManagementModelNode()
Constructor for root node only.
|
Modifier and Type | Method and Description |
---|---|
String |
addressPath()
Get the DMR path for this node.
|
static String |
escapeAddressElement(String element) |
void |
explore()
Refresh children using read-resource operation.
|
boolean |
isGeneric() |
boolean |
isLeaf() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public void explore()
public String addressPath()
public boolean isLeaf()
isLeaf
in interface TreeNode
isLeaf
in class DefaultMutableTreeNode
public boolean isGeneric()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.