コード例 #1
0
ファイル: EditorSupport.java プロジェクト: kimtang/studio
 /**
  * Test whether the document is modified.
  *
  * @return <code>true</code> if the document is in memory and is modified; otherwise <code>false
  *     </code>
  */
 public boolean isModified() {
   return del.isModified();
 }