classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: AccessibleJComponent implemented


From: Roman Kennke
Subject: [cp-patches] FYI: AccessibleJComponent implemented
Date: Wed, 02 Nov 2005 09:27:40 +0000

Hi,

while we already have accessibility support for several Swing components,
we were still missing the AccessibleJComponent implementation (all
stubs). This rendered the Swing accessibility completely useless. I
implemented most of the AccessibleJComponent, so accessibility support
should now (theoretically) basically work for Swing.

2005-11-02  Roman Kennke  <address@hidden>

        * javax/swing/JComponent.java
        (AccessibleJComponent.changeSupport): New field.
        (AccessibleJComponent.AccessibleJComponent): Initialize
changeSupport.
        (AccessibleJComponent.addPropertyChangeListener): Implemented this
        method.
        (AccessibleJComponent.removePropertyChangeListener): Implemented
this
        method.
        (AccessibleJComponent.getAccessibleChildrenCount): Implemented
this
        method.
        (AccessibleJComponent.getAccessibleChild): Implemented this
        method.
        (AccessibleJComponent.getAccessibleName): Added API comment and
        TODO tag.
        (AccessibleJComponent.getAccessibleDescription): Added API comment
        and TODO tag.
        (AccessibleJComponent.getAccessibleRole): Implemented this method.
        (AccessibleJComponent.getBorderTitle): Implemented this method.
        (AccessibleJComponent.getToolTipText): Implemented this method.
        (AccessibleJComponent.getTitledBorderText): Implemented this
method.
        (AccessibleJComponent.getAccessibleKeyBinding): Added API comment
        and TODO tag.

/Roman

Attachment: JComponent.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]