Uses of Package
com.jgoodies.binding.beans

Packages that use com.jgoodies.binding.beans
com.jgoodies.binding Contains utilities and the PresentationModel that combines many of the Binding features 
com.jgoodies.binding.adapter Contains adapters that convert ValueModels to Swing model interfaces. 
com.jgoodies.binding.beans Contains classes to model and work with Java Beans and Java Bean properties. 
com.jgoodies.binding.extras Contains optional classes that ship only with the source distribution. 
com.jgoodies.binding.list Contains classes that operate on, hold and observe lists and list models. 
com.jgoodies.binding.value Contains the ValueModel interface and hierarchy. 
 

Classes in com.jgoodies.binding.beans used by com.jgoodies.binding
Model
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Observable
          Describes objects that provide bound properties as specified in the Java Bean Secification.
 

Classes in com.jgoodies.binding.beans used by com.jgoodies.binding.adapter
Model
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Observable
          Describes objects that provide bound properties as specified in the Java Bean Secification.
 

Classes in com.jgoodies.binding.beans used by com.jgoodies.binding.beans
BeanAdapter.SimplePropertyAdapter
          Implements the access to the individual bean properties.
Model
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Observable
          Describes objects that provide bound properties as specified in the Java Bean Secification.
PropertyAccessException
          A runtime exception that describes read and write access problems when getting/setting a Java Bean property.
PropertyException
          A runtime exception that is the abstract superclass for all exceptions around Java Bean properties in the JGoodies Data Binding framework.
 

Classes in com.jgoodies.binding.beans used by com.jgoodies.binding.extras
Model
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Observable
          Describes objects that provide bound properties as specified in the Java Bean Secification.
 

Classes in com.jgoodies.binding.beans used by com.jgoodies.binding.list
Model
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Observable
          Describes objects that provide bound properties as specified in the Java Bean Secification.
 

Classes in com.jgoodies.binding.beans used by com.jgoodies.binding.value
Model
          An abstract superclass that minimizes the effort required to provide change support for bound and constrained Bean properties.
Observable
          Describes objects that provide bound properties as specified in the Java Bean Secification.
 



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