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

This class extends LongPropertyBase 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.LongProperty, that would otherwise be implemented as a LongPropertyBase, styleable by CSS.

extends LongPropertyBase implements StyleableProperty<Number>

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

Since:  JavaFX 8.0