Module javafx.base

Class ReadOnlyMapPropertyBase<K,V>

java.lang.Object
javafx.beans.binding.MapExpression<K,V>
javafx.beans.property.ReadOnlyMapProperty<K,V>
javafx.beans.property.ReadOnlyMapPropertyBase<K,V>
Type Parameters:
K - the map key type
V - the map value type
All Implemented Interfaces:
Map<K,V>, Observable, ReadOnlyProperty<ObservableMap<K,V>>, ObservableMapValue<K,V>, ObservableObjectValue<ObservableMap<K,V>>, ObservableValue<ObservableMap<K,V>>, ObservableMap<K,V>

public abstract class ReadOnlyMapPropertyBase<K,V> extends ReadOnlyMapProperty<K,V>
Base class for all readonly properties wrapping an ObservableMap. This class provides a default implementation to attach listener.
Since:
JavaFX 2.1
See Also: