Class ValueCommonSteps
java.lang.Object
org.eclipse.core.databinding.bind.steps.ValueCommonSteps
Contains
Step interfaces for the fluent databinding API common for
one-way and 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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceStep for setting the from-end observable.static interfaceValueCommonSteps.ValueReadConfigStep<F,T, THIS extends ValueCommonSteps.ValueReadConfigStep<F, T, THIS>> A config step for the end of a binding where data is read.static interfaceStep for setting the to-end observable.static interfaceStep for converting between from- and to-types.static interfaceValueCommonSteps.ValueWriteConfigStep<F,T, THIS extends ValueCommonSteps.ValueWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written. -
Method Summary