Uses of Class
io.github.palexdev.materialfx.bindings.BiBindingHelper
Packages that use BiBindingHelper
-
Uses of BiBindingHelper in io.github.palexdev.materialfx.bindings
Methods in io.github.palexdev.materialfx.bindings that return BiBindingHelperModifier and TypeMethodDescriptionBiBindingHelper.addSource(ObservableValue<? extends T> source, BiConsumer<T, T> updater) Adds the given source andBiConsumercto the sources map.BiBindingHelper.addSources(BindingsMap<ObservableValue<? extends T>, BiConsumer<T, T>> sources) Adds all the given entries (as a Map) to this helper's sources map.BiBindingHelper.bind(ObservableValue<? extends T> target) Sets the target to the specified one, and adds the targetListener to it.static <T> BiBindingHelper<T>BiBindingHelper.newFor(BiBindingHelper<T> first, BiBindingHelper<T> second, boolean overrideTargetUpdater) Creates a newBiBindingHelperfrom the two given ones.BiBindingHelper.with(BiConsumer<T, T> targetUpdater) Sets the targetUpdaterBiConsumer.Methods in io.github.palexdev.materialfx.bindings with parameters of type BiBindingHelperModifier and TypeMethodDescription<T> BiBindingManagerBiBindingManager.apply(BiBindingBuilder<T> bindingBuilder, BiBindingHelper<T> bindingHelper, boolean override) Creates a bidirectional binding with the given arguments.static <T> BiBindingHelper<T>BiBindingHelper.newFor(BiBindingHelper<T> first, BiBindingHelper<T> second, boolean overrideTargetUpdater) Creates a newBiBindingHelperfrom the two given ones.BiBindingBuilder.withHelper(BiBindingHelper<T> bindingHelper) Specifies theBiBindingHelperthat will be used for the binding.