Uses of Class
org.eclipse.jface.databinding.dialog.DialogPageSupport
-
Packages that use DialogPageSupport 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. -
-
Uses of DialogPageSupport in org.eclipse.jface.databinding.dialog
Methods in org.eclipse.jface.databinding.dialog that return DialogPageSupport Modifier and Type Method Description static DialogPageSupport
DialogPageSupport. create(DialogPage dialogPage, DataBindingContext dbc)
Connect the validation result from the given data binding context to the given dialog page. -
Uses of DialogPageSupport in org.eclipse.jface.databinding.preference
Subclasses of DialogPageSupport in org.eclipse.jface.databinding.preference Modifier and Type Class 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. -
Uses of DialogPageSupport in org.eclipse.jface.databinding.wizard
Subclasses of DialogPageSupport in org.eclipse.jface.databinding.wizard Modifier and Type Class 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.
-