Uses of Class
com.iizigo.validator.ValidatorManager
Packages that use ValidatorManager
Uses of ValidatorManager in com.iizigo.clientpref
Methods in com.iizigo.clientpref with parameters of type ValidatorManagerModifier and TypeMethodDescriptionvoidBoolPref.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 ValidatorManagerModifier and TypeMethodDescriptionvoidLanguageCodeComposite.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 ValidatorManagerModifierConstructorDescriptionNewTextTablesWithLanguageComposite(org.eclipse.swt.widgets.Composite parent, ModuleModel model, int marginLeft, int marginRight, int marginTop, int marginBottom, ValidatorManager validatorManager, int widthHint, String baseTextTableName) Constructor.Uses of ValidatorManager in com.iizigo.validator
Methods in com.iizigo.validator that return ValidatorManager