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 thesetAmountToStepBymethod on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.amountToStepByPropertyApply(Consumer<IntegerProperty> op) Applies a function to theamountToStepByPropertyof 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 thesetConvertermethod on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.converterPropertyApply(Consumer<ObjectProperty<StringConverter<Integer>>> op) Applies a function to theconverterPropertyof 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 thesetMaxmethod on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.maxPropertyApply(Consumer<IntegerProperty> op) Applies a function to themaxPropertyof the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.min(int value) A builder method that invokes thesetMinmethod on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.minPropertyApply(Consumer<IntegerProperty> op) Applies a function to theminPropertyof the instance being constructed.A builder method that invokes thesetValuemethod on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.valuePropertyApply(Consumer<ObjectProperty<Integer>> op) Applies a function to thevaluePropertyof the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.wrapAround(boolean value) A builder method that invokes thesetWrapAroundmethod on the instance being constructed.SpinnerValueFactoryIntegerSpinnerValueFactoryBuilder.wrapAroundPropertyApply(Consumer<BooleanProperty> op) Applies a function to thewrapAroundPropertyof the instance being constructed.