@Deprecated public abstract class FloatPropertyBase extends FloatPropertyBase implements Property<Number>
DoublePropertyBase
.Constructor and Description |
---|
FloatPropertyBase()
Deprecated.
Superclass constructors.
|
FloatPropertyBase(float initialValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Guard |
block()
Deprecated.
Prevents invalidation and change events from being emitted,
until the returned guard is released.
|
protected void |
fireValueChangedEvent()
Deprecated.
|
addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, floatProperty, setValue, unbindBidirectional
readOnlyFloatProperty
add, add, add, add, divide, divide, divide, divide, doubleValue, floatExpression, floatExpression, floatValue, getValue, intValue, longValue, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bind, bindBidirectional, isBound, unbind, unbindBidirectional
getBean, getName
addListener, getValue, removeListener
addListener, removeListener
getValue, setValue
blockWhile, blockWhile, guard
combine, guardWhile, guardWhile
public FloatPropertyBase()
public FloatPropertyBase(float initialValue)
public Guard block()
Observable
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.protected void fireValueChangedEvent()
fireValueChangedEvent
in class FloatPropertyBase