|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the data typepublic interface TreeBinder<T>
A two-way binding between instances of a given data type and Trees of a given form.
| Method Summary | |
|---|---|
Tree |
bind(T data)
Binds an instance of the data to a tree. |
T |
bind(Tree tree)
Binds a tree to an instance of the data. |
BinderInfo |
info()
Returns descriptive information about the binder |
| Method Detail |
|---|
BinderInfo info()
Tree bind(T data)
throws Exception
data - the data
Exception
T bind(Tree tree)
throws Exception
tree - the tree
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||