Package org.eclipse.core.databinding.observable.map
Provides classes that can be used to observe changes in maps.
Package Specification
This package provides classes that can be used to observe changes in maps.
-
Interface Summary Interface Description IMapChangeListener<K,V> Listener for changes to observable maps.IObservableMap<K,V> Observable Map. -
Class Summary Class Description AbstractObservableMap<K,V> This class is thread safe.BidiObservableMap<K,V> AnBidirectionalMap<K,V> Deprecated. This class is deprecated; useBidiObservableMap
instead.CompositeMap<K,I,V> A read-only observable map formed by the composition of two observable maps.ComputedObservableMap<K,V> Maps objects to one of their attributes.DecoratingObservableMap<K,V> An observable map which decorates another observable map.MapChangeEvent<K,V> Map change event describing an incremental change of anIObservableMap
object.MapDiff<K,V> ObservableMap<K,V> This class is thread safe.WritableMap<K,V> This class is thread safe.