Uses of Interface
javafx.beans.value.ObservableLongValue
Packages that use ObservableLongValue
-
Uses of ObservableLongValue in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableLongValueModifier and TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof alongvalue.classLongExpressionis anObservableLongValueplus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableLongValueModifier and TypeMethodDescriptionstatic LongExpressionLongExpression.longExpression(ObservableLongValue value) Returns aLongExpressionthat wraps aObservableLongValue. -
Uses of ObservableLongValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableLongValueModifier and TypeClassDescriptionclassThis class defines aPropertywrapping alongvalue.classThe classLongPropertyBaseis the base class for a property wrapping alongvalue.classSuperclass for all readonly properties wrapping along.classThis class provides a full implementation of aPropertywrapping alongvalue.