Package com.jgoodies.binding.beans

Contains classes to model and work with Java Beans and Java Bean properties.

See: Description

Package com.jgoodies.binding.beans Description

Contains classes to model and work with Java Beans and Java Bean properties. At the core of the package is the PropertyAdapter that converts a Java Bean property into a ValueModel. This adapter can observe changes of bound bean properties.

The abstract class Model minimizes the effort required to implement Java Beans that provide support for bound properties. The interface Observable ensures compile-time safety for the bound property support; however, it is not required to implement this interface.

Related Documentation

For more information see:
See Also:
com.jgoodies.binding, com.jgoodies.binding.adapter, com.jgoodies.binding.formatter, com.jgoodies.binding.list, com.jgoodies.binding.value

Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.