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 TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof alongvalue.Methods in javafx.beans.binding that return LongExpressionModifier and TypeMethodDescriptionstatic LongExpressionLongExpression.longExpression(ObservableLongValue value) Returns aLongExpressionthat wraps aObservableLongValue.static <T extends Number>
LongExpressionLongExpression.longExpression(ObservableValue<T> value) Returns aLongExpressionthat wraps anObservableValue. -
Uses of LongExpression in javafx.beans.property
Subclasses of LongExpression in javafx.beans.propertyModifier 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.