コード例 #1
0
ファイル: EditorSupport.java プロジェクト: kimtang/studio
 /**
  * Set the MIME type for the document.
  *
  * @param s the new MIME type
  */
 public void setMIMEType(String s) {
   del.setMIMEType(s);
 }