public abstract interface ObservableMapValue<K, V>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

An observable reference to an javafx.collections.ObservableMap.

extends ObservableObjectValue<ObservableMap<K, V>>, ObservableMap<K, V>

Parameters:
<K>    the type of the key elements of the Map
<V>    the type of the value elements of the Map

See also:
javafx.collections.ObservableMap, ObservableObjectValue, ObservableValue

Since:  JavaFX 2.1