Uses of Class
io.github.sosuisen.jfxbuilder.controls.ToggleGroupBuilder
Packages that use ToggleGroupBuilder
-
Uses of ToggleGroupBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return ToggleGroupBuilderModifier and TypeMethodDescriptionfinal ToggleGroupBuilderToggleGroupBuilder.addToggles(Collection<? extends Toggle> col) Calls theaddAllmethod on the ObservableList returned by theToggleGroup#getToggles()method.final ToggleGroupBuilderToggleGroupBuilder.addToggles(Toggle... elements) Calls theaddAllmethod on the ObservableList returned by theToggleGroup#getToggles()method.ToggleGroupBuilder.apply(Consumer<ToggleGroup> func) Applies a function to the ToggleGroup instance being constructed.static ToggleGroupBuilderToggleGroupBuilder.create()Returns an instance of theToggleGroupBuilder.ToggleGroupBuilder.selectedTogglePropertyApply(Consumer<ReadOnlyObjectProperty<Toggle>> op) Applies a function to theselectedTogglePropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.static ToggleGroupBuilderToggleGroupBuilder.withToggles(Collection<? extends Toggle> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theToggleGroup#getToggles()method.static ToggleGroupBuilderToggleGroupBuilder.withToggles(Toggle... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theToggleGroup#getToggles()method.