Package javafx.css

Class StyleableLongProperty

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:
LongPropertyBase, CssMetaData, StyleableProperty
  • Constructor Details

    • StyleableLongProperty

      public StyleableLongProperty()
      The constructor of the StyleableLongProperty.
    • StyleableLongProperty

      public StyleableLongProperty​(long initialValue)
      The constructor of the StyleableLongProperty.
      Parameters:
      initialValue - the initial value of the wrapped Object