Module org.jhotdraw8.fxcollection
Package org.jhotdraw8.fxcollection
Class StrongMapEntryProperty<K,V,T extends V>
java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
javafx.beans.property.ObjectProperty<T>
javafx.beans.property.ObjectPropertyBase<T>
org.jhotdraw8.fxcollection.StrongMapEntryProperty<K,V,T>
- Type Parameters:
K- key typeV- map value typeT- entry value type
- All Implemented Interfaces:
javafx.beans.Observable,javafx.beans.property.Property<T>,javafx.beans.property.ReadOnlyProperty<T>,javafx.beans.value.ObservableObjectValue<T>,javafx.beans.value.ObservableValue<T>,javafx.beans.value.WritableObjectValue<T>,javafx.beans.value.WritableValue<T>,javafx.collections.MapChangeListener<K,V>
public class StrongMapEntryProperty<K,V,T extends V>
extends javafx.beans.property.ObjectPropertyBase<T>
implements javafx.collections.MapChangeListener<K,V>
This property is strongly 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> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, bind, fireValueChangedEvent, invalidated, isBound, removeListener, removeListener, toStringMethods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectionalMethods 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, whenMethods inherited from interface javafx.beans.value.WritableValue
getValue