public class SpellCheckAdapter extends Object implements SpellCheckListener
| Constructor and Description |
|---|
SpellCheckAdapter() |
| 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.
|
void |
endChecking(SpellCheckEvent event)
Se llama cuando se termina una corrección ortográfica.
|
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.
|
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 SpellCheckListenerCopyright © 2020. All rights reserved.