Package cx.fbn.nevernote.dialog

Examples of cx.fbn.nevernote.dialog.DatabaseStatus.exec()


    status.setSavedSearchCount(listManager.getSavedSearchIndex().size());
    status.setTagCount(listManager.getTagIndex().size());
    status.setResourceCount(conn.getNoteTable().noteResourceTable.getResourceCount());
    status.setWordCount(conn.getWordsTable().getWordCount());
    waitCursor(false);
    status.exec();
  }
  // Compact the database
  @SuppressWarnings("unused")
  private void compactDatabase() {
      logger.log(logger.HIGH, "Entering NeverNote.compactDatabase");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.