Module javafx.base

Class ReadOnlyMapProperty<K,V>

java.lang.Object
javafx.beans.binding.MapExpression<K,V>
javafx.beans.property.ReadOnlyMapProperty<K,V>
Type Parameters:
K - the type of the key elements of the map
V - the type of the value elements of the map
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>
Direct Known Subclasses:
MapProperty, ReadOnlyMapPropertyBase

public abstract class ReadOnlyMapProperty<K,V> extends MapExpression<K,V> implements ReadOnlyProperty<ObservableMap<K,V>>
Superclass for all readonly properties wrapping an ObservableMap.
Since:
JavaFX 2.1
See Also: