JavaScript is disabled on your browser.
Description
Method Summary
Method Details
newSimpleVar(T)
fromVal(ObservableValue, Consumer)
doubleVar(DoubleProperty)
floatVar(FloatProperty)
integerVar(IntegerProperty)
longVar(LongProperty)
mapBidirectional(Property, Function, Function)
suspendable(Property)
bindBidirectional(Property)
unbindBidirectional(Property)
getBean()
getName()
suspendable()
mapBidirectional(Function, Function)
All Superinterfaces:
javafx.beans.Observable, Observable <Consumer <? super T>>, javafx.beans.value.ObservableValue<T>, javafx.beans.property.Property<T>, javafx.beans.property.ReadOnlyProperty<T>, Val <T>, javafx.beans.value.WritableValue<T>
All Known Subinterfaces:
SuspendableVar <T>
All Known Implementing Classes:
FlatMappedVar , SimpleVar , SuspendableVarWrapper , VarFromVal , VarWrapper
Method Summary
All Methods Static Methods Instance Methods Default Methods
default void
doubleVar (javafx.beans.property.DoubleProperty p)
Converts DoubleProperty to Var<Double> to help deal
with the consequences of DoubleProperty not being a subtype
of Property<Double>.
floatVar (javafx.beans.property.FloatProperty p)
Converts FloatProperty to Var<Float> to help deal
with the consequences of FloatProperty not being a subtype
of Property<Float>.
Creates a
Var from ObservableValue, using the
given
setValue function in place of the
WritableValue.setValue(Object)
method.
integerVar (javafx.beans.property.IntegerProperty p)
Converts IntegerProperty to Var<Integer> to help
deal with the consequences of IntegerProperty not being a
subtype of Property<Integer>.
longVar (javafx.beans.property.LongProperty p)
Converts LongProperty to Var<Long> to help deal
with the consequences of LongProperty not being a subtype
of Property<Long>.
default void
Methods inherited from interface javafx.beans.value.ObservableValue
getValue
Methods inherited from interface javafx.beans.property.Property
bind, isBound, unbind
Methods inherited from interface Val
addInvalidationObserver , addListener , addListener , animate , animate , asList , asVar , changes , conditionOn , conditionOnShowing , filter , flatMap , getOpt , getOrElse , getOrSupply , getOrThrow , ifPresent , invalidations , isEmpty , isPresent , map , mapDynamic , observeChanges , observeInvalidations , orElse , orElseConst , pin , removeInvalidationObserver , removeListener , removeListener , selectVar , selectVar , values
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue