Uses of Interface
javafx.beans.binding.NumberBinding
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.-
Uses of NumberBinding in javafx.beans.binding
Modifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of adouble
value.class
Base class that provides most of the functionality needed to implement aBinding
of afloat
value.class
Base class that provides most of the functionality needed to implement aBinding
of anint
value.class
Base class that provides most of the functionality needed to implement aBinding
of along
value.Modifier and TypeMethodDescriptionstatic NumberBinding
Bindings.add
(float op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the sum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.add
(int op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the sum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.add
(long op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the sum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.add
(ObservableNumberValue op1, float op2) Creates a newNumberBinding
that calculates the sum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.add
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the sum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.add
(ObservableNumberValue op1, long op2) Creates a newNumberBinding
that calculates the sum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.add
(ObservableNumberValue op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the sum of the values of two instances ofObservableNumberValue
.NumberExpression.add
(double other) Creates a newNumberBinding
that calculates the sum of thisNumberExpression
and a constant value.NumberExpression.add
(float other) Creates a newNumberBinding
that calculates the sum of thisNumberExpression
and a constant value.NumberExpression.add
(int other) Creates a newNumberBinding
that calculates the sum of thisNumberExpression
and a constant value.NumberExpression.add
(long other) Creates a newNumberBinding
that calculates the sum of thisNumberExpression
and a constant value.NumberExpression.add
(ObservableNumberValue other) Creates a newNumberBinding
that calculates the sum of thisNumberExpression
and anotherObservableNumberValue
.NumberExpressionBase.add
(ObservableNumberValue other) static NumberBinding
Bindings.divide
(float op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the division of a constant value and the value of aObservableNumberValue
.static NumberBinding
Bindings.divide
(int op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the division of a constant value and the value of aObservableNumberValue
.static NumberBinding
Bindings.divide
(long op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the division of a constant value and the value of aObservableNumberValue
.static NumberBinding
Bindings.divide
(ObservableNumberValue op1, float op2) Creates a newNumberBinding
that calculates the division of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.divide
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the division of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.divide
(ObservableNumberValue op1, long op2) Creates a newNumberBinding
that calculates the division of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.divide
(ObservableNumberValue op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the division of the values of two instances ofObservableNumberValue
.NumberExpression.divide
(double other) Creates a newNumberBinding
that calculates the division of thisNumberExpression
and a constant value.NumberExpression.divide
(float other) Creates a newNumberBinding
that calculates the division of thisNumberExpression
and a constant value.NumberExpression.divide
(int other) Creates a newNumberBinding
that calculates the division of thisNumberExpression
and a constant value.NumberExpression.divide
(long other) Creates a newNumberBinding
that calculates the division of thisNumberExpression
and a constant value.NumberExpression.divide
(ObservableNumberValue other) Creates a newNumberBinding
that calculates the division of thisNumberExpression
and anotherObservableNumberValue
.NumberExpressionBase.divide
(ObservableNumberValue other) static NumberBinding
Bindings.max
(float op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the maximum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.max
(int op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the maximum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.max
(long op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the maximum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.max
(ObservableNumberValue op1, float op2) Creates a newNumberBinding
that calculates the maximum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.max
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the maximum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.max
(ObservableNumberValue op1, long op2) Creates a newNumberBinding
that calculates the maximum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.max
(ObservableNumberValue op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the maximum of the values of two instances ofObservableNumberValue
.static NumberBinding
Bindings.min
(float op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the minimum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.min
(int op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the minimum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.min
(long op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the minimum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.min
(ObservableNumberValue op1, float op2) Creates a newNumberBinding
that calculates the minimum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.min
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the minimum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.min
(ObservableNumberValue op1, long op2) Creates a newNumberBinding
that calculates the minimum of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.min
(ObservableNumberValue op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the minimum of the values of two instances ofObservableNumberValue
.static NumberBinding
Bindings.multiply
(float op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the product of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.multiply
(int op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the product of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.multiply
(long op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the product of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.multiply
(ObservableNumberValue op1, float op2) Creates a newNumberBinding
that calculates the product of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.multiply
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the product of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.multiply
(ObservableNumberValue op1, long op2) Creates a newNumberBinding
that calculates the product of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.multiply
(ObservableNumberValue op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the product of the values of two instances ofObservableNumberValue
.NumberExpression.multiply
(double other) Creates a newNumberBinding
that calculates the product of thisNumberExpression
and a constant value.NumberExpression.multiply
(float other) Creates a newNumberBinding
that calculates the product of thisNumberExpression
and a constant value.NumberExpression.multiply
(int other) Creates a newNumberBinding
that calculates the product of thisNumberExpression
and a constant value.NumberExpression.multiply
(long other) Creates a newNumberBinding
that calculates the product of thisNumberExpression
and a constant value.NumberExpression.multiply
(ObservableNumberValue other) Creates a newNumberBinding
that calculates the product of thisNumberExpression
and anotherObservableNumberValue
.NumberExpressionBase.multiply
(ObservableNumberValue other) static NumberBinding
Bindings.negate
(ObservableNumberValue value) Creates a newNumberBinding
that calculates the negation of aObservableNumberValue
.NumberExpression.negate()
Creates a newNumberBinding
that calculates the negation ofNumberExpression
.When.NumberConditionBuilder.otherwise
(float otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse
.When.NumberConditionBuilder.otherwise
(int otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse
.When.NumberConditionBuilder.otherwise
(long otherwiseValue) Defines a constant value of the ternary expression, that is returned if the condition isfalse
.When.NumberConditionBuilder.otherwise
(ObservableNumberValue otherwiseValue) Defines theObservableNumberValue
which value is returned by the ternary expression if the condition isfalse
.static NumberBinding
Bindings.subtract
(float op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the difference of a constant value and the value of aObservableNumberValue
.static NumberBinding
Bindings.subtract
(int op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the difference of a constant value and the value of aObservableNumberValue
.static NumberBinding
Bindings.subtract
(long op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the difference of a constant value and the value of aObservableNumberValue
.static NumberBinding
Bindings.subtract
(ObservableNumberValue op1, float op2) Creates a newNumberBinding
that calculates the difference of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.subtract
(ObservableNumberValue op1, int op2) Creates a newNumberBinding
that calculates the difference of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.subtract
(ObservableNumberValue op1, long op2) Creates a newNumberBinding
that calculates the difference of the value of aObservableNumberValue
and a constant value.static NumberBinding
Bindings.subtract
(ObservableNumberValue op1, ObservableNumberValue op2) Creates a newNumberBinding
that calculates the difference of the values of two instances ofObservableNumberValue
.NumberExpression.subtract
(double other) Creates a newNumberBinding
that calculates the difference of thisNumberExpression
and a constant value.NumberExpression.subtract
(float other) Creates a newNumberBinding
that calculates the difference of thisNumberExpression
and a constant value.NumberExpression.subtract
(int other) Creates a newNumberBinding
that calculates the difference of thisNumberExpression
and a constant value.NumberExpression.subtract
(long other) Creates a newNumberBinding
that calculates the difference of thisNumberExpression
and a constant value.NumberExpression.subtract
(ObservableNumberValue other) Creates a newNumberBinding
that calculates the difference of thisNumberExpression
and anotherObservableNumberValue
.NumberExpressionBase.subtract
(ObservableNumberValue other)