Uses of Interface
org.eclipse.jface.dialogs.IInputValidator
Packages that use IInputValidator
-
Uses of IInputValidator in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return IInputValidatorModifier and TypeMethodDescriptionprotected IInputValidator
InputDialog.getValidator()
Returns the validator.Constructors in org.eclipse.jface.dialogs with parameters of type IInputValidatorModifierConstructorDescriptionInputDialog
(Shell parentShell, String dialogTitle, String dialogMessage, String initialValue, IInputValidator validator) Creates an input dialog with OK and Cancel buttons.