Package net.wotonomy.ui

An implementation of the JavaClient framework.

See:
          Description

Interface Summary
EODisplayGroup.Delegate DisplayGroups can delegate important decisions to a Delegate.
 

Class Summary
DebuggingDelegate A display group delegate that prints messages for each of the delegate methods.
DelegateAdapter A convenience class for creating display group delegates.
DisplayGroup DisplayGroup provides an abstraction of a user interface, comprising of an ordered collection of data objects, some of which are displayed, and of those some are selected.
EOAssociation Associations observe DisplayGroups and associate a user interface component with one or more keys on the objects in the display group.
EODisplayGroup EODisplayGroup provides an abstraction of a user interface, comprising of an ordered collection of data objects, some of which are displayed, and of those some are selected.
GenericAssociation GenericAssociation binds one or more properties on an observable object to a display group.
MasterDetailAssociation MasterDetailAssociation binds a display group to a property on the selected object of another display group.
MirrorDetailAssociation This master detail association synchronizes the contents and selection of the master group into the detail group.
 

Package net.wotonomy.ui Description

An implementation of the JavaClient framework. It tries to be API-compatible at the EODisplayGroup and EOAssociation layer. The associations themselves are inspired by their EO counterparts, but are extended so as to be more useful for java application development.

This package has dependencies on the control, foundation, and util packages.



Copyright © 2006 null. All Rights Reserved.