Interface CommonSteps.BindConfigStep<F,T,THIS extends CommonSteps.BindConfigStep<F,T,THIS>>

Type Parameters:
F - type of the from-end observable
T - type of the to-end observable
THIS - self type for this step
All Superinterfaces:
CommonSteps.WriteConfigStep<F,T,THIS>, Step
All Known Subinterfaces:
ListOneWaySteps.ListOneWayBindWriteConfigStep<F,T,THIS>, ListTwoWaySteps.ListTwoWayBindConfigStep<F,T,THIS>, SetOneWaySteps.SetOneWayBindWriteConfigStep<F,T,THIS>, SetTwoWaySteps.SetTwoWayBindConfigStep<F,T,THIS>, ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F,T,THIS>, ValueTwoWaySteps.ValueTwoWayBindConfigStep<F,T,THIS>
Enclosing class:
CommonSteps

public static interface CommonSteps.BindConfigStep<F,T,THIS extends CommonSteps.BindConfigStep<F,T,THIS>> extends CommonSteps.WriteConfigStep<F,T,THIS>
The last step in the binding pipeline, where the bind(org.eclipse.core.databinding.DataBindingContext) method is accessible.
Restriction:
Implementation Note:
Here methods can be added that applies to the entire binding.