See: Description
Interface | Description |
---|---|
IMapChangeListener<K,V> |
Listener for changes to observable maps.
|
IObservableMap<K,V> |
Observable Map.
|
Class | Description |
---|---|
AbstractObservableMap<K,V> |
This class is thread safe.
|
BidiObservableMap<K,V> |
An
This class is thread safe.
|
BidirectionalMap<K,V> | Deprecated
This class is deprecated; use
BidiObservableMap 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 an
IObservableMap object. |
MapDiff<K,V> | |
ObservableMap<K,V> |
This class is thread safe.
|
WritableMap<K,V> |
This class is thread safe.
|
This package provides classes that can be used to observe changes in maps.
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.