public abstract class StyleableObjectProperty<T>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

This class extends ObjectPropertyBase and provides a partial implementation of a StyleableProperty. The method StyleableProperty.getCssMetaData() is not implemented. This class is used to make a javafx.beans.property.ObjectProperty, that would otherwise be implemented as a ObjectPropertyBase, styleable by CSS.

extends ObjectPropertyBase<T> implements StyleableProperty<T>

See also:
javafx.beans.property.ObjectPropertyBase, CssMetaData, StyleableProperty

Since:  JavaFX 8.0