Uses of Class
com.jgoodies.binding.value.AbstractValueModel

Packages that use AbstractValueModel
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.value Contains the ValueModel interface and hierarchy. 
 

Uses of AbstractValueModel in com.jgoodies.binding
 

Methods in com.jgoodies.binding that return AbstractValueModel
 AbstractValueModel PresentationModel.getModel(String propertyName)
          Looks up and lazily creates a ValueModel that adapts the bound property with the specified name.
 AbstractValueModel PresentationModel.getModel(String propertyName, String getterName, String setterName)
          Looks up and lazily creates a ValueModel that adapts the bound property with the given name.
 

Uses of AbstractValueModel in com.jgoodies.binding.adapter
 

Subclasses of AbstractValueModel in com.jgoodies.binding.adapter
 class PreferencesAdapter
          A ValueModel implementation that reads and writes values from/to a key of a given Preferences node under a specified key.
 

Uses of AbstractValueModel in com.jgoodies.binding.beans
 

Subclasses of AbstractValueModel in com.jgoodies.binding.beans
 class BeanAdapter.SimplePropertyAdapter
          Implements the access to the individual bean properties.
 class PropertyAdapter<B>
          Converts a single Java Bean property into the generic ValueModel interface.
 

Uses of AbstractValueModel in com.jgoodies.binding.extras
 

Subclasses of AbstractValueModel in com.jgoodies.binding.extras
 class DelayedWriteValueModel
          A ValueModel that defers write-access for a specified delay.
 class NonNullValueModel
          A ValueModel implementation that avoids null values.
 

Uses of AbstractValueModel in com.jgoodies.binding.value
 

Subclasses of AbstractValueModel in com.jgoodies.binding.value
 class AbstractVetoableValueModel
          A ValueModel that allows to accept or reject proposed value changes.
 class AbstractWrappedValueModel
          An abstract wrapper for ValueModels that provides ComponentModel features.
 class BufferedValueModel
          A ValueModel that wraps another ValueModel, the subject, and delays changes of the subject's value.
 class ConverterValueModel
          A ValueModel that converts the values of a wrapped ValueModel.
 class DefaultComponentValueModel
          A ValueModel that provides relevant GUI state in presentation models.
 class DelayedReadValueModel
          A ValueModel that deferres updates and read-access for a specified delay.
 class Trigger
          A ValueModel implementation that is intended to be used as trigger channel for instances of BufferedValueModel.
 class ValueHolder
          A simple ValueModel implementation that holds a generic value.
 



Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.