Uses of Class
javafx.beans.binding.LongExpression
Packages that use LongExpression
-
Uses of LongExpression in javafx.beans.binding
Subclasses of LongExpression in javafx.beans.bindingModifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of along
value.Methods in javafx.beans.binding that return LongExpressionModifier 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
Subclasses of LongExpression in javafx.beans.propertyModifier 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.