Uses of Class
com.iizigo.validator.ValidatorManager
Packages that use ValidatorManager Package Description com.iizigo.clientpref com.iizigo.selector com.iizigo.text com.iizigo.validator Uses of ValidatorManager in com.iizigo.clientpref
Methods in com.iizigo.clientpref with parameters of type ValidatorManager Modifier and Type Method Description void
BoolPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
ColorPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
IClientPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
IntPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
KeyPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.void
LinePref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)
Creates the contents.Uses of ValidatorManager in com.iizigo.selector
Methods in com.iizigo.selector with parameters of type ValidatorManager Modifier and Type Method Description void
LanguageCodeComposite. addValidator(ValidatorManager validatorManager, boolean mustValidate)
Adds a validator to the language code.Uses of ValidatorManager in com.iizigo.text
Constructors in com.iizigo.text with parameters of type ValidatorManager Constructor Description NewTextTablesWithLanguageComposite(org.eclipse.swt.widgets.Composite parent, ModuleModel model, int marginLeft, int marginRight, int marginTop, int marginBottom, ValidatorManager validatorManager, int widthHint, java.lang.String baseTextTableName)
Constructor.Uses of ValidatorManager in com.iizigo.validator
Methods in com.iizigo.validator that return ValidatorManager Modifier and Type Method Description ValidatorManager
ValidationDialog. getValidatorManager()
Gets the validator manager.