classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: CSS fix and HTMLEditorKit additions


From: Lillian Angel
Subject: [cp-patches] Patch: CSS fix and HTMLEditorKit additions
Date: Fri, 09 Dec 2005 16:22:42 -0500

I implemented some of the smaller functions I could quickly figure out
by looking at the API. The rest are mostly stubs. I committed this so
Tony could make use of all the functions while implementing other
classes. I will implement the rest of the functions starting monday.

For now, most functions call their super classes, so nothing is in a
testable state just yet.

2005-12-09  Lillian Angel  <address@hidden>

        * javax/swing/text/html/CSS.java:
        Fixed class signature.
        * javax/swing/text/html/HTMLEditorKit.java:
        Fixed class signature.
        (LinkController): New class added with only stubs. Functions
        are not implmented yet.
        (InsertHTMLTextAction): New class. Constructors implemented.
        (insertHTML): Implemented.
        (insertAtBoundary): Added, not yet implemented.
        (insertAtBoundry): Implemented.
        (actionPerformed): Added, not yet implemented.
        (HTMLTextAction): New class.
        (getHTMLDocument): Implemented.
        (getHTMLEditorKit): Implemented.
        (getElementsAt): Implemented.
        (elementCountToTag): Added, not yet implemented.
        (findElementMatchingTag): Likewise.
        (getViewFactory): Implemented.
        (HTMLFactory): Moved to beginning of class, with other inner 
        classes.
        (ParserCallBack): Added constructor, not yet implemented.
        (clone): Added, not yet implemented. Calls super.
        (createInputAttributes): Likewise.
        (install): Likewise.
        (deinstall): Likewise.
        (getActions): Likewise.
        (getInputAttributes): Likewise.
        (getDefaultCursor): Implemented.
        (getLinkCursor): Implemented.
        (SetLinkCursor): Implemented.
        (setDefaultLinkCursor): Implemented.
        (AccessibleContext): Can't implement until AccessibleHTML is
        implemented. Currently, returns null because accessibility is 
        not supported.

Attachment: patch.diff
Description: Text Data


reply via email to

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