Uses of Class
io.github.palexdev.materialfx.bindings.BindingManager
Packages that use BindingManager
-
Uses of BindingManager in io.github.palexdev.materialfx.bindings
Methods in io.github.palexdev.materialfx.bindings that return BindingManagerModifier and TypeMethodDescription<T> BindingManagerBindingManager.apply(BindingBuilder<T> bindingBuilder, BindingHelper<T> bindingHelper) Creates a unidirectional binding with the given arguments.BindingBuilder.create()Confirms the creation of the binding by callingapply(BindingBuilder, BindingHelper).static BindingManagerBindingManager.instance()Retrieves the instance of the BindingManager.<T> BindingManagerBindingManager.unbind(ObservableValue<T> target) If the given target is in the map, removes it and callsBindingHelper.unbind().BindingManager.unbindReadOnly(ReadOnlyBooleanWrapper target) Retrieves the read-only property withReadOnlyBooleanWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.BindingManager.unbindReadOnly(ReadOnlyDoubleWrapper target) Retrieves the read-only property withReadOnlyDoubleWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.BindingManager.unbindReadOnly(ReadOnlyFloatWrapper target) Retrieves the read-only property withReadOnlyFloatWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.BindingManager.unbindReadOnly(ReadOnlyIntegerWrapper target) Retrieves the read-only property withReadOnlyIntegerWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.BindingManager.unbindReadOnly(ReadOnlyLongWrapper target) Retrieves the read-only property withReadOnlyLongWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.<T> BindingManagerBindingManager.unbindReadOnly(ReadOnlyObjectWrapper<T> target) Retrieves the read-only property withReadOnlyObjectWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.BindingManager.unbindReadOnly(ReadOnlyStringWrapper target) Retrieves the read-only property withReadOnlyStringWrapper.getReadOnlyProperty()and callsunbind(ObservableValue)on it.