Uses of Interface
javafx.beans.value.ObservableObjectValue
Packages that use ObservableObjectValue
Package
Description
-
Uses of ObservableObjectValue in com.sun.javafx.binding
Classes in com.sun.javafx.binding that implement ObservableObjectValue -
Uses of ObservableObjectValue in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableObjectValueModifier and TypeClassDescriptionclass
AListExpression
is aObservableListValue
plus additional convenience methods to generate bindings in a fluent style.class
AObjectExpression
is aObservableObjectValue
plus additional convenience methods to generate bindings in a fluent style.class
Base class that provides most of the functionality needed to implement aBinding
of aString
.class
AStringExpression
is aObservableStringValue
plus additional convenience methods to generate bindings in a fluent style. -
Uses of ObservableObjectValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableObjectValueModifier and TypeClassDescriptionclass
ListProperty<E>
This class provides a full implementation of aProperty
wrapping aObservableList
.class
The classListPropertyBase
is the base class for a property wrapping anObservableList
.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.class
Super class for all readonly properties wrapping anObservableList
.class
Super class for all readonly properties wrapping an arbitraryObject
.class
Base class for all readonly properties wrapping an arbitraryObject
.class
This class provides a convenient class to define read-only properties.class
Super class for all readonly properties wrapping anString
.class
This class provides a full implementation of aProperty
wrapping anObservableList
.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
This class provides a full implementation of aProperty
wrapping aString
value.class
This class provides a full implementation of aProperty
wrapping aString
value.class
The classStringPropertyBase
is the base class for a property wrapping aString
value. -
Uses of ObservableObjectValue in javafx.beans.value
Subinterfaces of ObservableObjectValue in javafx.beans.valueModifier and TypeInterfaceDescriptioninterface
An observable reference to anObservableList
.interface
ObservableMapValue<K,
V> An observable reference to anObservableMap
.interface
An observable String value. -
Uses of ObservableObjectValue in javafx.css
Classes in javafx.css that implement ObservableObjectValueModifier and TypeClassDescriptionclass
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
.