Accessibility Tools Framework (ACTF) Validation Guide
The Accessibility Tools Framework
(ACTF) Validation Components constitute a suite of tools for validating Java applications and web applications and content for accessibility.
Non-invasive techniques, like Introspection,
and the Java Reflection API,
are used to validate pre-existing GUIs at execution time rather than by
examining source-code.
This tool (depending on what features are installed) provides the
ability to:
- Java Validation Componentry
- inspect and validate your plug-in in the current Eclipse
workbench
- inspect and validate your plug-in (and/or Eclipse itself) in
an Eclipse workbench running in a separate JVM.
- inspect and validate your Java application running in a
separate JVM
- validate GUI components under development from the Java
Perspective
- launch, test, and use ACTF to validate plug-ins from your
development environment using the Runtime Workbench
- define your own validation rules via external XML files
- Web Validation Componentry
- validate your static web content and some DHTML content for
accessibility
- define your own validation rules via external XML files