All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jgoodies.binding.beans.package.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.13.0
Show newest version







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

At the core of the package is the 
{@link com.jgoodies.binding.beans.PropertyAdapter}
that converts a Java Bean property into a 
{@link com.jgoodies.binding.value.ValueModel}.
This adapter can observe changes of bound bean properties.

The abstract class {@link com.jgoodies.binding.beans.Model} minimizes the effort required to implement Java Beans that provide support for bound properties. The interface {@link com.jgoodies.binding.beans.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 com.jgoodies.binding @see com.jgoodies.binding.adapter @see com.jgoodies.binding.list @see com.jgoodies.binding.value




© 2015 - 2024 Weber Informatics LLC | Privacy Policy