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