Uses of Class
javafx.beans.binding.When.NumberConditionBuilder
Packages that use When.NumberConditionBuilder
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.-
Uses of When.NumberConditionBuilder in javafx.beans.binding
Methods in javafx.beans.binding that return When.NumberConditionBuilderModifier and TypeMethodDescriptionWhen.then(double thenValue)
Defines a constant value of the ternary expression, that is returned if the condition istrue
.When.then(float thenValue)
Defines a constant value of the ternary expression, that is returned if the condition istrue
.When.then(int thenValue)
Defines a constant value of the ternary expression, that is returned if the condition istrue
.When.then(long thenValue)
Defines a constant value of the ternary expression, that is returned if the condition istrue
.When.then(ObservableNumberValue thenValue)
Defines theObservableNumberValue
which value is returned by the ternary expression if the condition istrue
.