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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java105 * are provided by the <code>HTMLFactory</code> class. This can
106 * be easily changed by subclassing or replacing the HTMLFactory
630 private static final ViewFactory defaultFactory = new HTMLFactory();
1116 public static class HTMLFactory implements ViewFactory { class in class:HTMLEditorKit

Completed in 3020 milliseconds