jgoodies-binding.2.9.1.source-code.overview.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jgoodies-binding Show documentation
Show all versions of jgoodies-binding Show documentation
The JGoodies Binding library connects object properties to Swing user interface components.
And it helps you represent the state and behavior of a presentation independently
of the GUI components used in the interface.
This document describes the API of the JGoodies Binding, a library
that connects object properties with UI components.
The Binding:
- reduces the code necessary for object presentation,
- stream-lines the development process for data binding,
- provides advanced features for automatic update notification,
- assists you in separating the domain and presentation layers.
The JGoodies Binding requires Java 6 or later
and the JGoodies Common library.
Library versions for older Java versions are available in the
JGoodies Archive.
Getting Started
You can find presentation about Binding techniques at the
JGoodies Articles page.
Also check out the User's Guide in the accompanying HTML documentation.
The accompanying tutorial sources demonstrate how to work with Binding.
The package descriptions in these JavaDocs provide a reference
and many JavaDoc class comments contain example code.
Also Martin Fowler describes the
Presentation Model pattern
in the upcoming additions
to his "Patterns of Enterprise Application Architecture".