Searched refs:setEditorKit (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/6836089/
H A Dbug6836089.java41 htmlPane.setEditorKit(new HTMLEditorKit());
/openjdk7/jdk/test/javax/swing/text/StyledEditorKit/4506788/
H A Dbug4506788.java113 jep.setEditorKit(new StyledEditorKit());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextPane.java98 setEditorKit(editorKit);
471 public final void setEditorKit(EditorKit kit) { method in class:JTextPane
473 super.setEditorKit(kit);
H A DJEditorPane.java937 * and then <code>setEditorKit</code> if an editor kit can
940 * <code>setEditorKit</code> directly.
981 setEditorKit(k);
1033 * <code>setEditorKit</code> is called.
1049 public void setEditorKit(EditorKit kit) { method in class:JEditorPane
/openjdk7/jdk/test/javax/swing/text/View/8014863/
H A Dbug8014863.java134 editorPane.setEditorKit(editorKit);
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java106 editorPane.setEditorKit(new HTMLEditorKit() {

Completed in 45 milliseconds