Uses of Interface
org.eclipse.core.databinding.bind.steps.CommonSteps.WriteConfigStep
Packages that use CommonSteps.WriteConfigStep
-
Uses of CommonSteps.WriteConfigStep in org.eclipse.core.databinding.bind.steps
Classes in org.eclipse.core.databinding.bind.steps with type parameters of type CommonSteps.WriteConfigStepModifier and TypeInterfaceDescriptionstatic interfaceCommonSteps.WriteConfigStep<F,T, THIS extends CommonSteps.WriteConfigStep<F, T, THIS>> Step for updating the configuration for an observable that is being written to.Subinterfaces of CommonSteps.WriteConfigStep in org.eclipse.core.databinding.bind.stepsModifier and TypeInterfaceDescriptionstatic interfaceCommonSteps.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 interfaceListCommonSteps.ListWriteConfigStep<F,T, THIS extends ListCommonSteps.ListWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written.static interfaceListOneWaySteps.ListOneWayBindWriteConfigStep<F,T, THIS extends ListOneWaySteps.ListOneWayBindWriteConfigStep<F, T, THIS>> Step for configuring the to-end and creating the binding.static interfaceListTwoWaySteps.ListTwoWayBindConfigStep<F,T, THIS extends ListTwoWaySteps.ListTwoWayBindConfigStep<F, T, THIS>> Step from configuring the to-end and creating the binding.static interfaceListTwoWaySteps.ListTwoWayConfigStep<F,T, THIS extends ListTwoWaySteps.ListTwoWayConfigStep<F, T, THIS>> Step from configuring the from-end.static interfaceListTwoWaySteps.ListTwoWayConvertToStep<F,THIS extends ListTwoWaySteps.ListTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interfaceSetCommonSteps.SetWriteConfigStep<F,T, THIS extends SetCommonSteps.SetWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written.static interfaceSetOneWaySteps.SetOneWayBindWriteConfigStep<F,T, THIS extends SetOneWaySteps.SetOneWayBindWriteConfigStep<F, T, THIS>> Step for configuring the to-end and creating the binding.static interfaceSetTwoWaySteps.SetTwoWayBindConfigStep<F,T, THIS extends SetTwoWaySteps.SetTwoWayBindConfigStep<F, T, THIS>> Step from configuring the to-end and creating the binding.static interfaceSetTwoWaySteps.SetTwoWayConfigStep<F,T, THIS extends SetTwoWaySteps.SetTwoWayConfigStep<F, T, THIS>> Step from configuring the from-end.static interfaceSetTwoWaySteps.SetTwoWayConvertToStep<F,THIS extends SetTwoWaySteps.SetTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interfaceValueCommonSteps.ValueWriteConfigStep<F,T, THIS extends ValueCommonSteps.ValueWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written.static interfaceValueOneWaySteps.ValueOneWayBindWriteConfigStep<F,T, THIS extends ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F, T, THIS>> Step for configuring the to-end and creating the binding.static interfaceValueTwoWaySteps.ValueTwoWayBindConfigStep<F,T, THIS extends ValueTwoWaySteps.ValueTwoWayBindConfigStep<F, T, THIS>> Step from configuring the to-end and creating the binding.static interfaceValueTwoWaySteps.ValueTwoWayConfigStep<F,T, THIS extends ValueTwoWaySteps.ValueTwoWayConfigStep<F, T, THIS>> Step from configuring the from-end.static interfaceValueTwoWaySteps.ValueTwoWayConvertToStep<F,THIS extends ValueTwoWaySteps.ValueTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.Methods in org.eclipse.core.databinding.bind.steps that return CommonSteps.WriteConfigStepModifier and TypeMethodDescriptionListCommonSteps.ListToStep.to(IObservableList<T> to) Sets the from-end observable of the resulting binding.<T> CommonSteps.WriteConfigStep<F, T, ?> ListCommonSteps.ListUntypedTo.to(IObservableList<T> to) SetCommonSteps.SetToStep.to(IObservableSet<T> to) Sets the from-end observable of the resulting binding.<T> CommonSteps.WriteConfigStep<F, T, ?> SetCommonSteps.SetUntypedTo.to(IObservableSet<T> to) ValueCommonSteps.ValueToStep.to(IObservableValue<T> to) Sets the from-end observable of the resulting binding.<T> CommonSteps.WriteConfigStep<F, T, ?> ValueCommonSteps.ValueUntypedTo.to(IObservableValue<T> to)