com.swabunga.spell.swing.autospell
public class AutoSpellCheckHandler extends MouseAdapter implements DocumentListener, AutoSpellConstants
| Constructor Summary | |
|---|---|
| AutoSpellCheckHandler(SpellChecker sc) | |
| AutoSpellCheckHandler(SpellChecker sc, ResourceBundle rs) | |
| Method Summary | |
|---|---|
| void | addJEditorPane(JEditorPane pane) |
| void | changedUpdate(DocumentEvent evt) |
| void | insertUpdate(DocumentEvent evt) |
| void | mouseReleased(MouseEvent evt) |
| void | removeJEditorPane(JEditorPane pane) |
| void | removeUpdate(DocumentEvent evt) |