|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationProcessException | |
---|---|
org.eclipse.actf.validation.core |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |