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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java1290 synchronized(defaultEditorKitMap) {
1291 if (defaultEditorKitMap.size() == 0) {
1292 defaultEditorKitMap.put("text/plain",
1294 defaultEditorKitMap.put("text/html",
1296 defaultEditorKitMap.put("text/rtf",
1298 defaultEditorKitMap.put("application/rtf",
1306 for (String key : defaultEditorKitMap.keySet()) {
1307 registerEditorKitForContentType(key,defaultEditorKitMap.get(key));
1577 static final Map<String, String> defaultEditorKitMap = new HashMap<String, String>(0); field in class:JEditorPane
H A DJTextPane.java95 defaultEditorKitMap.get(contentType)) {

Completed in 68 milliseconds