Class SimpleFloatProperty

java.lang.Object
javafx.beans.binding.NumberExpressionBase
javafx.beans.binding.FloatExpression
javafx.beans.property.ReadOnlyFloatProperty
javafx.beans.property.FloatProperty
javafx.beans.property.FloatPropertyBase
javafx.beans.property.SimpleFloatProperty
org.reactfx.inhibeans.property.SimpleFloatProperty
All Implemented Interfaces:
javafx.beans.binding.NumberExpression, javafx.beans.Observable, javafx.beans.property.Property<Number>, javafx.beans.property.ReadOnlyProperty<Number>, javafx.beans.value.ObservableFloatValue, javafx.beans.value.ObservableNumberValue, javafx.beans.value.ObservableValue<Number>, javafx.beans.value.WritableFloatValue, javafx.beans.value.WritableNumberValue, javafx.beans.value.WritableValue<Number>, Guardian, Observable, Property<Number>, ObservableValue<Number>

@Deprecated public class SimpleFloatProperty extends javafx.beans.property.SimpleFloatProperty implements Property<Number>
Deprecated.
Inhibitory version of SimpleFloatProperty.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
    Deprecated.
     
    private boolean
    Deprecated.
     

    Fields inherited from interface org.reactfx.Guardian

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Superclass constructors.
    SimpleFloatProperty(float initialValue)
    Deprecated.
     
    Deprecated.
     
    SimpleFloatProperty(Object bean, String name, float initialValue)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Prevents invalidation and change events from being emitted, until the returned guard is released.
    protected void
    Deprecated.
     
    private void
    Deprecated.
     

    Methods inherited from class javafx.beans.property.SimpleFloatProperty

    getBean, getName

    Methods inherited from class javafx.beans.property.FloatPropertyBase

    addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind

    Methods inherited from class javafx.beans.property.FloatProperty

    asObject, bindBidirectional, floatProperty, setValue, unbindBidirectional

    Methods inherited from class javafx.beans.property.ReadOnlyFloatProperty

    readOnlyFloatProperty

    Methods inherited from class javafx.beans.binding.FloatExpression

    add, add, add, add, divide, divide, divide, divide, doubleValue, floatExpression, floatExpression, floatValue, getValue, intValue, 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 org.reactfx.Guardian

    guardWhile, guardWhile

    Methods inherited from interface javafx.beans.Observable

    addListener, removeListener

    Methods inherited from interface org.reactfx.inhibeans.Observable

    blockWhile, blockWhile, guard

    Methods inherited from interface javafx.beans.value.ObservableValue

    addListener, getValue, removeListener

    Methods inherited from interface javafx.beans.property.Property

    bind, bindBidirectional, isBound, unbind, unbindBidirectional

    Methods inherited from interface javafx.beans.property.ReadOnlyProperty

    getBean, getName

    Methods inherited from interface javafx.beans.value.WritableValue

    getValue
  • Field Details

    • blocked

      private int blocked
      Deprecated.
    • fireOnRelease

      private boolean fireOnRelease
      Deprecated.
  • Constructor Details

    • SimpleFloatProperty

      public SimpleFloatProperty()
      Deprecated.
      Superclass constructors. ***
    • SimpleFloatProperty

      public SimpleFloatProperty(float initialValue)
      Deprecated.
    • SimpleFloatProperty

      public SimpleFloatProperty(Object bean, String name)
      Deprecated.
    • SimpleFloatProperty

      public SimpleFloatProperty(Object bean, String name, float initialValue)
      Deprecated.
  • Method Details

    • block

      public Guard block()
      Deprecated.
      Description copied from interface: Observable
      Prevents invalidation and change events from being emitted, until the returned guard is released.
      Specified by:
      block in interface Observable
      Returns:
      a Guard instance that can be released to resume the delivery of invalidation and change events. If this observable has been invalidated one or more times before the guard is released, a single notification is passed to invalidation and change listeners of this observable. The returned Guard is AutoCloseable, which makes it convenient to use in try-with-resources.
    • release

      private void release()
      Deprecated.
    • fireValueChangedEvent

      protected void fireValueChangedEvent()
      Deprecated.
      Overrides:
      fireValueChangedEvent in class javafx.beans.property.FloatPropertyBase