DataObjectTreeNode, DataSetTreeNodepublic interface DataTreeNode
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.tree.TreeNode |
getChildAt(int index) |
|
int |
getChildCount() |
|
BasicDataBind<?> |
getData() |
|
boolean |
readable() |
|
void |
reset(ClientAssociation association) |
|
boolean |
writable() |
|
void |
writeValues(ClientAssociation association) |
BasicDataBind<?> getData()
void reset(ClientAssociation association) throws ServiceError, java.io.IOException
ServiceErrorjava.io.IOExceptionvoid writeValues(ClientAssociation association) throws ServiceError, java.io.IOException
ServiceErrorjava.io.IOExceptionint getChildCount()
javax.swing.tree.TreeNode getChildAt(int index)
boolean writable()
boolean readable()