Class SimpleDoubleProperty
java.lang.Object
javafx.beans.binding.NumberExpressionBase
javafx.beans.binding.DoubleExpression
javafx.beans.property.ReadOnlyDoubleProperty
javafx.beans.property.DoubleProperty
javafx.beans.property.DoublePropertyBase
javafx.beans.property.SimpleDoubleProperty
org.reactfx.inhibeans.property.SimpleDoubleProperty
- All Implemented Interfaces:
javafx.beans.binding.NumberExpression, javafx.beans.Observable, javafx.beans.property.Property<Number>, javafx.beans.property.ReadOnlyProperty<Number>, javafx.beans.value.ObservableDoubleValue, javafx.beans.value.ObservableNumberValue, javafx.beans.value.ObservableValue<Number>, javafx.beans.value.WritableDoubleValue, javafx.beans.value.WritableNumberValue, javafx.beans.value.WritableValue<Number>, Guardian, Observable, Property<Number>, ObservableValue<Number>
@Deprecated
public class SimpleDoubleProperty
extends javafx.beans.property.SimpleDoubleProperty
implements Property<Number>
Deprecated.
Inhibitory version of
SimpleDoubleProperty.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intDeprecated.private booleanDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Superclass constructors.SimpleDoubleProperty(double initialValue) Deprecated.SimpleDoubleProperty(Object bean, String name) Deprecated.SimpleDoubleProperty(Object bean, String name, double initialValue) Deprecated. -
Method Summary
Methods inherited from class javafx.beans.property.SimpleDoubleProperty
getBean, getNameMethods inherited from class javafx.beans.property.DoublePropertyBase
addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindMethods inherited from class javafx.beans.property.DoubleProperty
asObject, bindBidirectional, doubleProperty, setValue, unbindBidirectionalMethods inherited from class javafx.beans.property.ReadOnlyDoubleProperty
readOnlyDoublePropertyMethods inherited from class javafx.beans.binding.DoubleExpression
add, add, add, add, add, divide, divide, divide, divide, divide, doubleExpression, doubleExpression, doubleValue, floatValue, getValue, intValue, longValue, multiply, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract, subtractMethods inherited from class javafx.beans.binding.NumberExpressionBase
asString, asString, asString, 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, numberExpressionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Guardian
guardWhile, guardWhileMethods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface Observable
blockWhile, blockWhile, guardMethods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListenerMethods inherited from interface javafx.beans.property.Property
bind, bindBidirectional, isBound, unbind, unbindBidirectionalMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getNameMethods inherited from interface javafx.beans.value.WritableValue
getValue
-
Field Details
-
blocked
private int blockedDeprecated. -
fireOnRelease
private boolean fireOnReleaseDeprecated.
-
-
Constructor Details
-
SimpleDoubleProperty
public SimpleDoubleProperty()Deprecated.Superclass constructors. *** -
SimpleDoubleProperty
public SimpleDoubleProperty(double initialValue) Deprecated. -
SimpleDoubleProperty
-
SimpleDoubleProperty
-
-
Method Details
-
block
Deprecated.Description copied from interface:ObservablePrevents invalidation and change events from being emitted, until the returned guard is released.- Specified by:
blockin interfaceObservable- Returns:
- a
Guardinstance 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 returnedGuardisAutoCloseable, which makes it convenient to use in try-with-resources.
-
release
private void release()Deprecated. -
fireValueChangedEvent
protected void fireValueChangedEvent()Deprecated.- Overrides:
fireValueChangedEventin classjavafx.beans.property.DoublePropertyBase
-