| Package | Description |
|---|---|
| org.dts.spell | |
| org.dts.spell.event |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo |
ErrorInfo.getBadCaseErrorInfo(SpellCheckEvent event) |
static ErrorInfo |
ErrorInfo.getRepeatWordErrorInfo(SpellCheckEvent event) |
static ErrorInfo |
ErrorInfo.getSpellingErrorInfo(SpellCheckEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpellCheckAdapter.badCaseError(SpellCheckEvent event) |
void |
FindSpellCheckErrorListener.badCaseError(SpellCheckEvent event) |
void |
SpellCheckListener.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 |
ErrorCountListener.badCaseError(SpellCheckEvent event) |
void |
SpellCheckAdapter.beginChecking(SpellCheckEvent event) |
void |
FindSpellCheckErrorListener.beginChecking(SpellCheckEvent event) |
void |
SpellCheckListener.beginChecking(SpellCheckEvent event)
Se llama cuando se empieza a realizar una corrección ortográfica.
|
void |
ErrorCountListener.beginChecking(SpellCheckEvent event) |
void |
SpellCheckAdapter.endChecking(SpellCheckEvent event) |
void |
SpellCheckListener.endChecking(SpellCheckEvent event)
Se llama cuando se termina una corrección ortográfica.
|
void |
SpellCheckAdapter.repeatWordError(SpellCheckEvent event) |
void |
FindSpellCheckErrorListener.repeatWordError(SpellCheckEvent event) |
void |
SpellCheckListener.repeatWordError(SpellCheckEvent event)
Se ha dectectado un error, al tener dos palabras iguales seguidas.
|
void |
ErrorCountListener.repeatWordError(SpellCheckEvent event) |
void |
SpellCheckAdapter.spellingError(SpellCheckEvent event) |
void |
FindSpellCheckErrorListener.spellingError(SpellCheckEvent event) |
void |
SpellCheckListener.spellingError(SpellCheckEvent event)
Se llama cuando se ha detectado un error en la corrección ortográfica.
|
void |
ErrorCountListener.spellingError(SpellCheckEvent event) |
Copyright © 2020. All rights reserved.