Package com.sptci.echo2

Package used to implement Data Binding for Echo2 UI components.

See:
          Description

Class Summary
JDOMetaDataGenerator A JDO meta-data generator.
JDOModelGenerator A JDO JavaBean generator.
JDOModelPropertyChangeListener A sub-class of PropertyChangeListener used to synchronise changes made to properties in UI components to the PropertyChangeListener.bean JDO object.
JDOModelUpdater An updater used to update JavaBean objects from their associated UI containers.
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.
Styles Utility class to load the application style XML file.
Updater An abstract updater used to update UI containers or JavaBean objects from one another.
ViewPropertyChangeListener The PropertyChangeListener for change events fired by java beans to update Echo2 UI container classes (represented by PropertyChangeListener.bean).
ViewUpdater An updater used to update UI containers with data from JavaBean objects.
 

Exception Summary
BindingException A custom exception that is used to wrap any exception/error condition that is encountered while binding UI and JavaBean components.
 

Package com.sptci.echo2 Description

Package used to implement Data Binding for Echo2 UI components. Classes in this class are designed to facilitate rapid application development through data binding and object persistence using JDO.

  1. Updater - The class used to update model or view components with modifications made to the other.
  2. PropertyChangeListener - The base class for listening to PropertyChangeEvents fired by UI components of JavaBeans.



Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.