Uses of Class
org.eclipse.actf.validation.core.ValidationProcessException

Packages that use ValidationProcessException
org.eclipse.actf.validation.core   
org.eclipse.actf.validation.javapp   
org.eclipse.actf.validation.javapp.aspects   
 

Uses of ValidationProcessException in org.eclipse.actf.validation.core
 

Methods in org.eclipse.actf.validation.core that throw ValidationProcessException
protected  void AccessibilityValidationProcess.calculateWork(ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context)
          visit the objects in the tree with the given target as the root.
protected  void FocusValidationProcess.calculateWork(ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context)
          visit the objects in the tree with the given target as the root.
protected  IValidationContext AccessibilityValidationProcess.cloneContext(IRuleBase iRuleBase, IValidationContext context)
           
 IValidationContext FocusValidationProcess.cloneContext(IRuleBase iRuleBase, IValidationContext context)
           
 boolean FocusValidationProcess.computeKeyboardTraversalList(Object target)
           
 void AccessibilityValidationProcess.init()
          perform any initialization necessary for the process. prepares the IValidationContext and calculates initial work
 void FocusValidationProcess.init()
           
 void IValidationProcess.init()
          perform any initialization necessary for the process.
 void ValidationProcessManager.initiateValidation(ExecutionPoint execPoint)
          Receives an ExecutionPoint and starts a IValidationProcess.
 void ValidationProcessManager.initiateValidation(ExecutionPoint[] execPoints)
          Receives an array of ExecutionPoints and starts a IValidationProcess for each one.
 void ValidationProcessManager.initiateValidation(ExecutionPoint[] execPoints, Map bridgeMap)
          Receives an array of ExecutionPoints and a component bridge map and starts a IValidationProcess.
 void ValidationProcessManager.initiateValidation(ExecutionPoint execPoint, Map bridgeMap)
          Receives an ExecutionPoint and a component bridge map and starts a IValidationProcess.
 void AccessibilityValidationProcess.run()
          
 void FocusValidationProcess.run()
           
 void IValidationProcess.run()
          launch the validation process
protected  void AccessibilityValidationProcess.validate(ExecutionPoint execPoint, IRuleBase ruleBase, IValidationContext context)
          validate the objects in the tree with the given target as the root.
 void FocusValidationProcess.validate(ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context)
          validate the objects in the tree with the given target as the root.
protected  void AccessibilityValidationProcess.validateChildren(Object target, ExecutionPoint execPoint, IRuleBase ruleBase, IValidationContext context, boolean validate)
          Validate the child components of the given target.
protected  void FocusValidationProcess.validateChildren(Object target, ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context, boolean validate)
          Validate the child components of the given target.
protected  void AccessibilityValidationProcess.validateComponent(Object target, ExecutionPoint execPoint, IRuleBase ruleBase, IValidationContext context)
          used to validate single components.
 void FocusValidationProcess.validateComponent(Object target, ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context)
          used to validate single components.
protected  void AccessibilityValidationProcess.visitComponent(Object target, ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context)
          used to visit a single component.
protected  void FocusValidationProcess.visitComponent(Object target, ExecutionPoint execPoint, IRuleBase iRuleBase, IValidationContext context)
          used to visit a single component.
 

Uses of ValidationProcessException in org.eclipse.actf.validation.javapp
 

Methods in org.eclipse.actf.validation.javapp that throw ValidationProcessException
 void AspectGenerationProcess.init(String packageName, String aspectName)
           
 

Uses of ValidationProcessException in org.eclipse.actf.validation.javapp.aspects
 

Methods in org.eclipse.actf.validation.javapp.aspects that throw ValidationProcessException
 void AspectGenerator.addClassMember(String modifier, String type, String name, String initialValue)
           
 void AspectGenerator.addImport(String packageName)
           
 void AspectGenerator.addImports(Vector imports)
           
 void AspectGenerator.createAdvice(String type, String parameterList, String pointcutExpression, String body, String afterAction)
          generate advice for pointcuts an advice takes form of: type (parameterList) [returning/throwing(formal)] : pointcutExpression { body };
 void AspectGenerator.createAspect(String packageName, String aspectName, String superClass)
           
 void AspectGenerator.createPointcut(String name, String parameterList, String expression)
          generate pointcut.