Uses of Class
org.eclipse.jface.databinding.dialog.DialogPageSupport
Package
Description
Provides classes that bridge between data binding and the JFace Wizard framework.
-
Uses of DialogPageSupport in org.eclipse.jface.databinding.dialog
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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.