Class CssPropertyFactory.StylishLongProperty

  • All Implemented Interfaces:
    javafx.beans.binding.NumberExpression, javafx.beans.Observable, javafx.beans.property.Property<java.lang.Number>, javafx.beans.property.ReadOnlyProperty<java.lang.Number>, javafx.beans.value.ObservableLongValue, javafx.beans.value.ObservableNumberValue, javafx.beans.value.ObservableValue<java.lang.Number>, javafx.beans.value.WritableLongValue, javafx.beans.value.WritableNumberValue, javafx.beans.value.WritableValue<java.lang.Number>, javafx.css.StyleableProperty<java.lang.Number>
    Enclosing class:
    CssPropertyFactory<S extends javafx.css.Styleable>

    public class CssPropertyFactory.StylishLongProperty
    extends javafx.css.SimpleStyleableLongProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      StylishLongProperty​(javafx.css.Styleable styleableBean, java.lang.String propertyName, long initialValue, boolean inherits, java.util.function.LongBinaryOperator filter, java.lang.Runnable... invalidateActions)
      The constructor of the StylishIntegerProperty.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(long v)  
      • Methods inherited from class javafx.css.SimpleStyleableLongProperty

        getBean, getCssMetaData, getName
      • Methods inherited from class javafx.css.StyleableLongProperty

        applyStyle, bind, getStyleOrigin
      • Methods inherited from class javafx.beans.property.LongPropertyBase

        addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
      • Methods inherited from class javafx.beans.property.LongProperty

        asObject, bindBidirectional, longProperty, setValue, unbindBidirectional
      • Methods inherited from class javafx.beans.property.ReadOnlyLongProperty

        readOnlyLongProperty
      • Methods inherited from class javafx.beans.binding.LongExpression

        add, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, intValue, longExpression, longExpression, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract
      • Methods inherited from class javafx.beans.binding.NumberExpressionBase

        add, asString, asString, asString, divide, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, greaterThanOrEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, isNotEqualTo, lessThan, lessThan, lessThan, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, lessThanOrEqualTo, multiply, numberExpression, subtract
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javafx.beans.value.ObservableValue

        getValue
      • Methods inherited from interface javafx.beans.value.WritableValue

        getValue
    • Field Detail

      • preInvalidateAction

        protected final java.lang.Runnable preInvalidateAction
      • postInvalidateAction

        protected final java.lang.Runnable postInvalidateAction
      • filter

        protected final java.util.function.LongBinaryOperator filter
    • Constructor Detail

      • StylishLongProperty

        public StylishLongProperty​(javafx.css.Styleable styleableBean,
                                   java.lang.String propertyName,
                                   long initialValue,
                                   boolean inherits,
                                   java.util.function.LongBinaryOperator filter,
                                   java.lang.Runnable... invalidateActions)
        The constructor of the StylishIntegerProperty.
        Parameters:
        styleableBean - the bean of this IntegerProperty
        propertyName - the name of this IntegerProperty
        initialValue - the initial value of the wrapped Object
        inherits - whether or not the CSS style can be inherited by child nodes
        filter - possibility to modify the new value based on old and updated value
        invalidateActions - lambda expressions executed after and before invalidation
    • Method Detail

      • set

        public void set​(long v)
        Specified by:
        set in interface javafx.beans.value.WritableLongValue
        Overrides:
        set in class javafx.css.StyleableLongProperty