DataTreeNode
public class DataObjectTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements DataTreeNode
Constructor | Description |
---|---|
DataObjectTreeNode(java.lang.String name,
ModelNode node) |
Modifier and Type | Method | Description |
---|---|---|
BasicDataBind<?> |
getData() |
|
ModelNode |
getNode() |
|
boolean |
readable() |
|
void |
reset(ClientAssociation association) |
|
boolean |
writable() |
|
void |
writeValues(ClientAssociation association) |
getChildAt, getChildCount
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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public DataObjectTreeNode(java.lang.String name, ModelNode node)
public ModelNode getNode()
public BasicDataBind<?> getData()
getData
in interface DataTreeNode
public void reset(ClientAssociation association) throws ServiceError, java.io.IOException
reset
in interface DataTreeNode
ServiceError
java.io.IOException
public void writeValues(ClientAssociation association) throws ServiceError, java.io.IOException
writeValues
in interface DataTreeNode
ServiceError
java.io.IOException
public boolean writable()
writable
in interface DataTreeNode
public boolean readable()
readable
in interface DataTreeNode