Uses of Interface
javafx.beans.value.WritableObjectValue
- 
Packages that use WritableObjectValue Package Description javafx.beans.property The packagejavafx.beans.propertydefines read-only properties and writable properties, plus a number of implementations.javafx.beans.property.adapter Provides various classes that act as adapters between a regular Java Bean property and a correspondingJavaFX Property.javafx.beans.value The packagejavafx.beans.valuecontains the two fundamental interfacesObservableValueandWritableValueand all of its sub-interfaces.javafx.css 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 WritableObjectValue Modifier and Type Class Description classListProperty<E>This class provides a full implementation of aPropertywrapping anObservableList.classListPropertyBase<E>The 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.classObjectProperty<T>This class provides a full implementation of aPropertywrapping an arbitraryObject.classObjectPropertyBase<T>The classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classReadOnlyListWrapper<E>This class provides a convenient class to define read-only properties.classReadOnlyMapWrapper<K,V>This class provides a convenient class to define read-only properties.classReadOnlyObjectWrapper<T>This class provides a convenient class to define read-only properties.classReadOnlySetWrapper<E>This class provides a convenient class to define read-only properties.classReadOnlyStringWrapperThis class provides a convenient class to define read-only properties.classSetProperty<E>This class provides a full implementation of aPropertywrapping anObservableSet.classSetPropertyBase<E>The classSetPropertyBaseis the base class for a property wrapping anObservableSet.classSimpleListProperty<E>This class provides a full implementation of aPropertywrapping anObservableList.classSimpleMapProperty<K,V>This class provides a full implementation of aPropertywrapping anObservableMap.classSimpleObjectProperty<T>This class provides a full implementation of aPropertywrapping an arbitraryObject.classSimpleSetProperty<E>This class provides a full implementation of aPropertywrapping anObservableSet.classSimpleStringPropertyThis class provides a full implementation of aPropertywrapping aStringvalue.classStringPropertyThis class provides a full implementation of aPropertywrapping aStringvalue.classStringPropertyBaseThe classStringPropertyBaseis the base class for a property wrapping aStringvalue.
- 
Uses of WritableObjectValue in javafx.beans.property.adapterClasses in javafx.beans.property.adapter that implement WritableObjectValue Modifier and Type Class Description classJavaBeanObjectProperty<T>AJavaBeanObjectPropertyprovides an adapter between a regular Java Bean property of typeTand a JavaFXObjectProperty<T>.classJavaBeanStringPropertyAJavaBeanStringPropertyprovides an adapter between a regular Java Bean property of typeStringand a JavaFXStringProperty.
- 
Uses of WritableObjectValue in javafx.beans.valueSubinterfaces of WritableObjectValue in javafx.beans.value Modifier and Type Interface Description interfaceWritableListValue<E>A writable reference to anObservableList.interfaceWritableMapValue<K,V>A writable reference to anObservableMap.interfaceWritableSetValue<E>A writable reference to anObservableSet.interfaceWritableStringValueA writable String.
- 
Uses of WritableObjectValue in javafx.cssClasses in javafx.css that implement WritableObjectValue Modifier and Type Class Description classSimpleStyleableObjectProperty<T>This class extendsSimpleObjectPropertyand provides a full implementation of aStyleableProperty.classSimpleStyleableStringPropertyThis class extendsSimpleStringPropertyand provides a full implementation of aStyleableProperty.classStyleableObjectProperty<T>This class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.classStyleableStringPropertyThis class extendsStringPropertyBaseand provides a partial implementation of aStyleableProperty.
 
-