public class JMySpellChecker extends Object
| Constructor and Description |
|---|
JMySpellChecker()
Creates a new JMySpellChecker object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkText(org.gjt.sp.jedit.View view) |
static File |
getDictionaryFile() |
org.dts.spell.SpellChecker |
getSpellChecker() |
static boolean |
isAutomaticLoadDictionary() |
static boolean |
isIgnoreCase() |
static boolean |
isIgnoreDigits() |
static boolean |
isIgnoreUpperCase() |
static boolean |
isResetSpellChecker() |
static boolean |
isTokenMode() |
void |
loadDictionary() |
void |
resetSpellChecker()
Resets list of ignored words.
|
static void |
setAutomaticLoadDictionary(boolean on) |
static void |
setDictionaryFile(String file) |
static void |
setIgnoreCase(boolean on) |
static void |
setIgnoreDigits(boolean on) |
static void |
setIgnoreUpperCase(boolean on) |
static void |
setResetSpellChecker(boolean on) |
static void |
setTokeMode(boolean on) |
void |
unloadDictionary() |
public JMySpellChecker()
throws IOException
IOExceptionpublic void checkText(org.gjt.sp.jedit.View view)
throws IOException
IOExceptionpublic void loadDictionary()
throws IOException
IOExceptionpublic void resetSpellChecker()
public void unloadDictionary()
public org.dts.spell.SpellChecker getSpellChecker()
public static boolean isResetSpellChecker()
public static void setResetSpellChecker(boolean on)
public static boolean isAutomaticLoadDictionary()
public static void setAutomaticLoadDictionary(boolean on)
public static boolean isTokenMode()
public static void setTokeMode(boolean on)
public static File getDictionaryFile()
public static void setDictionaryFile(String file)
public static boolean isIgnoreUpperCase()
public static void setIgnoreUpperCase(boolean on)
public static boolean isIgnoreCase()
public static void setIgnoreCase(boolean on)
public static boolean isIgnoreDigits()
public static void setIgnoreDigits(boolean on)
Copyright © 2020. All rights reserved.