| Package | Description |
|---|---|
| com.sptci.echo.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOModelUpdater<V,M extends JDOObject>
An
updater used to update JavaBean objects from
their associated UI containers. |
class |
ModelUpdater<V,M>
An
updater used to update JavaBean objects from
their associated UI containers. |
class |
ViewUpdater<V,M>
An
updater used to update UI components with data from
their backing model objects. |