|
Class Summary |
| BaseModel |
The basic implementation of the DataModel is handled by this class. |
| BasicDataBindingFactory |
Deprecated. |
| DataBinding |
Describes an interface used to allow components to be updated
when a data model changes and to allow the model to be updated when the user
interface elements change. |
| DataBindingFactory |
A factory for construction of data bindings |
| DataModel |
The DataModel is designed to support an MVC like structure. |
| ImageBinding |
Bind an Image to a data model value/node. |
| LabelBinding |
Bind an Label to a data model value/node. |
| ListBinding |
Bind a list to a data model value/node. |
| ListModelAdapter |
Adapts an DataModel to provide access to child nodes as a list in a way that
is more convenient for use with UI components and so that some state
information can be maintained. |
| ModelHelper |
A helper to eliminate some typecasting with the DataModel |
| RadioBinding |
Bind a TextComponent to a data model value/node. |
| RegisteredDataBindingFactory |
A data binding factory that loads a specification of data bindings from an
XML configuration file |
| StateBinding |
Bind a component's state to a data model value/node. |
| TextBinding |
Bind a TextComponent to a data model value/node. |
| ValueBinding |
Bind an ValueHolder to a data model value/node. |