Class CommonSteps
java.lang.Object
org.eclipse.core.databinding.bind.steps.CommonSteps
Contains
Step interfaces for the fluent databinding API that are
common for both IObservableValue, IObservableList and
IObservableSet bindings. Each of these interfaces define the
operations that are allowed in a particular pipeline step.- Since:
- 1.11
- Restriction:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceCommonSteps.BindConfigStep<F,T, THIS extends CommonSteps.BindConfigStep<F, T, THIS>> The last step in the binding pipeline, where theCommonSteps.BindConfigStep.bind(org.eclipse.core.databinding.DataBindingContext)method is accessible.static interfaceStep for setting the to-from converter.static interfaceStep for converting between from- and to-types.static interfaceStep for setting the direction of the binding.static interfaceStep for settings the from-end observable of one-way-bindings.static interfaceCommonSteps.ReadConfigStep<F,T, THIS extends CommonSteps.ReadConfigStep<F, T, THIS>> static interfaceStep for settings the from-end observable of two-way-bindings.static interfaceCommonSteps.WriteConfigStep<F,T, THIS extends CommonSteps.WriteConfigStep<F, T, THIS>> Step for updating the configuration for an observable that is being written to. -
Method Summary