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 classValidationMessageProviderStandard implementation of theIValidationMessageProviderinterface.Methods in org.eclipse.jface.databinding.dialog with parameters of type IValidationMessageProvider Modifier and Type Method Description voidDialogPageSupport. setValidationMessageProvider(IValidationMessageProvider messageProvider)Sets theIValidationMessageProviderto use for providing the message text and message type to display on the dialog page.voidTitleAreaDialogSupport. setValidationMessageProvider(IValidationMessageProvider messageProvider)Sets theIValidationMessageProviderto use for providing the message text and message type to display on the title area dialog.
-