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

A writable reference to an javafx.collections.ObservableMap.

extends WritableObjectValue<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, javafx.beans.value.WritableObjectValue, javafx.beans.value.WritableMapValue

Since:  JavaFX 2.1