Uses of Class
javafx.beans.property.ObjectPropertyBase
| Package | Description | 
|---|---|
| javafx.beans.property | The package  javafx.beans.propertydefines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.css | Provides API for making properties styleable via CSS and for supporting
pseudo-class state. | 
- 
Uses of ObjectPropertyBase in javafx.beans.propertySubclasses of ObjectPropertyBase in javafx.beans.property Modifier and Type Class Description classReadOnlyObjectWrapper<T>This class provides a convenient class to define read-only properties.classSimpleObjectProperty<T>This class provides a full implementation of aPropertywrapping an arbitraryObject.
- 
Uses of ObjectPropertyBase in javafx.cssSubclasses of ObjectPropertyBase in javafx.css Modifier and Type Class Description classSimpleStyleableObjectProperty<T>This class extendsSimpleObjectPropertyand provides a full implementation of aStyleableProperty.classStyleableObjectProperty<T>This class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.