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
Modifier and TypeClassDescriptionstatic interface
CommonSteps.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 interface
Step for setting the to-from converter.static interface
Step for converting between from- and to-types.static interface
Step for setting the direction of the binding.static interface
Step for settings the from-end observable of one-way-bindings.static interface
CommonSteps.ReadConfigStep<F,
T, THIS extends CommonSteps.ReadConfigStep<F, T, THIS>> static interface
Step for settings the from-end observable of two-way-bindings.static interface
CommonSteps.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