Package javafx.css

Class StyleableLongProperty

java.lang.Object
All Implemented Interfaces:
NumberExpression, Observable, Property<Number>, ReadOnlyProperty<Number>, ObservableLongValue, ObservableNumberValue, ObservableValue<Number>, WritableLongValue, WritableNumberValue, WritableValue<Number>, StyleableProperty<Number>
Direct Known Subclasses:
SimpleStyleableLongProperty

public abstract class StyleableLongProperty extends LongPropertyBase implements StyleableProperty<Number>
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 LongProperty, that would otherwise be implemented as a LongPropertyBase, styleable by CSS.
Since:
JavaFX 8.0
See Also: