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
<K> | the type of the key elements of the Map | |
<V> | the type of the value elements of the Map |
javafx.collections.ObservableMap, MapProperty