Uses of Interface
org.eclipse.core.databinding.bind.steps.Step
Packages that use Step
-
Uses of Step in org.eclipse.core.databinding.bind.steps
Subinterfaces of Step 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 interfaceStep for setting the to-from converter.static interfaceStep for converting between from- and to-types.static interfaceCommonSteps.DirectionStep<SELF extends CommonSteps.DirectionStep<SELF>>Step for setting the direction of the binding.static interfaceCommonSteps.OneWayConfigAndFromStep<SELF extends CommonSteps.OneWayConfigAndFromStep<SELF>>Step for settings the from-end observable of one-way-bindings.static interfaceCommonSteps.TwoWayConfigAndFromStep<SELF extends CommonSteps.TwoWayConfigAndFromStep<SELF>>Step for settings the from-end observable of two-way-bindings.static interfaceCommonSteps.WriteConfigStep<F,T, THIS extends CommonSteps.WriteConfigStep<F, T, THIS>> Step for updating the configuration for an observable that is being written to.static interfaceStep for setting the from-end observable.static interfaceStep for setting the to-end observable.static interfaceStep for converting between from- and to-types.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 interfaceListOneWaySteps.ListOneWayConvertStep<F,THIS extends ListOneWaySteps.ListOneWayConvertStep<F, THIS>> Step for converting between from- and to-types.static interfaceRefines the return types of theListCommonSteps.ListFromStepmethods for use with one-way bindings.static interfaceStep for setting the to-end observable.static interfaceStep for settings to-end observable using default converters.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 interfaceStep for setting the to-from direction converter.static interfaceListTwoWaySteps.ListTwoWayConvertToStep<F,THIS extends ListTwoWaySteps.ListTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interfaceRefines the return types of theListCommonSteps.ListFromStepmethods for use with two-way bindings.static interfaceStep for setting the to-end observable.static interfaceStep for settings to-end observable using default converters.static interfaceStep for setting the from-end observable.static interfaceStep for setting the to-end observable.static interfaceStep for converting between from- and to-types.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 interfaceSetOneWaySteps.SetOneWayConvertStep<F,THIS extends SetOneWaySteps.SetOneWayConvertStep<F, THIS>> Step for converting between from- and to-types.static interfaceRefines the return types of theSetCommonSteps.SetFromStepmethods for use with one-way bindings.static interfaceStep for setting the to-end observable.static interfaceStep for settings to-end observable using default converters.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 interfaceStep for setting the to-from direction converter.static interfaceSetTwoWaySteps.SetTwoWayConvertToStep<F,THIS extends SetTwoWaySteps.SetTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interfaceRefines the return types of theSetCommonSteps.SetFromStepmethods for use with two-way bindings.static interfaceStep for setting the to-end observable.static interfaceStep for settings to-end observable using default converters.static interfaceStep for setting the from-end observable.static interfaceStep for setting the to-end observable.static interfaceStep for converting between from- and to-types.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 interfaceValueOneWaySteps.ValueOneWayConvertStep<F,THIS extends ValueOneWaySteps.ValueOneWayConvertStep<F, THIS>> Step for converting between from- and to-types.static interfaceRefines the return types of theValueCommonSteps.ValueFromStepmethods for use with one-way bindings.static interfaceStep for setting the to-end observable.static interfaceStep for settings to-end observable using default converters.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 interfaceStep for setting the to-from direction converter.static interfaceValueTwoWaySteps.ValueTwoWayConvertToStep<F,THIS extends ValueTwoWaySteps.ValueTwoWayConvertToStep<F, THIS>> Step for setting the from-to direction converter.static interfaceRefines the return types of theValueCommonSteps.ValueFromStepmethods for use with two-way bindings.static interfaceStep for setting the to-end observable.static interfaceStep for settings to-end observable using default converters.Methods in org.eclipse.core.databinding.bind.steps that return StepModifier and TypeMethodDescriptionCommonSteps.ConvertFromStep.convertFrom(IConverter<? super T, ? extends F> converter) Sets the from-to direction converter on the resulting binding.<T> StepCommonSteps.ConvertToStep.convertTo(IConverter<? super F, ? extends T> converter) Sets the from-to direction converter on the resulting binding.CommonSteps.ConvertToStep.defaultConvert()Makes the resulting binding use default converters between the two observables.<F> StepListCommonSteps.ListFromStep.from(IObservableList<F> from) Sets the from-end observable of the resulting binding.<F> StepSetCommonSteps.SetFromStep.from(IObservableSet<F> from) Sets the from-end observable of the resulting binding.<F> StepValueCommonSteps.ValueFromStep.from(IObservableValue<F> from) Sets the from-end observable of the resulting binding.