Uses of Class
io.github.palexdev.materialfx.bindings.BindingBuilder
Packages that use BindingBuilder
-
Uses of BindingBuilder in io.github.palexdev.materialfx.bindings
Methods in io.github.palexdev.materialfx.bindings that return BindingBuilderModifier and TypeMethodDescription<T> BindingBuilder<T>Creates a newBindingBuilderwith the given target.<T> BindingBuilder<T>BindingManager.bind(ObservableValue<? extends T> target) Creates and returns a newBindingBuilderwith the given target.BindingBuilder.to(ObservableValue<? extends T> source) Sets the binding's source.BindingBuilder.with(BiConsumer<T, T> updater) Sets theBiConsumerfunction responsible for updating the target when the source changes.Methods in io.github.palexdev.materialfx.bindings with parameters of type BindingBuilderModifier and TypeMethodDescription<T> BindingManagerBindingManager.apply(BindingBuilder<T> bindingBuilder, BindingHelper<T> bindingHelper) Creates a unidirectional binding with the given arguments.