Method setContentType(String type)
Return type: void
Member of:
javax.swing.JEditorPane
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
upperView.setContentType("text/html");
2
editorPane.setContentType("text/html");
3
results.setContentType("text/plain");
4
setContentType ("text/html");
5
text.setContentType("text/html");
6
editorPane.setContentType("text/x-properties"); // NOI18N
7
this.setContentType("text/rtf");
8
mDetails.setContentType("text/html");
9
info.setContentType("text/html");
10
detailInfoArea.setContentType("text/html");
11
jTextPane1.setContentType("text/html");
12
results.setContentType("text/html");
13
tp_info.setContentType("text/html"); // Resources.CT_TEXT_HTML
14
htmlPane.setContentType ("text/html");
15
setContentType( kit.getContentType());
16
jEditorPane1.setContentType("text/html");
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.