Uses of Class
javafx.beans.binding.LongExpression
-
Uses of LongExpression in javafx.beans.binding
Modifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of along
value.Modifier and TypeMethodDescriptionstatic LongExpression
LongExpression.longExpression
(ObservableLongValue value) Returns aLongExpression
that wraps aObservableLongValue
.static <T extends Number>
LongExpressionLongExpression.longExpression
(ObservableValue<T> value) Returns aLongExpression
that wraps anObservableValue
. -
Uses of LongExpression in javafx.beans.property
Modifier 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.