Class ValueTwoWaySteps
java.lang.Object
org.eclipse.core.databinding.bind.steps.ValueTwoWaySteps
Contains
Step
interfaces for the fluent databinding API for two-way
IObservableValue
bindings. Each of these interfaces define the
operations that are allowed in a particular pipeline step.- Since:
- 1.11
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,
T, THIS extends ValueTwoWaySteps.ValueTwoWayBindConfigStep<F, T, THIS>> Step from configuring the to-end and creating the binding.static interface
ValueTwoWaySteps.ValueTwoWayConfigStep<F,
T, THIS extends ValueTwoWaySteps.ValueTwoWayConfigStep<F, T, THIS>> Step from configuring the from-end.static interface
Step for setting the to-from direction converter.static interface
ValueTwoWaySteps.ValueTwoWayConvertToStep<F,
THIS extends ValueTwoWaySteps.ValueTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interface
Refines the return types of theValueCommonSteps.ValueFromStep
methods for use with two-way bindings.static interface
Step for setting the to-end observable.static interface
Step for settings to-end observable using default converters. -
Method Summary