Uses of Interface
org.eclipse.jface.databinding.dialog.IValidationMessageProvider
-
Packages that use IValidationMessageProvider Package Description org.eclipse.jface.databinding.dialog -
-
Uses of IValidationMessageProvider in org.eclipse.jface.databinding.dialog
Classes in org.eclipse.jface.databinding.dialog that implement IValidationMessageProvider Modifier and Type Class Description class
ValidationMessageProvider
Standard implementation of theIValidationMessageProvider
interface.Methods in org.eclipse.jface.databinding.dialog with parameters of type IValidationMessageProvider Modifier and Type Method Description void
DialogPageSupport. setValidationMessageProvider(IValidationMessageProvider messageProvider)
Sets theIValidationMessageProvider
to use for providing the message text and message type to display on the dialog page.void
TitleAreaDialogSupport. setValidationMessageProvider(IValidationMessageProvider messageProvider)
Sets theIValidationMessageProvider
to use for providing the message text and message type to display on the title area dialog.
-