Uses of Interface
javafx.beans.value.ObservableObjectValue
Package
Description
-
Uses of ObservableObjectValue in com.sun.javafx.binding
-
Uses of ObservableObjectValue in javafx.beans.binding
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
.