Uses of Class
org.eclipse.jface.databinding.wizard.WizardPageSupport
-
Packages that use WizardPageSupport Package Description org.eclipse.jface.databinding.wizard Provides classes that bridge between data binding and the JFace Wizard framework. -
-
Uses of WizardPageSupport in org.eclipse.jface.databinding.wizard
Methods in org.eclipse.jface.databinding.wizard that return WizardPageSupport Modifier and Type Method Description static WizardPageSupport
WizardPageSupport. create(WizardPage wizardPage, DataBindingContext dbc)
Connect the validation result from the given data binding context to the given wizard page.
-