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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java462 public EditorKit getEditorKitForContentType(String type) { method in class:FrameView.FrameEditorPane
463 EditorKit editorKit = super.getEditorKitForContentType(type);
466 EditorKit inheritedEditorKit = outerMostJEditorPane.getEditorKitForContentType(type);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java936 * handles. This calls <code>getEditorKitForContentType</code>,
979 EditorKit k = getEditorKitForContentType(type);
1082 public EditorKit getEditorKitForContentType(String type) { method in class:JEditorPane

Completed in 61 milliseconds