Module org.jhotdraw8.fxcollection
Package org.jhotdraw8.fxcollection
Class MapEntryProperty<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.MapEntryProperty<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>
- Direct Known Subclasses:
KeyMapEntryProperty,ReadOnlyKeyMapEntryProperty
public class MapEntryProperty<K,V,T extends V>
extends javafx.beans.property.ObjectPropertyBase<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
ConstructorsConstructorDescriptionMapEntryProperty(javafx.collections.ObservableMap<K, V> map, K key, Type tClazz) -
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