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 voidBoolPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidColorPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidIClientPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidIntPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidKeyPref. createContents(org.eclipse.swt.widgets.Composite parent, PropCnr settings, ValidatorManager manager)Creates the contents.voidLinePref. 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 voidLanguageCodeComposite. 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 ValidatorManagerValidationDialog. getValidatorManager()Gets the validator manager.