java.util.EventListener, SpellCheckListenerErrorCountListener, ErrorMarkerListener, FindSpellCheckErrorListener, RealTimeSpellCheckerListener, UISpellCheckListenerpublic class SpellCheckAdapter extends java.lang.Object implements SpellCheckListener
| Constructor | Description |
|---|---|
SpellCheckAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
badCaseError(SpellCheckEvent event) |
Se ha dectectado un error en el uso de maybad_char_replacedsculas/minbad_char_replacedsculas, por ejemplo
porque la palabra estbad_char_replaced al principio de la frase y debe de ir en maybad_char_replacedsculas.
|
void |
beginChecking(SpellCheckEvent event) |
Se llama cuando se empieza a realizar una correccibad_char_replacedn ortogrbad_char_replacedfica.
|
void |
endChecking(SpellCheckEvent event) |
Se llama cuando se termina una correccibad_char_replacedn ortogrbad_char_replacedfica.
|
void |
repeatWordError(SpellCheckEvent event) |
Se ha dectectado un error, al tener dos palabras iguales seguidas.
|
void |
spellingError(SpellCheckEvent event) |
Se llama cuando se ha detectado un error en la correccibad_char_replacedn ortogrbad_char_replacedfica.
|
public void beginChecking(SpellCheckEvent event)
SpellCheckListenerSpellCheckEvent.cancel()beginChecking in interface SpellCheckListenerpublic void spellingError(SpellCheckEvent event)
SpellCheckListenerSpellCheckEvent.cancel()spellingError in interface SpellCheckListenerpublic void endChecking(SpellCheckEvent event)
SpellCheckListenerSpellCheckEvent.cancel()endChecking in interface SpellCheckListenerpublic void badCaseError(SpellCheckEvent event)
SpellCheckListenerbadCaseError in interface SpellCheckListenerpublic void repeatWordError(SpellCheckEvent event)
SpellCheckListenerrepeatWordError in interface SpellCheckListener