java.util.EventListener
, SpellCheckListener
UIErrorMarkerListener
public class UISpellCheckListener extends SpellCheckAdapter
Constructor | Description |
---|---|
UISpellCheckListener() |
|
UISpellCheckListener(JSpellDialog spellDialog) |
Create a UISpellCheckListener that show a JSpellDialog for each error that was
found.
|
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.
|
JSpellDialog |
getSpellDialog() |
|
void |
repeatWordError(SpellCheckEvent event) |
Se ha dectectado un error, al tener dos palabras iguales seguidas.
|
void |
setSpellDialog(JSpellDialog spellDialog) |
|
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 UISpellCheckListener()
public UISpellCheckListener(JSpellDialog spellDialog)
spellDialog
- The dialog to show it can be null.public JSpellDialog getSpellDialog()
public void setSpellDialog(JSpellDialog spellDialog)
spellDialog
- The spellDialog to set.public void beginChecking(SpellCheckEvent event)
SpellCheckListener
SpellCheckEvent.cancel()
beginChecking
in interface SpellCheckListener
beginChecking
in class SpellCheckAdapter
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