Uses of Interface
javafx.beans.value.ObservableListValue
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 ObservableListValue in javafx.beans.binding
Modifier and TypeClassDescriptionclass
ListBinding<E>
Base class that provides most of the functionality needed to implement aBinding
of anObservableList
.class
ListExpression
is anObservableListValue
plus additional convenience methods to generate bindings in a fluent style.Modifier and TypeMethodDescriptionstatic <E> ListExpression<E>
ListExpression.listExpression
(ObservableListValue<E> value) Returns aListExpression
that wraps aObservableListValue
. -
Uses of ObservableListValue in javafx.beans.property
Modifier and TypeClassDescriptionclass
ListProperty<E>
This class provides a full implementation of aProperty
wrapping anObservableList
.class
The classListPropertyBase
is the base class for a property wrapping anObservableList
.class
Superclass for all readonly properties wrapping anObservableList
.class
Base class for all readonly properties wrapping anObservableList
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping anObservableList
.