Verwendungen von Schnittstelle
org.teamapps.databinding.TwoWayBindableValue
Packages, die TwoWayBindableValue verwenden
-
Verwendungen von TwoWayBindableValue in org.teamapps.databinding
Klassen in org.teamapps.databinding, die TwoWayBindableValue implementierenMethoden in org.teamapps.databinding, die TwoWayBindableValue zurückgebenModifizierer und TypMethodeBeschreibungstatic <T> TwoWayBindableValue<T>TwoWayBindableValue.create()static <T> TwoWayBindableValue<T>static <T> TwoWayBindableValue<T>static <T> TwoWayBindableValue<T>TwoWayBindableValue.create(T initialValue) static <T> TwoWayBindableValue<T>DataBindings.createTwoWayBindable(Event<T> changeEvent, Consumer<T> consumer) static <T> TwoWayBindableValue<T>DataBindings.createTwoWayBindable(Event<T> changeEvent, Supplier<T> supplier, Consumer<T> consumer) Methoden in org.teamapps.databinding mit Parametern vom Typ TwoWayBindableValueModifizierer und TypMethodeBeschreibungstatic <T> voidDataBindings.bindTwoWays(TwoWayBindableValue<T> bindable1, TwoWayBindableValue<T> bindable2) default voidTwoWayBindableValue.bindTwoWays(TwoWayBindableValue<T> other)