Class SpellCheckerUtils

java.lang.Object
se.datadosen.jalbum.SpellCheckerUtils

public class SpellCheckerUtils extends Object
  • Constructor Details

    • SpellCheckerUtils

      public SpellCheckerUtils()
  • Method Details

    • getAvailableDictionaries

      public static String getAvailableDictionaries(File baseDir)
    • downloadDictionary

      public static void downloadDictionary(JCheckBox checkSpelling, String lang)
    • isDictionaryPresent

      public static boolean isDictionaryPresent()
      Returns:
      True if the dictionary for the currently selected language is present on disk
    • registerDictionaries

      public static void registerDictionaries()