public class UIErrorMarkerListener extends UISpellCheckListener
| Constructor and Description |
|---|
UIErrorMarkerListener() |
UIErrorMarkerListener(JSpellDialog spellDialog) |
| 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) |
boolean |
isSelectError() |
void |
quitTextComponent() |
void |
repeatWordError(org.dts.spell.event.SpellCheckEvent event) |
void |
setSelectError(boolean selectError) |
void |
setTextComponent(JTextComponent textComp) |
void |
spellingError(org.dts.spell.event.SpellCheckEvent event) |
getSpellDialog, initDialogPosition, isDisposeDialog, relocateDialog, relocateDialog, setDisposeDialog, setSpellDialogpublic UIErrorMarkerListener()
public UIErrorMarkerListener(JSpellDialog spellDialog)
spellDialog - public void setTextComponent(JTextComponent textComp)
public void quitTextComponent()
public boolean isSelectError()
public void setSelectError(boolean selectError)
selectError - The selectError to set.public void beginChecking(org.dts.spell.event.SpellCheckEvent event)
beginChecking in interface org.dts.spell.event.SpellCheckListenerbeginChecking in class UISpellCheckListenerpublic void spellingError(org.dts.spell.event.SpellCheckEvent event)
spellingError in interface org.dts.spell.event.SpellCheckListenerspellingError in class UISpellCheckListenerpublic void badCaseError(org.dts.spell.event.SpellCheckEvent event)
badCaseError in interface org.dts.spell.event.SpellCheckListenerbadCaseError in class UISpellCheckListenerpublic void repeatWordError(org.dts.spell.event.SpellCheckEvent event)
repeatWordError in interface org.dts.spell.event.SpellCheckListenerrepeatWordError in class UISpellCheckListenerpublic void endChecking(org.dts.spell.event.SpellCheckEvent event)
endChecking in interface org.dts.spell.event.SpellCheckListenerendChecking in class UISpellCheckListenerCopyright © 2020. All rights reserved.