Name | Package | Description | 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 |