com.jgoodies.binding |
Contains utilities and the PresentationModel that combines
many of the Binding features.
Related Documentation
For more information see:
@see com.jgoodies.binding.adapter
@see com.jgoodies.binding.beans
@see com.jgoodies.binding.formatter
@see com.jgoodies.binding.list
@see com.jgoodies.binding.value
|
Java Source File Name | Type | Comment |
BindingUtils.java | Class | Consists exclusively of static methods that provide
convenience behavior used by the Binding classes. |
PresentationModel.java | Class | The standard base class to implement the Presentation Model pattern,
that represents the state and behavior of a presentation independently
of the GUI components used in the interface. |