CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Anthony Balkissoon <[EMAIL PROTECTED]>  05/12/08 20:00:43

Modified files:
        .              : ChangeLog 
        javax/swing    : JEditorPane.java 

Log message:
        2005-12-08  Anthony Balkissoon  <[EMAIL PROTECTED]>
        
        * javax/swing/JEditorPane.java:
        (registerMap): New field.
        (editorMap): New field.
        (JEditorPane()): Call init instead of setEditorKit.
        (JEditorPane(String, String)): Likewise.
        (init): New method.
        (createEditorKitForContentType): Implemented and documented.
        (getEditorKitClassNameForContentType): Likewise.
        (getEditorKitForContentType): Likewise.
        (registerEditorKitForContentType): Likewise.
        (replaceSelection): Call super (this is temporary until the real
        implementation happens.  There is already a TODO noting that this needs
        to be implemented.
        (setEditorKitForContentType): Implemented and documented.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5780&tr2=1.5781&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JEditorPane.java.diff?tr1=1.27&tr2=1.28&r1=text&r2=text



Reply via email to