@Deprecated public abstract class ReadOnlyFloatPropertyBase extends ReadOnlyFloatPropertyBase implements Property<Number>
ReadOnlyFloatPropertyBase
.Constructor and Description |
---|
ReadOnlyFloatPropertyBase()
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, removeListener, removeListener
readOnlyFloatProperty, toString
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
get
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 ReadOnlyFloatPropertyBase