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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java1197 // registerEditorKitForContentType(type, class, null).
1228 public static void registerEditorKitForContentType(String type, String classname) { method in class:JEditorPane
1229 registerEditorKitForContentType(type, classname,Thread.currentThread().
1245 public static void registerEditorKitForContentType(String type, String classname, ClassLoader loader) { method in class:JEditorPane
1307 registerEditorKitForContentType(key,defaultEditorKitMap.get(key));

Completed in 27 milliseconds