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 interface
CommonSteps.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 interface
CommonSteps.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 interface
ListCommonSteps.ListWriteConfigStep<F,
T, THIS extends ListCommonSteps.ListWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written.static interface
ListOneWaySteps.ListOneWayBindWriteConfigStep<F,
T, THIS extends ListOneWaySteps.ListOneWayBindWriteConfigStep<F, T, THIS>> Step for configuring the to-end and creating the binding.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.static interface
SetCommonSteps.SetWriteConfigStep<F,
T, THIS extends SetCommonSteps.SetWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written.static interface
SetOneWaySteps.SetOneWayBindWriteConfigStep<F,
T, THIS extends SetOneWaySteps.SetOneWayBindWriteConfigStep<F, T, THIS>> Step for configuring the to-end and creating the binding.static interface
SetTwoWaySteps.SetTwoWayBindConfigStep<F,
T, THIS extends SetTwoWaySteps.SetTwoWayBindConfigStep<F, T, THIS>> Step from configuring the to-end and creating the binding.static interface
SetTwoWaySteps.SetTwoWayConfigStep<F,
T, THIS extends SetTwoWaySteps.SetTwoWayConfigStep<F, T, THIS>> Step from configuring the from-end.static interface
SetTwoWaySteps.SetTwoWayConvertToStep<F,
THIS extends SetTwoWaySteps.SetTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interface
ValueCommonSteps.ValueWriteConfigStep<F,
T, THIS extends ValueCommonSteps.ValueWriteConfigStep<F, T, THIS>> Step for configuring the end of a binding where data is written.static interface
ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F,
T, THIS extends ValueOneWaySteps.ValueOneWayBindWriteConfigStep<F, T, THIS>> Step for configuring the to-end and creating the binding.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.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)