public class ErrorCountListener extends SpellCheckAdapter
| Constructor and Description |
|---|
ErrorCountListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
badCaseError(SpellCheckEvent event)
Se ha dectectado un error en el uso de mayúsculas/minúsculas, por ejemplo
porque la palabra está al principio de la frase y debe de ir en mayúsculas.
|
void |
beginChecking(SpellCheckEvent event)
Se llama cuando se empieza a realizar una corrección ortográfica.
|
int |
getErrorsCount() |
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 corrección ortográfica.
|
endCheckingpublic void beginChecking(SpellCheckEvent event)
SpellCheckListenerSpellCheckEvent.cancel()beginChecking in interface SpellCheckListenerbeginChecking in class SpellCheckAdapterpublic void spellingError(SpellCheckEvent event)
SpellCheckListenerSpellCheckEvent.cancel()spellingError in interface SpellCheckListenerspellingError in class SpellCheckAdapterpublic int getErrorsCount()
public void badCaseError(SpellCheckEvent event)
SpellCheckListenerbadCaseError in interface SpellCheckListenerbadCaseError in class SpellCheckAdapterpublic void repeatWordError(SpellCheckEvent event)
SpellCheckListenerrepeatWordError in interface SpellCheckListenerrepeatWordError in class SpellCheckAdapterCopyright © 2020. All rights reserved.