| Package | Description |
|---|---|
| com.sptci.echo.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| Class and Description |
|---|
| BindingException
A custom exception that is used to wrap any exception/error
condition that is encountered while binding UI and JavaBean
components.
|
| ListItem
A simple bean that represents an item that can be added to a
ListModel. |
| ModelGenerator
A JavaBean generator.
|
| ModelPropertyChangeListener
A sub-class of
PropertyChangeListener used to synchronise
changes made to properties in Echo2 UI components to the
PropertyChangeListener.bean java bean. |
| ModelUpdater
An
updater used to update JavaBean objects from
their associated UI containers. |
| PropertyChangeListener
An implementation of
PropertyChangeListener used
to synchronise changes made to properties in UI components or the
PropertyChangeListener.bean java bean with each other. |
| Updater
An abstract
updater used to update UI containers or
JavaBean objects from one another. |
| ViewValidator
A standard validator for view components.
|