JFaceFactories - Scope

This is what JFaceFactories provides as of 16/02/2008 version 0.1.0 and what we are intending to introduce.

Class names that are link to javadoc exist - others are coming.

Presenters:

AbstractPresenter Optional parent class for presenter classes.
Provides event propogation, presenter hierarchies (parent/child) and a framework for persietence (save/rollback) operations.

 

Binders:

Binders Static access to all XXXBinder classes.
ButtonBinder Binding for Button controls, generally to boolean properties for radios and tick boxes..
ComboBinder  
CompositeBinder  
DateTimeBinder Binding for DateTime controls.
EnableBinder Binding the enablement of controls to properties and each other.
FocusBinder  
LabelBinder  
ListBinder Binding List controls to properties - both selected and displayed values.
SectionBinder  
TableBinder  
TextBinder Binding Text controls to properties - currently only String properties.
TreeBinder  
VisibilityBinder  
WidthBinder  

 

Miscellaneous:

  • asynchronous bindings - particularly for Collection properties