Uses of Interface
org.teamapps.databinding.TwoWayBindableValue
-
Packages that use TwoWayBindableValue Package Description org.teamapps.databinding -
-
Uses of TwoWayBindableValue in org.teamapps.databinding
Classes in org.teamapps.databinding that implement TwoWayBindableValue Modifier and Type Class Description classTwoWayBindableValueImpl<T>Methods in org.teamapps.databinding that return TwoWayBindableValue Modifier and Type Method Description static <T> TwoWayBindableValue<T>DataBindings. createTwoWayBindable(Event<T> changeEvent, java.util.function.Consumer<T> consumer)static <T> TwoWayBindableValue<T>DataBindings. createTwoWayBindable(Event<T> changeEvent, java.util.function.Supplier<T> supplier, java.util.function.Consumer<T> consumer)Methods in org.teamapps.databinding with parameters of type TwoWayBindableValue Modifier and Type Method Description static <T> voidDataBindings. bindTwoWays(TwoWayBindableValue<T> bindable1, TwoWayBindableValue<T> bindable2)default voidTwoWayBindableValue. bindTwoWays(TwoWayBindableValue<T> other)
-