org.formaria.editor.langed
Class JTextComponentSpellChecker
java.lang.Object
org.formaria.editor.langed.JTextComponentSpellChecker
public class JTextComponentSpellChecker
- extends java.lang.Object
This class spellchecks a JTextComponent throwing up a Dialog everytime
it encounters a misspelled word.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTextComponentSpellChecker
public JTextComponentSpellChecker(SpellDictionary dict)
JTextComponentSpellChecker
public JTextComponentSpellChecker(java.lang.String dictFile,
java.lang.String title)
throws java.io.IOException
- Throws:
java.io.IOException
JTextComponentSpellChecker
public JTextComponentSpellChecker(java.lang.String dictFile,
java.lang.String phoneticFile,
java.lang.String title)
throws java.io.IOException
- Throws:
java.io.IOException
JTextComponentSpellChecker
public JTextComponentSpellChecker(SpellDictionary dict,
java.lang.String title)
spellCheck
public int spellCheck(javax.swing.text.JTextComponent textComp)
spellingError
public void spellingError(SpellCheckEvent event)