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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java898 * Creates the default editor kit (<code>PlainEditorKit</code>) for when
904 return new PlainEditorKit();
1070 * If that fails, a <code>PlainEditorKit</code> is used on the
1293 "javax.swing.JEditorPane$PlainEditorKit");
2073 static class PlainEditorKit extends DefaultEditorKit implements ViewFactory { class in class:JEditorPane

Completed in 165 milliseconds