| Name | Package | Description | Detail |
| | | |
| JavaBeanObjectProperty | beans.property.adapter | A JavaBeanObjectProperty provides an adapter between a regular Java Bean property of type T and a JavaFX | Detail |
| ObjectBinding | beans.binding | Base class that provides most of the functionality needed to implement a Binding of an Object. | Detail |
| ObjectExpression | beans.binding | A ObjectExpression is a ObservableObjectValue plus additional convenience | Detail |
| ObjectProperty | 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 | beans.property | The class ObjectPropertyBase is the base class for a property wrapping an arbitrary Object. | Detail |
| ReadOnlyJavaBeanObjectProperty | beans.property.adapter | A ReadOnlyJavaBeanObjectProperty provides an adapter between a regular read only Java Bean property of T and a JavaFX | Detail |
| ReadOnlyObjectProperty | beans.property | Super class for all readonly properties wrapping an arbitrary Object. | Detail |
| ReadOnlyObjectPropertyBase | beans.property | Base class for all readonly properties wrapping an arbitrary Object. | Detail |
| ReadOnlyObjectWrapper | beans.property | This class provides a convenient class to define read-only properties. | Detail |
| SimpleObjectProperty | beans.property | This class provides a full implementation of a Property wrapping anSince:JavaFX 2. | Detail |
| SimpleStyleableObjectProperty | css | This class extends SimpleObjectProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableObjectProperty | css | This class extends ObjectPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |