Uses of Class
io.github.sosuisen.jfxbuilder.controls.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder
Packages that use SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder
-
Uses of SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return SpinnerValueFactoryDoubleSpinnerValueFactoryBuilderModifier and TypeMethodDescriptionSpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.amountToStepBy(double value) A builder method that invokes thesetAmountToStepBymethod on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.amountToStepByPropertyApply(Consumer<DoubleProperty> op) Applies a function to theamountToStepByPropertyof the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.apply(Consumer<SpinnerValueFactory.DoubleSpinnerValueFactory> func) Applies a function to the DoubleSpinnerValueFactory instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.converter(StringConverter<Double> newValue) A builder method that invokes thesetConvertermethod on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.converterPropertyApply(Consumer<ObjectProperty<StringConverter<Double>>> op) Applies a function to theconverterPropertyof the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.create(double min, double max) Accepts the constructor arguments ofDoubleSpinnerValueFactory(double, double)and returns an instance ofSpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.create(double min, double max, double initialValue) Accepts the constructor arguments ofDoubleSpinnerValueFactory(double, double, double)and returns an instance ofSpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.create(double min, double max, double initialValue, double amountToStepBy) Accepts the constructor arguments ofDoubleSpinnerValueFactory(double, double, double, double)and returns an instance ofSpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.max(double value) A builder method that invokes thesetMaxmethod on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.maxPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxPropertyof the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.min(double value) A builder method that invokes thesetMinmethod on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.minPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminPropertyof the instance being constructed.A builder method that invokes thesetValuemethod on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.valuePropertyApply(Consumer<ObjectProperty<Double>> op) Applies a function to thevaluePropertyof the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.wrapAround(boolean value) A builder method that invokes thesetWrapAroundmethod on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.wrapAroundPropertyApply(Consumer<BooleanProperty> op) Applies a function to thewrapAroundPropertyof the instance being constructed.