public class ManagementModelNode extends DefaultMutableTreeNode
| Modifier and Type | Class and Description |
|---|---|
class |
ManagementModelNode.UserObject
Encapsulates name/value pair.
|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
ManagementModelNode(CliGuiContext cliGuiCtx)
Constructor for root node only.
|
| Modifier and Type | Method and Description |
|---|---|
String |
addressPath()
Get the DMR path for this node.
|
ManagementModelNode |
clone()
Clone as a root node
|
static String |
escapeAddressElement(String element) |
void |
explore()
Refresh children using read-resource operation.
|
boolean |
isGeneric() |
boolean |
isLeaf() |
add, breadthFirstEnumeration, children, 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, toStringpublic ManagementModelNode(CliGuiContext cliGuiCtx)
public ManagementModelNode clone()
clone in class DefaultMutableTreeNodepublic void explore()
public String addressPath()
public boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class DefaultMutableTreeNodepublic boolean isGeneric()
Copyright © 2014 JBoss by Red Hat. All rights reserved.