public class DataSetTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements DataTreeNode
| Constructor and Description |
|---|
DataSetTreeNode(java.lang.String name,
DataSet node) |
| Modifier and Type | Method and Description |
|---|---|
BasicDataBind<?> |
getData() |
DataSet |
getNode() |
boolean |
readable() |
void |
reset(ClientAssociation association) |
boolean |
writable() |
void |
writeValues(ClientAssociation association) |
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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildAt, getChildCountpublic DataSetTreeNode(java.lang.String name,
DataSet node)
public DataSet getNode()
public void reset(ClientAssociation association) throws ServiceError, java.io.IOException
reset in interface DataTreeNodeServiceErrorjava.io.IOExceptionpublic void writeValues(ClientAssociation association) throws ServiceError, java.io.IOException
writeValues in interface DataTreeNodeServiceErrorjava.io.IOExceptionpublic BasicDataBind<?> getData()
getData in interface DataTreeNodepublic boolean writable()
writable in interface DataTreeNodepublic boolean readable()
readable in interface DataTreeNode