Uses of Class
io.github.palexdev.materialfx.bindings.BindingHelper
Packages that use BindingHelper
-
Uses of BindingHelper in io.github.palexdev.materialfx.bindings
Methods in io.github.palexdev.materialfx.bindings that return BindingHelperModifier and TypeMethodDescriptionBindingHelper.bind(ObservableValue<? extends T> target) Sets the target to the specified one.BindingHelper.to(ObservableValue<? extends T> source) Sets the binding source to the given one.BindingHelper.with(BiConsumer<T, T> targetUpdater) Sets the targetUpdaterBiConsumer.Methods in io.github.palexdev.materialfx.bindings with parameters of type BindingHelperModifier and TypeMethodDescription<T> BindingManagerBindingManager.apply(BindingBuilder<T> bindingBuilder, BindingHelper<T> bindingHelper) Creates a unidirectional binding with the given arguments.