|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.validation.validators.GenericAccessibilityValidator
public class GenericAccessibilityValidator
base implementation for all accessibility validator classes.
Field Summary | |
---|---|
protected IRuleSet |
ruleSet
|
Constructor Summary | |
---|---|
GenericAccessibilityValidator(IRuleSet ruleSet)
Create an AccesibilityValidator for the given rule set. |
Method Summary | |
---|---|
protected boolean |
checkValidationContext(AccessibilityValidationContext context)
|
IRuleSet |
getRuleSet()
return the ruleSet being used by this validator |
void |
setRuleSet(IRuleSet ruleSet)
set the rule set to be used for validating the components |
void |
validate(IValidationContext context,
Object component)
used to validate single components. |
protected void |
validateRules(IValidationContext context,
List<List<IRule>> rulesListList)
validate the specified component according to the list of lists of rules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IRuleSet ruleSet
Constructor Detail |
---|
public GenericAccessibilityValidator(IRuleSet ruleSet)
ruleSet
- - the rule set to use when validating the componentsMethod Detail |
---|
public IRuleSet getRuleSet()
IValidator
getRuleSet
in interface IValidator
public void setRuleSet(IRuleSet ruleSet)
IValidator
setRuleSet
in interface IValidator
protected void validateRules(IValidationContext context, List<List<IRule>> rulesListList)
createRulesList
.
context
- - supplied by enginerulesListList
- - list of rule lists for this componentpublic void validate(IValidationContext context, Object component)
validate
in interface IValidator
context
- supplied by the enginecomponent
- - control to be validatedValidationProcessManager
protected boolean checkValidationContext(AccessibilityValidationContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |