Hi,

I implemented some accessibility stuff.

Also included are two unused and deprecated fields in JRootPane. Since
the specified type is not accessible ((package) private
JRootPane.DefaultAction), I made the type of those fields
javax.swing.Action, which is likely the interface that this class
implements.

2005-10-10  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/JEditorPane.java
        (AccessibleJEditorPane): New inner class.
        (getAccessibleContext): Implemented to return an instance of
        AccessibleJEditorPane.
        * javax/swing/JScrollPane.java
        (AccessibleJScrollPane): New inner class.
        (getAccessibleContext): Implemented to return an instance of
        AccessibleJScrollPane.
        (setViewport): Call accessibleContext's resetViewPort() method.
        * javax/swing/JTextArea.java
        (AccessibleJTextArea): New inner class.
        (getAccessibleContext): Implemented to return an instance of
        AccessibleJTextArea.
        * javax/swing/JTextField.java
        (AccessibleJTextField): New inner class.
        (getAccessibleContext): Implemented to return an instance of
        AccessibleJTextField.
        * javax/swing/JRootPane.java
        (defaultPressAction): New field.
        (defaultReleaseAction): New field.

/Roman


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to