Uses of Interface
javafx.beans.value.WritableObjectValue
Packages that use WritableObjectValue
Package
Description
The package 
javafx.beans.property defines read-only
                properties and writable properties, plus a number of implementations.Provides various classes that act as adapters between a regular Java Bean
property and a corresponding 
JavaFX
Property.The package 
javafx.beans.value contains the two
                fundamental interfaces ObservableValue and WritableValue and all of its sub-interfaces.Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
- 
Uses of WritableObjectValue in javafx.beans.propertyClasses in javafx.beans.property that implement WritableObjectValueModifier and TypeClassDescriptionclassListProperty<E>This class provides a full implementation of aPropertywrapping anObservableList.classThe classListPropertyBaseis the base class for a property wrapping anObservableList.classMapProperty<K,V> This class provides a full implementation of aPropertywrapping anObservableMap.classMapPropertyBase<K,V> The classMapPropertyBaseis the base class for a property wrapping anObservableMap.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThe classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classThis class provides a convenient class to define read-only properties.classReadOnlyMapWrapper<K,V> This class provides a convenient class to define read-only properties.classThis class provides a convenient class to define read-only properties.classThis class provides a convenient class to define read-only properties.classThis class provides a convenient class to define read-only properties.classSetProperty<E>This class provides a full implementation of aPropertywrapping anObservableSet.classThe classSetPropertyBaseis the base class for a property wrapping anObservableSet.classThis class provides a full implementation of aPropertywrapping anObservableList.classSimpleMapProperty<K,V> This class provides a full implementation of aPropertywrapping anObservableMap.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThis class provides a full implementation of aPropertywrapping anObservableSet.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 WritableObjectValue in javafx.beans.property.adapterClasses in javafx.beans.property.adapter that implement WritableObjectValueModifier and TypeClassDescriptionfinal classAJavaBeanObjectPropertyprovides an adapter between a regular Java Bean property of typeTand a JavaFXObjectProperty<T>.final classAJavaBeanStringPropertyprovides an adapter between a regular Java Bean property of typeStringand a JavaFXStringProperty.
- 
Uses of WritableObjectValue in javafx.beans.valueSubinterfaces of WritableObjectValue in javafx.beans.valueModifier and TypeInterfaceDescriptioninterfaceA writable reference to anObservableList.interfaceWritableMapValue<K,V> A writable reference to anObservableMap.interfaceA writable reference to anObservableSet.interfaceA writable String.
- 
Uses of WritableObjectValue in javafx.cssClasses in javafx.css that implement WritableObjectValueModifier and TypeClassDescriptionclassThis class extendsSimpleObjectPropertyand provides a full implementation of aStyleableProperty.classThis class extendsSimpleStringPropertyand provides a full implementation of aStyleableProperty.classThis class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.classThis class extendsStringPropertyBaseand provides a partial implementation of aStyleableProperty.