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 TypeMethodDescriptionvoid
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 ValidatorManagerModifier and TypeMethodDescriptionvoid
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 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