java.util.EventListener
, SpellCheckListener
public class RealTimeSpellCheckerListener extends SpellCheckAdapter
Constructor | Description |
---|---|
RealTimeSpellCheckerListener(javax.swing.text.JTextComponent textComponent) |
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 |
cleanAllErrors() |
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChecking
public RealTimeSpellCheckerListener(javax.swing.text.JTextComponent textComponent)
public void spellingError(SpellCheckEvent event)
SpellCheckListener
SpellCheckEvent.cancel()
spellingError
in interface SpellCheckListener
spellingError
in class SpellCheckAdapter
public void badCaseError(SpellCheckEvent event)
SpellCheckListener
badCaseError
in interface SpellCheckListener
badCaseError
in class SpellCheckAdapter
public void repeatWordError(SpellCheckEvent event)
SpellCheckListener
repeatWordError
in interface SpellCheckListener
repeatWordError
in class SpellCheckAdapter
public void beginChecking(SpellCheckEvent event)
SpellCheckListener
SpellCheckEvent.cancel()
beginChecking
in interface SpellCheckListener
beginChecking
in class SpellCheckAdapter
public void cleanAllErrors()