Uses of Package
com.jgoodies.binding.value

Packages that use com.jgoodies.binding.value
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.util Contains binding utility classes. 
com.jgoodies.binding.value Contains the ValueModel interface and hierarchy. 
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding
AbstractValueModel
          An abstract class that minimizes the effort required to implement the ValueModel interface.
BufferedValueModel
          A ValueModel that wraps another ValueModel, the subject, and delays changes of the subject's value.
ComponentValueModel
          A ValueModel that provides relevant GUI state in presentation models.
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding.adapter
AbstractValueModel
          An abstract class that minimizes the effort required to implement the ValueModel interface.
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding.beans
AbstractValueModel
          An abstract class that minimizes the effort required to implement the ValueModel interface.
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding.extras
AbstractValueModel
          An abstract class that minimizes the effort required to implement the ValueModel interface.
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding.list
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding.util
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 

Classes in com.jgoodies.binding.value used by com.jgoodies.binding.value
AbstractConverter
          An abstract class that minimizes the effort required to implement a type converter.
AbstractValueModel
          An abstract class that minimizes the effort required to implement the ValueModel interface.
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 



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