Name | Package | Description | Detail |
| | | |
JavaBeanObjectProperty | javafx.beans.property.adapter | A JavaBeanObjectProperty provides an adapter between a regular Java Bean property of type T and a JavaFX | Detail |
ObjectProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping an The value of a ObjectProperty can be get and set with ObservableObjectValue. | Detail |
ObjectPropertyBase | javafx.beans.property | The class ObjectPropertyBase is the base class for a property wrapping an arbitrary Object. | Detail |
ReadOnlyObjectWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
SimpleObjectProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping anSince:JavaFX 2. | Detail |
SimpleStyleableObjectProperty | javafx.css | This class extends SimpleObjectProperty and provides a full implementation of a StyleableProperty. | Detail |
StyleableObjectProperty | javafx.css | This class extends ObjectPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |