org.eclipse.actf.validation.javapp.validators
Class JavaAccessibilityValidator

java.lang.Object
  extended by org.eclipse.actf.validation.validators.GenericAccessibilityValidator
      extended by org.eclipse.actf.validation.javapp.validators.JavaAccessibilityValidator
All Implemented Interfaces:
IValidator

public class JavaAccessibilityValidator
extends GenericAccessibilityValidator

JavaAccessibilityValidator is the Swing specific implementation of the AccessbilityValidator class.

Author:
John Buslawski

Field Summary
 
Fields inherited from class org.eclipse.actf.validation.validators.GenericAccessibilityValidator
ruleSet
 
Constructor Summary
JavaAccessibilityValidator(IRuleSet ruleSet)
          Create a new JavaAccessibilityValidator for the given IRuleSet and IValidationContext.
 
Method Summary
 
Methods inherited from class org.eclipse.actf.validation.validators.GenericAccessibilityValidator
checkValidationContext, evaluateCriteria, getRuleSet, setRuleSet, validate, validateRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAccessibilityValidator

public JavaAccessibilityValidator(IRuleSet ruleSet)
Create a new JavaAccessibilityValidator for the given IRuleSet and IValidationContext.

Parameters:
iRuleSet - -- the specific IRuleSet class where the rules for the component are defined
context - -- validation context to use when evaluating the component