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 TypeClassDescriptionclassAListExpressionis aObservableListValueplus additional convenience methods to generate bindings in a fluent style.classAObjectExpressionis aObservableObjectValueplus additional convenience methods to generate bindings in a fluent style.classBase class that provides most of the functionality needed to implement aBindingof aString.classAStringExpressionis aObservableStringValueplus 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 TypeClassDescriptionclassListProperty<E>This class provides a full implementation of aPropertywrapping aObservableList.classThe classListPropertyBaseis the base class for a property wrapping anObservableList.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThe classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classSuper class for all readonly properties wrapping anObservableList.classSuper class for all readonly properties wrapping an arbitraryObject.classBase class for all readonly properties wrapping an arbitraryObject.classThis class provides a convenient class to define read-only properties.classSuper class for all readonly properties wrapping anString.classThis class provides a full implementation of aPropertywrapping anObservableList.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThe classStringPropertyBaseis the base class for a property wrapping aStringvalue. -
Uses of ObservableObjectValue in javafx.beans.value
Subinterfaces of ObservableObjectValue in javafx.beans.valueModifier and TypeInterfaceDescriptioninterfaceAn observable reference to anObservableList.interfaceObservableMapValue<K,V> An observable reference to anObservableMap.interfaceAn observable String value. -
Uses of ObservableObjectValue in javafx.css
Classes in javafx.css that implement ObservableObjectValueModifier and TypeClassDescriptionclassThis class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.