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, toString
public ManagementModelNode(CliGuiContext cliGuiCtx)
public ManagementModelNode clone()
clone
in class DefaultMutableTreeNode
public void explore()
public String addressPath()
public boolean isLeaf()
isLeaf
in interface TreeNode
isLeaf
in class DefaultMutableTreeNode
public boolean isGeneric()
Copyright © 2023 JBoss by Red Hat. All rights reserved.