java.util.EventListener
, SpellCheckListener
ErrorCountListener
, ErrorMarkerListener
, FindSpellCheckErrorListener
, RealTimeSpellCheckerListener
, UISpellCheckListener
public 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)
SpellCheckListener
SpellCheckEvent.cancel()
beginChecking
in interface SpellCheckListener
public void spellingError(SpellCheckEvent event)
SpellCheckListener
SpellCheckEvent.cancel()
spellingError
in interface SpellCheckListener
public void endChecking(SpellCheckEvent event)
SpellCheckListener
SpellCheckEvent.cancel()
endChecking
in interface SpellCheckListener
public void badCaseError(SpellCheckEvent event)
SpellCheckListener
badCaseError
in interface SpellCheckListener
public void repeatWordError(SpellCheckEvent event)
SpellCheckListener
repeatWordError
in interface SpellCheckListener