classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: AccessibleJTextComponent


From: Lillian Angel
Subject: [cp-patches] Patch: AccessibleJTextComponent
Date: Tue, 17 Jan 2006 11:27:12 -0500

I added all the missing functions for AccessibleJTextComponent and fixed
all the API documentation. A lot of the functions are still stubs, I
will implement these soon.

2006-01-17  Lillian Angel  <address@hidden>

        * javax/swing/text/DefaultTextUI.java:
        Added deprecated tag.
        * javax/swing/text/JTextComponent.java
        (AccessibleJTextComponent): Fixed API doc and
        partially implemented.
        (getCaretPosition): Fixed API doc and implemented.
        (getSelectedText): Fixed API doc.
        (getSelectionStart): Likewise.
        (getSelectionEnd): Likewise.
        (caretUpdate): Fixed API doc and
        partially implemented.
        (getAccessibleStateSet): Likewise.
        (getAccessibleRole): Fixed API doc and implemented.
        (getAccessibleEditableText): Implemented.
        (getAccessibleText): Fixed API doc and implemented.
        (insertUpdate): Fixed API doc.
        (changedUpdate): Likewise.
        (getIndexAtPoint): Likewise.
        (getRootEditorRect): Removed.
        (getCharacterBounds): Fixed API doc.
        (getCharCount): Likewise.
        (getCharacterAttribute): Likewise.
        (getAtIndex): Likewise.
        (getAfterIndex): Likewise.
        (getBeforeIndex): Likewise.
        (getAccessibleActionCount): Added function stub.
        (getAccessibleActionDescription): Added function,
        partially implemented.
        (doAccessibleAction): Added function stub.
        (setTextContents): Likewise.
        (insertTextAtIndex): Likewise.
        (delete): Likewise.
        (cut): Likewise.
        (paste): Likewise.
        (replaceText): Likewise.
        (selectText): Likewise.
        (setAttributes): Likewise.
        (getAccessibleContext): Implemented.

Attachment: patch.diff
Description: Text Data


reply via email to

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