Package javafx.css

Class SimpleStyleableObjectProperty<T>

java.lang.Object
Type Parameters:
T - the property value type
All Implemented Interfaces:
Observable, Property<T>, ReadOnlyProperty<T>, ObservableObjectValue<T>, ObservableValue<T>, WritableObjectValue<T>, WritableValue<T>, StyleableProperty<T>

public class SimpleStyleableObjectProperty<T> extends StyleableObjectProperty<T>
This class extends SimpleObjectProperty and provides a full implementation of a StyleableProperty. This class is used to make a ObjectProperty, that would otherwise be implemented as a SimpleObjectProperty, styleable by CSS.
Since:
JavaFX 8.0
See Also: