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 TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of along
value.class
LongExpression
is anObservableLongValue
plus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableLongValueModifier and TypeMethodDescriptionstatic LongExpression
LongExpression.longExpression
(ObservableLongValue value) Returns aLongExpression
that wraps aObservableLongValue
. -
Uses of ObservableLongValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableLongValueModifier and TypeClassDescriptionclass
This class defines aProperty
wrapping along
value.class
The classLongPropertyBase
is the base class for a property wrapping along
value.class
Superclass for all readonly properties wrapping along
.class
This class provides a full implementation of aProperty
wrapping along
value.