Uses of Class
javafx.beans.property.ObjectPropertyBase
-
Packages that use ObjectPropertyBase Package Description javafx.beans.property The packagejavafx.beans.property
defines 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.property
Subclasses of ObjectPropertyBase in javafx.beans.property Modifier and Type Class Description class
ReadOnlyObjectWrapper<T>
This class provides a convenient class to define read-only properties.class
SimpleObjectProperty<T>
This class provides a full implementation of aProperty
wrapping an arbitraryObject
. -
Uses of ObjectPropertyBase in javafx.css
Subclasses of ObjectPropertyBase in javafx.css Modifier and Type Class Description class
SimpleStyleableObjectProperty<T>
This class extendsSimpleObjectProperty
and provides a full implementation of aStyleableProperty
.class
StyleableObjectProperty<T>
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
.
-