Package org.reactfx.inhibeans.property
Class ReadOnlyIntegerWrapper
java.lang.Object
javafx.beans.binding.NumberExpressionBase
javafx.beans.binding.IntegerExpression
javafx.beans.property.ReadOnlyIntegerProperty
javafx.beans.property.IntegerProperty
javafx.beans.property.IntegerPropertyBase
javafx.beans.property.SimpleIntegerProperty
javafx.beans.property.ReadOnlyIntegerWrapper
org.reactfx.inhibeans.property.ReadOnlyIntegerWrapper
- All Implemented Interfaces:
javafx.beans.binding.NumberExpression
,javafx.beans.Observable
,javafx.beans.property.Property<Number>
,javafx.beans.property.ReadOnlyProperty<Number>
,javafx.beans.value.ObservableIntegerValue
,javafx.beans.value.ObservableNumberValue
,javafx.beans.value.ObservableValue<Number>
,javafx.beans.value.WritableIntegerValue
,javafx.beans.value.WritableNumberValue
,javafx.beans.value.WritableValue<Number>
,Guardian
,Observable
,Property<Number>
,ObservableValue<Number>
@Deprecated
public class ReadOnlyIntegerWrapper
extends javafx.beans.property.ReadOnlyIntegerWrapper
implements Property<Number>
Deprecated.
Inhibitory version of
ReadOnlyIntegerWrapper
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Deprecated.private boolean
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Superclass constructors.ReadOnlyIntegerWrapper
(int initialValue) Deprecated.ReadOnlyIntegerWrapper
(Object bean, String name) Deprecated.ReadOnlyIntegerWrapper
(Object bean, String name, int initialValue) Deprecated. -
Method Summary
Methods inherited from class javafx.beans.property.ReadOnlyIntegerWrapper
getReadOnlyProperty
Methods inherited from class javafx.beans.property.SimpleIntegerProperty
getBean, getName
Methods inherited from class javafx.beans.property.IntegerPropertyBase
addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
Methods inherited from class javafx.beans.property.IntegerProperty
asObject, bindBidirectional, integerProperty, setValue, unbindBidirectional
Methods inherited from class javafx.beans.property.ReadOnlyIntegerProperty
readOnlyIntegerProperty
Methods inherited from class javafx.beans.binding.IntegerExpression
add, add, add, add, divide, divide, divide, divide, doubleValue, floatValue, getValue, integerExpression, integerExpression, 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 blockedDeprecated. -
fireOnRelease
private boolean fireOnReleaseDeprecated.
-
-
Constructor Details
-
ReadOnlyIntegerWrapper
public ReadOnlyIntegerWrapper()Deprecated.Superclass constructors. *** -
ReadOnlyIntegerWrapper
public ReadOnlyIntegerWrapper(int initialValue) Deprecated. -
ReadOnlyIntegerWrapper
Deprecated. -
ReadOnlyIntegerWrapper
Deprecated.
-
-
Method Details
-
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 interfaceObservable
- 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 returnedGuard
isAutoCloseable
, which makes it convenient to use in try-with-resources.
-
release
private void release()Deprecated. -
fireValueChangedEvent
protected void fireValueChangedEvent()Deprecated.- Overrides:
fireValueChangedEvent
in classjavafx.beans.property.ReadOnlyIntegerWrapper
-