Class SpellChecker
- java.lang.Object
-
- org.kopi.vkopi.lib.ui.swing.spellchecker.SpellChecker
-
public class SpellChecker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.swing.ImageIconICN_NOTICE
-
Constructor Summary
Constructors Constructor Description SpellChecker(java.lang.String aspell, java.awt.Frame parent, javax.swing.text.Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()protected booleancheckNext()protected voidreplaceWord(java.lang.String replacementWord)
-
-
-
Method Detail
-
check
public void check() throws SpellException- Throws:
SpellException
-
checkNext
protected boolean checkNext()
-
replaceWord
protected void replaceWord(java.lang.String replacementWord)
-
-