public abstract class StyleableStringProperty
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

This class extends StringPropertyBase 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.StringProperty, that would otherwise be implemented as a StringPropertyBase, style‑able by CSS.

extends StringPropertyBase implements StyleableProperty<String>

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

Since:  JavaFX 8.0