Uses of Interface
org.eclipse.core.databinding.bind.steps.ValueCommonSteps.ValueReadConfigStep
-
Uses of ValueCommonSteps.ValueReadConfigStep in org.eclipse.core.databinding.bind.steps
Modifier and TypeInterfaceDescriptionstatic interface
ValueCommonSteps.ValueReadConfigStep<F,
T, THIS extends ValueCommonSteps.ValueReadConfigStep<F, T, THIS>> A config step for the end of a binding where data is read.Modifier and TypeInterfaceDescriptionstatic interface
ValueOneWaySteps.ValueOneWayConvertStep<F,
THIS extends ValueOneWaySteps.ValueOneWayConvertStep<F, THIS>> Step for converting between from- and to-types.static 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
ValueTwoWaySteps.ValueTwoWayConvertToStep<F,
THIS extends ValueTwoWaySteps.ValueTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.