public interface DataTreeNode
Modifier and Type | Method and 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
ServiceError
java.io.IOException
void writeValues(ClientAssociation association) throws ServiceError, java.io.IOException
ServiceError
java.io.IOException
int getChildCount()
javax.swing.tree.TreeNode getChildAt(int index)
boolean writable()
boolean readable()