Interface Property<T>

All Superinterfaces:
Guardian, javafx.beans.Observable, Observable, javafx.beans.value.ObservableValue<T>, ObservableValue<T>, javafx.beans.property.Property<T>, javafx.beans.property.ReadOnlyProperty<T>, javafx.beans.value.WritableValue<T>
All Known Implementing Classes:
BooleanPropertyBase, DoublePropertyBase, FloatPropertyBase, IntegerPropertyBase, LongPropertyBase, ObjectPropertyBase, ReadOnlyBooleanPropertyBase, ReadOnlyBooleanWrapper, ReadOnlyDoublePropertyBase, ReadOnlyDoubleWrapper, ReadOnlyFloatPropertyBase, ReadOnlyFloatWrapper, ReadOnlyIntegerPropertyBase, ReadOnlyIntegerWrapper, ReadOnlyLongPropertyBase, ReadOnlyLongWrapper, ReadOnlyObjectPropertyBase, ReadOnlyObjectWrapper, ReadOnlyStringPropertyBase, ReadOnlyStringWrapper, SimpleBooleanProperty, SimpleDoubleProperty, SimpleFloatProperty, SimpleIntegerProperty, SimpleLongProperty, SimpleObjectProperty, SimpleStringProperty, StringPropertyBase

@Deprecated public interface Property<T> extends javafx.beans.property.Property<T>, ObservableValue<T>
Deprecated.
Superseded by SuspendableVar.
  • Field Summary

    Fields inherited from interface org.reactfx.Guardian

    EMPTY
  • Method Summary

    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

    block, 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, setValue