Generated by
JDiff

Class javax.swing.text.html.HTMLEditorKit

Documentation changed from old to new.

Added Methods
Cursor getDefaultCursor() Returns the default cursor.
Cursor getLinkCursor() Returns the cursor to use over hyper links.
void setDefaultCursor(Cursor) Sets the default cursor.
void setLinkCursor(Cursor) Sets the cursor to use over links.
 

Changed Methods
Parser getParser() Documentation changed from old to new.
Fetch the parser to use for reading HTML streams.
StyleSheet getStyleSheet() Documentation changed from old to new.
Get the set of styles currently being used to render the HTML elements.
void insertHTML(HTMLDocument, int, String, int, int, Tag) Documentation changed from old to new.
Inserts HTML into an existing document.
void setStyleSheet(StyleSheet) Documentation changed from old to new.
Set the set of styles to be used to render the various HTML elements.
void read(Reader, Document, int) Documentation changed from old to new.
Inserts content from the given stream.
void write(Writer, Document, int, int) Documentation changed from old to new.
Write content from a document to the given stream in a format appropriate for this kind of content handler.