Uses of Class
org.eclipse.core.databinding.DataBindingContext
Packages that use DataBindingContext
Package
Description
Provides classes for binding observable objects, for example UI widgets and model objects.
Provides classes that can be used to observe the JFace Viewer framework.
Provides classes that bridge between data binding and the JFace Wizard framework.
-
Uses of DataBindingContext in org.eclipse.core.databinding
Fields in org.eclipse.core.databinding declared as DataBindingContextMethods in org.eclipse.core.databinding that return types with arguments of type DataBindingContextModifier and TypeMethodDescriptionstatic IListProperty<DataBindingContext, Binding> BindingProperties.bindings()Returns anIListPropertyfor observing the bindings of aDataBindingContext.BindingProperties.validationStatusProviders()Returns anIListPropertyfor observing the validation status providers of aDataBindingContext.Methods in org.eclipse.core.databinding with parameters of type DataBindingContextModifier and TypeMethodDescriptionvoidObservablesManager.addContext(DataBindingContext context, boolean trackTargets, boolean trackModels) Adds the databinding context to be disposed by this manager.voidObservablesManager.addObservablesFromContext(DataBindingContext context, boolean trackTargets, boolean trackModels) Adds the given data binding context's target and/or model observables to be disposed by this manager.final voidBinding.init(DataBindingContext context) Initializes this binding with the given context and adds it to the list of bindings of the context.Constructors in org.eclipse.core.databinding with parameters of type DataBindingContextModifierConstructorDescriptionAggregateValidationStatus(DataBindingContext dbc, int strategy) Creates a new aggregate validation status observable for the given data binding context. -
Uses of DataBindingContext in org.eclipse.core.databinding.bind.steps
Methods in org.eclipse.core.databinding.bind.steps with parameters of type DataBindingContextModifier and TypeMethodDescriptionCommonSteps.BindConfigStep.bind(DataBindingContext bindingContext) Creates the binding according to the configuration is the previous steps. -
Uses of DataBindingContext in org.eclipse.jface.databinding.dialog
Methods in org.eclipse.jface.databinding.dialog with parameters of type DataBindingContextModifier and TypeMethodDescriptionstatic DialogPageSupportDialogPageSupport.create(DialogPage dialogPage, DataBindingContext dbc) Connect the validation result from the given data binding context to the given dialog page.static TitleAreaDialogSupportTitleAreaDialogSupport.create(TitleAreaDialog dialog, DataBindingContext dbc) Connect the validation result from the given data binding context to the given TitleAreaDialog.Constructors in org.eclipse.jface.databinding.dialog with parameters of type DataBindingContextModifierConstructorDescriptionprotectedDialogPageSupport(DialogPage dialogPage, DataBindingContext dbc) -
Uses of DataBindingContext in org.eclipse.jface.databinding.preference
Methods in org.eclipse.jface.databinding.preference with parameters of type DataBindingContextModifier and TypeMethodDescriptionstatic PreferencePageSupportPreferencePageSupport.create(PreferencePage preferencePage, DataBindingContext dbc) Connect the validation result from the given data binding context to the given preference page. -
Uses of DataBindingContext in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers that return DataBindingContextModifier and TypeMethodDescriptionprotected final DataBindingContextObservableValueEditingSupport.getDataBindingContext()Methods in org.eclipse.jface.databinding.viewers with parameters of type DataBindingContextModifier and TypeMethodDescriptionstatic <E,M, T> EditingSupport ObservableValueEditingSupport.create(ColumnViewer viewer, DataBindingContext dataBindingContext, CellEditor cellEditor, IValueProperty<? super CellEditor, T> cellEditorProperty, IValueProperty<E, M> elementProperty) Returns an ObservableValueEditingSupport instance which binds the given cell editor property to the given element property.Constructors in org.eclipse.jface.databinding.viewers with parameters of type DataBindingContextModifierConstructorDescriptionObservableValueEditingSupport(ColumnViewer viewer, DataBindingContext dataBindingContext) Constructs a new instance with the providedviewerand dataBindingContext -
Uses of DataBindingContext in org.eclipse.jface.databinding.wizard
Methods in org.eclipse.jface.databinding.wizard with parameters of type DataBindingContextModifier and TypeMethodDescriptionstatic WizardPageSupportWizardPageSupport.create(WizardPage wizardPage, DataBindingContext dbc) Connect the validation result from the given data binding context to the given wizard page.