Uses of Interface
com.iizigo.swt.IWizardValidator
Packages that use IWizardValidator Package Description com.iizigo.ssl com.iizigo.swt Uses of IWizardValidator in com.iizigo.ssl
Methods in com.iizigo.ssl that return IWizardValidator Modifier and Type Method Description IWizardValidator
SSLSettingsComposite. getValidator()
Gets the validator.Uses of IWizardValidator in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type IWizardValidator Modifier and Type Method Description static void
ValidateWizardDialog. setValidate(org.eclipse.jface.wizard.IWizardPage page, IWizardValidator validator)
Sets the validator from a control of a dialog page.void
ValidateWizardDialog. setValidator(org.eclipse.jface.wizard.IWizardPage page, IWizardValidator validator)
Sets the validate state.