コード例 #1
0
ファイル: NotesPopup.java プロジェクト: Bluelich/xmind
  private void saveNotes() {
    if (notesAdapter == null
        || notesViewer == null
        || notesViewer.getControl().isDisposed()
        || !notesViewer.hasModified()) return;

    doSaveNotes();
    notesViewer.resetModified();
  }