public class UIErrorListener
extends org.dts.spell.swing.event.UISpellCheckListener
| Constructor and Description |
|---|
UIErrorListener(org.gjt.sp.jedit.textarea.JEditTextArea textArea) |
| Modifier and Type | Method and Description |
|---|---|
void |
badCaseError(org.dts.spell.event.SpellCheckEvent event) |
void |
beginChecking(org.dts.spell.event.SpellCheckEvent event) |
void |
endChecking(org.dts.spell.event.SpellCheckEvent event) |
int |
getOriginOffSet() |
void |
repeatWordError(org.dts.spell.event.SpellCheckEvent event) |
void |
setOriginOffSet(int offSet)
Set the offset from the origin of the Sequence.
|
void |
spellingError(org.dts.spell.event.SpellCheckEvent event) |
public UIErrorListener(org.gjt.sp.jedit.textarea.JEditTextArea textArea)
public void beginChecking(org.dts.spell.event.SpellCheckEvent event)
beginChecking in interface org.dts.spell.event.SpellCheckListenerbeginChecking in class org.dts.spell.swing.event.UISpellCheckListenerpublic void spellingError(org.dts.spell.event.SpellCheckEvent event)
spellingError in interface org.dts.spell.event.SpellCheckListenerspellingError in class org.dts.spell.swing.event.UISpellCheckListenerpublic void badCaseError(org.dts.spell.event.SpellCheckEvent event)
badCaseError in interface org.dts.spell.event.SpellCheckListenerbadCaseError in class org.dts.spell.swing.event.UISpellCheckListenerpublic void repeatWordError(org.dts.spell.event.SpellCheckEvent event)
repeatWordError in interface org.dts.spell.event.SpellCheckListenerrepeatWordError in class org.dts.spell.swing.event.UISpellCheckListenerpublic void endChecking(org.dts.spell.event.SpellCheckEvent event)
endChecking in interface org.dts.spell.event.SpellCheckListenerendChecking in class org.dts.spell.swing.event.UISpellCheckListenerpublic void setOriginOffSet(int offSet)
offSet - public int getOriginOffSet()
Copyright © 2020. All rights reserved.