Module org.jhotdraw8.fxcollection
Package org.jhotdraw8.fxcollection
Class ReadOnlyMapEntryProperty<K,V,T extends V>
java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
javafx.beans.property.ReadOnlyObjectPropertyBase<T>
org.jhotdraw8.fxcollection.ReadOnlyMapEntryProperty<K,V,T>
- Type Parameters:
K- key typeV- map value typeT- entry value type
- All Implemented Interfaces:
javafx.beans.Observable,javafx.beans.property.ReadOnlyProperty<T>,javafx.beans.value.ObservableObjectValue<T>,javafx.beans.value.ObservableValue<T>,javafx.collections.MapChangeListener<K,V>
public class ReadOnlyMapEntryProperty<K,V,T extends V>
extends javafx.beans.property.ReadOnlyObjectPropertyBase<T>
implements javafx.collections.MapChangeListener<K,V>
This property is weakly bound to an entry in a map.
- Author:
- Werner Randelshofer
-
Nested Class Summary
Nested classes/interfaces inherited from interface javafx.collections.MapChangeListener
javafx.collections.MapChangeListener.Change<K,V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.beans.property.ReadOnlyObjectPropertyBase
addListener, addListener, fireValueChangedEvent, removeListener, removeListenerMethods inherited from class javafx.beans.property.ReadOnlyObjectProperty
toStringMethods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.beans.Observable
subscribeMethods inherited from interface javafx.beans.value.ObservableValue
flatMap, getValue, map, orElse, subscribe, subscribe, when
-
Field Details
-
key
-
map
-
-
Constructor Details
-
ReadOnlyMapEntryProperty
-
-
Method Details