Uses of Class
org.springframework.binding.value.support.AbstractValueModel

Packages that use AbstractValueModel
org.springframework.binding.value.support Supporting value model and value holder implementations. 
org.springframework.richclient.list   
 

Uses of AbstractValueModel in org.springframework.binding.value.support
 

Subclasses of AbstractValueModel in org.springframework.binding.value.support
 class AbstractDerivedValueModel
          Abstract base class for value models that derive their value from one or more "source" value model.
 class AbstractIndexAdapter
          Base implementation of an IndexAdapter which provides basic index storing.
 class BufferedCollectionValueModel
          A BufferedValueModel that uses an ObservableList as a buffer to hold chandes to a Collection or array.
 class BufferedValueModel
          A value model that wraps another value model; delaying or buffering changes until a commit is triggered.
 class DeepCopyBufferedCollectionValueModel
          Implementation of a BufferedCollectionValueModel that performs a deep copy on the elements of the collection.
 class GrowableIndexAdapter
           
 class MapKeyAdapter
           
 class MessageFormatValueModel
          A value model that takes a set of "argument" ValueModels, formats their values into strings, and then inserts these formatted strings into the provided pattern at the appropriate places.
 class MethodInvokingDerivedValueModel
          A value model that derives it's value from the result of invoking a method.
 class RefreshableValueHolder
          ValueModel adding a refreshable aspect.
 class ValueHolder
          A simple value model that contains a single value.
 

Uses of AbstractValueModel in org.springframework.richclient.list
 

Subclasses of AbstractValueModel in org.springframework.richclient.list
 class ListSelectionValueModelAdapter
          Class to adapt the selection model of a list into a value model.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.