classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Accessibility stuff


From: Roman Kennke
Subject: [cp-patches] FYI: Accessibility stuff
Date: Mon, 10 Oct 2005 21:16:54 +0200 (CEST)

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  <address@hidden>

        * 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




reply via email to

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