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.
-
Field Summary
-
Method Summary
Methods inherited from interface Guardian
guardWhile, guardWhileMethods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface Observable
block, 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, setValue
SuspendableVar.