public class JMySpellPlugin
extends org.gjt.sp.jedit.EditPlugin
| Constructor and Description |
|---|
JMySpellPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static org.dts.spell.SpellChecker |
getSpellChecker() |
static void |
main(String[] args) |
static void |
reloadDictionary() |
static void |
resetSpellChecker() |
void |
start()
Method called by jEdit to initialize the plugin.
|
static void |
staticSpellCheck(org.gjt.sp.jedit.View view)
Displays the spell checker dialog box.
|
void |
stop() |
static void |
unloadDictionary() |
createBrowserMenuItems, createMenuItems, createMenuItems, createOptionPanes, getClassName, getPluginHome, getPluginHome, getPluginHome, getPluginJAR, getResourceAsOutputStream, getResourceAsOutputStream, getResourceAsStream, getResourceAsStream, getResourcePath, getResourcePathpublic static void staticSpellCheck(org.gjt.sp.jedit.View view)
view - the current view.public void start()
start in class org.gjt.sp.jedit.EditPluginpublic void stop()
stop in class org.gjt.sp.jedit.EditPluginpublic static void unloadDictionary()
public static void reloadDictionary()
public static void resetSpellChecker()
public static org.dts.spell.SpellChecker getSpellChecker()
public static void main(String[] args)
Copyright © 2020. All rights reserved.