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 thesetAmountToStepBy
method on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.amountToStepByPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theamountToStepByProperty
of 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 thesetConverter
method on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.converterPropertyApply
(Consumer<ObjectProperty<StringConverter<Double>>> op) Applies a function to theconverterProperty
of 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 thesetMax
method on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.maxPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxProperty
of the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.min
(double value) A builder method that invokes thesetMin
method on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.minPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminProperty
of the instance being constructed.A builder method that invokes thesetValue
method on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.valuePropertyApply
(Consumer<ObjectProperty<Double>> op) Applies a function to thevalueProperty
of the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.wrapAround
(boolean value) A builder method that invokes thesetWrapAround
method on the instance being constructed.SpinnerValueFactoryDoubleSpinnerValueFactoryBuilder.wrapAroundPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thewrapAroundProperty
of the instance being constructed.