Package org.jminor.common.model.valuemap

Interface Summary
ValueAsStringProvider<K> Provides values mapped to keys as strings.
ValueChangeMap<K,V> A ValueMap extension which keeps track of value modifications.
ValueChangeMapEditModel<K,V> Specifies an object which facilitates the editing of values in a ValueChangeMap
ValueCollectionProvider<V> Specifies an object that provides a Collection of values.
ValueMap<K,V> An interface describing an object mapping values to keys, null values are allowed.
ValueMap.ToString<K> Describes an object responsible for providing String representations of ValueMap instances
ValueMapValidator<K,V> User: Björn Darri Date: 26.7.2010 Time: 22:19:14
ValueProvider<K,V> Provides values mapped to keys.
 

Class Summary
AbstractValueChangeMapEditModel<K,V> A class which facilitates the editing of the contents of a ValueChangeMap instance by providing a validation mechanism as well as value change events.
DefaultValueMapValidator<K,V> A default value map validator implementation, which performs basic null validation.
StringProvider<K> Provides String representations of ValueMap objects.
ValueChangeEvent<K,V> Used when value change events are fired
ValueChangeListener<K,V> Used when listening to ValueChangeEvents
ValueChangeMapImpl<K,V> A default ValueChangeMap implementation.
ValueMapImpl<K,V> A default ValueMap implementation.