Class ListTwoWaySteps
java.lang.Object
org.eclipse.core.databinding.bind.steps.ListTwoWaySteps
Contains
Step
interfaces for the fluent databinding API for two-way
IObservableList
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
ListTwoWaySteps.ListTwoWayBindConfigStep<F,
T, THIS extends ListTwoWaySteps.ListTwoWayBindConfigStep<F, T, THIS>> Step from configuring the to-end and creating the binding.static interface
ListTwoWaySteps.ListTwoWayConfigStep<F,
T, THIS extends ListTwoWaySteps.ListTwoWayConfigStep<F, T, THIS>> Step from configuring the from-end.static interface
Step for setting the to-from direction converter.static interface
ListTwoWaySteps.ListTwoWayConvertToStep<F,
THIS extends ListTwoWaySteps.ListTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interface
Refines the return types of theListCommonSteps.ListFromStep
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