Package cx.fbn.nevernote.gui

Examples of cx.fbn.nevernote.gui.ShortcutKeys


    //disableUploads = true;  //***** DELETE THIS LINE *******
    enableCarriageReturnFix = enableCarriageReturnFix()// Enable test fix?
    enableHTMLEntitiesFix = enableHtmlEntitiesFix()// Enable test fix?
   
    logger = new ApplicationLogger("global.log")// Setup log for this class
    shortcutKeys = new ShortcutKeys()// Setup keyboard shortcuts.
    mimicEvernoteInterface = getMimicEvernoteInterface()// Should we mimic Evernote's notebook behavior
    resourceMap = new HashMap<String,String>()// Setup resource map used to store attachments when editing
     
    databaseCache = getDatabaseCacheSize();   // Set database cache size 
   
View Full Code Here

TOP

Related Classes of cx.fbn.nevernote.gui.ShortcutKeys

Copyright © 2018 www.massapicom. 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.