![]() |
JavaTM Accessibility UtilitiesExamples |
Java Accessibility Utilities |
Ferret uses the JAUAPI to examine accessible
information about the objects in the Java virtual machine. It allows the
user to select different methods for selecting the object to be examined:
by following focus, by following the mouse, by following the text caret,
or by pressing the F1 button when the mouse pointer is over an object. Once an
object has been selected, Ferret displays the accessible information for the
object.
Like a monkey, Monkey "swings" through the component trees
in a Java virtual machine and presents the hierarchy in two
different ways. The first is the actual Component hierarchy and the second
is the hierarchy viewed as Accessible objects. Also, if the
user clicks the right mouse button over a tree node in Monkey, Monkey
presents the user with a popup menu containing options for manipulating
the object.
AccessibilityMonitor monitors all accessible property change events on all of the non-transient objects in the virtual machine. Also, if the user clicks the right mouse over the events presented in the table provided by AccessibilityMonitor, AccessibilityMonitor presents the user with a popup menu containing options for manipulating the associated object.
assistive_technologies=Ferret,Monkey,AccessibilityMonitor
The exact line content depends on the assistive technologies you want to use.
Copyright © 1995-2001 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: access@sun.com |
![]() |