Class AspellProcess
- java.lang.Object
-
- org.kopi.vkopi.lib.ui.swing.spellchecker.AspellProcess
-
public class AspellProcess extends java.lang.ObjectModels a spelling checker
-
-
Constructor Summary
Constructors Constructor Description AspellProcess(java.lang.String aSpellCommandLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()java.util.List<Suggestions>checkText(java.lang.String text)
-
-
-
Constructor Detail
-
AspellProcess
public AspellProcess(java.lang.String aSpellCommandLine) throws SpellException- Throws:
SpellException
-
-
Method Detail
-
checkText
public java.util.List<Suggestions> checkText(java.lang.String text) throws SpellException
- Throws:
SpellException
-
cancel
public void cancel()
-
-