Uses of Class
javafx.beans.property.ObjectPropertyBase
Packages that use ObjectPropertyBase
Package
Description
The package 
javafx.beans.property defines read-only
                properties and writable properties, plus a number of implementations.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.propertyModifier and TypeClassDescriptionclassThis class provides a convenient class to define read-only properties.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.
- 
Uses of ObjectPropertyBase in javafx.cssSubclasses of ObjectPropertyBase in javafx.cssModifier and TypeClassDescriptionclassThis class extendsSimpleObjectPropertyand provides a full implementation of aStyleableProperty.classThis class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty.