com.swabunga.spell.swing
public class SpellCheckedDocument extends DefaultStyledDocument
Field Summary | |
---|---|
static String | ERROR_STYLE |
Constructor Summary | |
---|---|
SpellCheckedDocument(SpellDictionary dictionary) |
Method Summary | |
---|---|
void | checkSpelling() |
void | checkSplittedWords(String divider, String line) |
String | clean(String word) |
void | insertString(int offset, String string, AttributeSet a) |
void | remove(int offset, int len) |
void | setCheckSpelling(boolean check) |