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

The class MapPropertyBase is the base class for a property wrapping an javafx.collections.ObservableMap. It provides all the functionality required for a property except for the getBean() and getName() methods, which must be implemented by extending classes.

extends MapProperty<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, MapProperty

Since:  JavaFX 2.1