-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
generic
-
generic
-
Not verified
Name: lm3724 Date: 01/07/2000
What is the feature and what problem is it solving?:
The new feature is to implement AccessibleAction on components (e.g.,
JTextComponent) that support Swing Actions. This feature will allow
assistive technologies to perform such tasks as voice editing of text.
How will it work?:
The protected inner class that implements Accessibility for components will be
modified to implement the AccessibleAction interface.
What are the benefits over other solutions?:
The AccessibleAction interface is the standard way for assistive technologies to
obtain information about actions that a component supports.
======================================================================