Uses of Class
io.github.sosuisen.jfxbuilder.controls.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder
Packages that use SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder
-
Uses of SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return SpinnerValueFactoryIntegerSpinnerValueFactoryBuilderModifier and TypeMethodDescriptionSpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.amountToStepBy
(int value) A builder method that invokes thesetAmountToStepBy
method on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.amountToStepByPropertyApply
(Consumer<IntegerProperty> op) Applies a function to theamountToStepByProperty
of the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.apply
(Consumer<SpinnerValueFactory.IntegerSpinnerValueFactory> func) Applies a function to the IntegerSpinnerValueFactory instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.converter
(StringConverter<Integer> newValue) A builder method that invokes thesetConverter
method on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.converterPropertyApply
(Consumer<ObjectProperty<StringConverter<Integer>>> op) Applies a function to theconverterProperty
of the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.create
(int min, int max) Accepts the constructor arguments ofIntegerSpinnerValueFactory(int, int)
and returns an instance ofSpinnerValueFactoryIntegerSpinnerValueFactoryBuilder
.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.create
(int min, int max, int initialValue) Accepts the constructor arguments ofIntegerSpinnerValueFactory(int, int, int)
and returns an instance ofSpinnerValueFactoryIntegerSpinnerValueFactoryBuilder
.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.create
(int min, int max, int initialValue, int amountToStepBy) Accepts the constructor arguments ofIntegerSpinnerValueFactory(int, int, int, int)
and returns an instance ofSpinnerValueFactoryIntegerSpinnerValueFactoryBuilder
.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.max
(int value) A builder method that invokes thesetMax
method on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.maxPropertyApply
(Consumer<IntegerProperty> op) Applies a function to themaxProperty
of the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.min
(int value) A builder method that invokes thesetMin
method on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.minPropertyApply
(Consumer<IntegerProperty> op) Applies a function to theminProperty
of the instance being constructed.A builder method that invokes thesetValue
method on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.valuePropertyApply
(Consumer<ObjectProperty<Integer>> op) Applies a function to thevalueProperty
of the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.wrapAround
(boolean value) A builder method that invokes thesetWrapAround
method on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.wrapAroundPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thewrapAroundProperty
of the instance being constructed.