示例#1
0
 /**
  * Closes all opened editors (if the user agrees) and flushes content of the document to the file.
  *
  * @return <code>false</code> if the operation is cancelled
  */
 public boolean close() {
   return del.close();
 }