Package org.eclipse.core.databinding.observable.map
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.
-
ClassDescriptionThis class is thread safe.BidiObservableMap<K,
V> AnBidirectionalMap<K,V> Deprecated.CompositeMap<K,I, V> A read-only observable map formed by the composition of two observable maps.Maps objects to one of their attributes.An observable map which decorates another observable map.IMapChangeListener<K,V> Listener for changes to observable maps.IObservableMap<K,V> 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.
BidiObservableMap
instead.