Searched defs:HTMLEditorKit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java151 * of data between the two operation. The policy of the HTMLEditorKit
164 public class HTMLEditorKit extends StyledEditorKit implements Accessible { class in inherits:StyledEditorKit,Accessible
169 * Constructs an HTMLEditorKit, creates a StyleContext,
172 public HTMLEditorKit() { method in class:HTMLEditorKit
369 * specified is shared by all HTMLEditorKit instances.
384 * DEFAULT_CSS gets loaded, and is shared by all HTMLEditorKit
395 InputStream is = HTMLEditorKit.getResourceAsStream(DEFAULT_CSS);
409 * Fetch a resource relative to the HTMLEditorKit classfile.
411 * protection of a doPrivileged call to allow the HTMLEditorKit
415 * HTMLEditorKit clas
[all...]

Completed in 34 milliseconds