Uses of Interface
javafx.beans.value.ObservableMapValue
Packages that use ObservableMapValue
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.-
Uses of ObservableMapValue in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableMapValueModifier and TypeClassDescriptionclass
MapBinding<K,
V> Base class that provides most of the functionality needed to implement aBinding
of anObservableMap
.class
MapExpression<K,
V> MapExpression
is anObservableMapValue
plus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableMapValueModifier and TypeMethodDescriptionstatic <K,
V> MapExpression <K, V> MapExpression.mapExpression
(ObservableMapValue<K, V> value) Returns aMapExpression
that wraps aObservableMapValue
. -
Uses of ObservableMapValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableMapValueModifier and TypeClassDescriptionclass
MapProperty<K,
V> This class provides a full implementation of aProperty
wrapping anObservableMap
.class
MapPropertyBase<K,
V> The classMapPropertyBase
is the base class for a property wrapping anObservableMap
.class
ReadOnlyMapProperty<K,
V> Superclass for all readonly properties wrapping anObservableMap
.class
Base class for all readonly properties wrapping anObservableMap
.class
ReadOnlyMapWrapper<K,
V> This class provides a convenient class to define read-only properties.class
SimpleMapProperty<K,
V> This class provides a full implementation of aProperty
wrapping anObservableMap
.