Package | Description |
---|---|
org.eclipse.jface.databinding.dialog | |
org.eclipse.jface.databinding.preference | |
org.eclipse.jface.databinding.wizard |
Provides classes that bridge between data binding and the JFace Wizard framework.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PreferencePageSupport
Connects the validation result from the given data binding context to the
given preference page, updating the preference page's valid state and its
error message accordingly.
|
Modifier and Type | Class and Description |
---|---|
class |
WizardPageSupport
Connects the validation result from the given data binding context to the
given wizard page, updating the wizard page's completion state and its error
message accordingly.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.