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.binder   
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.
AbstractWrappedValueModel
          An abstract wrapper for ValueModels that provides ComponentModel features.
BufferedValueModel
          A ValueModel that wraps another ValueModel, the subject, and delays changes of the subject's value.
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.binder
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.
AbstractWrappedValueModel
          An abstract wrapper for ValueModels that provides ComponentModel features.
ComponentModel
          Describes bound properties for the frequently used JComponent state enabled,visible and JTextComponent state editable.
ComponentValueModel
          Adds bound properties for the frequently used JComponent state enabled,visible and JTextComponent state editable to the ValueModel interface.
ValueModel
          Describes models with a generic access to a single value that allow to observe value changes.
 



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