Uses of Class
javafx.beans.binding.When.NumberConditionBuilder
| Package | Description | 
|---|---|
| javafx.beans.binding | Provides classes that create and operate on a  Bindingthat calculates a value that depends on one or more sources. | 
- 
Uses of When.NumberConditionBuilder in javafx.beans.bindingMethods in javafx.beans.binding that return When.NumberConditionBuilder Modifier and Type Method Description When.NumberConditionBuilderWhen. then(double thenValue)Defines a constant value of the ternary expression, that is returned if the condition istrue.When.NumberConditionBuilderWhen. then(float thenValue)Defines a constant value of the ternary expression, that is returned if the condition istrue.When.NumberConditionBuilderWhen. then(int thenValue)Defines a constant value of the ternary expression, that is returned if the condition istrue.When.NumberConditionBuilderWhen. then(long thenValue)Defines a constant value of the ternary expression, that is returned if the condition istrue.When.NumberConditionBuilderWhen. then(ObservableNumberValue thenValue)Defines theObservableNumberValuewhich value is returned by the ternary expression if the condition istrue.