Package | Description |
---|---|
org.eclipse.core.databinding |
Provides classes for binding observable objects, for example UI widgets and model objects.
|
org.eclipse.jface.databinding.dialog | |
org.eclipse.jface.databinding.preference | |
org.eclipse.jface.databinding.viewers |
Provides classes that can be used to observe the JFace Viewer framework.
|
org.eclipse.jface.databinding.wizard |
Provides classes that bridge between data binding and the JFace Wizard framework.
|
Modifier and Type | Field and Description |
---|---|
protected DataBindingContext |
Binding.context |
Modifier and Type | Method and Description |
---|---|
void |
ObservablesManager.addObservablesFromContext(DataBindingContext context,
boolean trackTargets,
boolean trackModels)
Adds the given data binding context's target and/or model observables to
this manager.
|
void |
Binding.init(DataBindingContext context)
Initializes this binding with the given context and adds it to the list
of bindings of the context.
|
Constructor and Description |
---|
AggregateValidationStatus(DataBindingContext dbc,
int strategy)
Creates a new aggregate validation status observable for the given data
binding context.
|
Modifier and Type | Method and Description |
---|---|
static DialogPageSupport |
DialogPageSupport.create(DialogPage dialogPage,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given dialog page.
|
static TitleAreaDialogSupport |
TitleAreaDialogSupport.create(TitleAreaDialog dialog,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given TitleAreaDialog.
|
Constructor and Description |
---|
DialogPageSupport(DialogPage dialogPage,
DataBindingContext dbc) |
Modifier and Type | Method and Description |
---|---|
static PreferencePageSupport |
PreferencePageSupport.create(PreferencePage preferencePage,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given preference page.
|
Modifier and Type | Method and Description |
---|---|
static EditingSupport |
ObservableValueEditingSupport.create(ColumnViewer viewer,
DataBindingContext dbc,
CellEditor cellEditor,
IValueProperty cellEditorProperty,
IValueProperty elementProperty)
Returns an ObservableValueEditingSupport instance which binds the given
cell editor property to the given element property.
|
Constructor and Description |
---|
ObservableValueEditingSupport(ColumnViewer viewer,
DataBindingContext dbc)
Constructs a new instance with the provided
viewer and
dbc . |
Modifier and Type | Method and Description |
---|---|
static WizardPageSupport |
WizardPageSupport.create(WizardPage wizardPage,
DataBindingContext dbc)
Connect the validation result from the given data binding context to the
given wizard page.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.