Uses of Class
io.github.palexdev.materialfx.bindings.BiBindingManager
Packages that use BiBindingManager
-
Uses of BiBindingManager in io.github.palexdev.materialfx.bindings
Methods in io.github.palexdev.materialfx.bindings that return BiBindingManagerModifier and TypeMethodDescription<T> BiBindingManagerBiBindingManager.apply(BiBindingBuilder<T> bindingBuilder, BiBindingHelper<T> bindingHelper, boolean override) Creates a bidirectional binding with the given arguments.<T> BiBindingManagerBiBindingManager.clear(ObservableValue<? extends T> target) CallsBiBindingHelper.clear()for the given target (if existing in tha map).BiBindingBuilder.create()Confirms the creation of the binding by callingapply(BiBindingBuilder, BiBindingHelper, boolean).BiBindingManager.dispose()Disposes all the bindings and clears the map.<T> BiBindingManagerBiBindingManager.disposeFor(ObservableValue<? extends T> target) CallsBiBindingHelper.dispose()for the given target (if existing in tha map).static BiBindingManagerBiBindingManager.instance()Retrieves the instance of the BiBindingManager<T> BiBindingManagerBiBindingManager.unbind(ObservableValue<? extends T> target, ObservableValue<? extends T> source) Removes the given source from the given target's binding.BiBindingManager.unbindReadOnly(ReadOnlyBooleanWrapper target, ObservableValue<? extends Boolean> source) Retrieves the read-only property withReadOnlyBooleanWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.BiBindingManager.unbindReadOnly(ReadOnlyDoubleWrapper target, ObservableValue<? extends Double> source) Retrieves the read-only property withReadOnlyDoubleWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.BiBindingManager.unbindReadOnly(ReadOnlyFloatWrapper target, ObservableValue<? extends Float> source) Retrieves the read-only property withReadOnlyFloatWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.BiBindingManager.unbindReadOnly(ReadOnlyIntegerWrapper target, ObservableValue<? extends Integer> source) Retrieves the read-only property withReadOnlyIntegerWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.BiBindingManager.unbindReadOnly(ReadOnlyLongWrapper target, ObservableValue<? extends Long> source) Retrieves the read-only property withReadOnlyLongWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.<T> BiBindingManagerBiBindingManager.unbindReadOnly(ReadOnlyObjectWrapper<T> target, ObservableValue<? extends T> source) Retrieves the read-only property withReadOnlyObjectWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.BiBindingManager.unbindReadOnly(ReadOnlyStringWrapper target, ObservableValue<? extends String> source) Retrieves the read-only property withReadOnlyStringWrapper.getReadOnlyProperty()and callsunbind(ObservableValue, ObservableValue)on it.