|
Class Summary |
| XBaseModel |
The basic implementation of the XModel is handled by this class. |
| XBasicDataBindingFactory |
Deprecated. |
| XDataBinding |
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. |
| XDataBindingFactory |
A factory for construction of data bindings
Copyright (c) Xoetrope Ltd., 1998-2003
$Revision: 2.3 $ |
| XLabelBinding |
Bind an XLabel to a data model value/node. |
| XListBinding |
Bind a list to a data model value/node. |
| XListModelAdapter |
Adapts an XModel 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. |
| XModel |
The XModel is designed to support an MVC like structure. |
| XModelHelper |
A helper to eliminate some typecasting with the XModel
Copyright (c) Xoetrope Ltd., 2002-2004
$Revision: 1.14 $
License: see License.txt
License: see license.txt |
| XRadioBinding |
Bind a TextComponent to a data model value/node. |
| XRegisteredDataBindingFactory |
A data binding factory that loads a specification of data bindings from an
XML configuration file
Copyright (c) Xoetrope Ltd., 2002-2006. |
| XStateBinding |
Bind a component's state to a data model value/node. |
| XTextBinding |
Bind a TextComponent to a data model value/node. |