| Package | Description |
|---|---|
| org.dts.spell | |
| org.dts.spell.event | |
| org.dts.spell.finder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpellChecker.check(WordFinder finder,
SpellCheckListener listener) |
Word |
SpellChecker.checkSpell(WordFinder finder) |
int |
SpellChecker.getErrorCount(WordFinder finder) |
ErrorInfo |
SpellChecker.hasSpellErrors(WordFinder finder) |
boolean |
SpellChecker.isCorrect(WordFinder finder) |
| Modifier and Type | Method and Description |
|---|---|
WordFinder |
SpellCheckEvent.getWordFinder() |
| Constructor and Description |
|---|
SpellCheckEvent(SpellChecker spellChecker,
WordFinder finder) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWordFinder
Defines common methods and behaviour for various word finder subclasses.
|
class |
CharSequenceWordFinder |
class |
StringBufferWordFinder
TODO : Cuando se porte todo al 5.0 Utilizar un template para el StringBuffer.
|
class |
StringBuilderWordFinder
TODO : Cuando se porte todo al 5.0 Utilizar un template para el StringBuilder.
|
Copyright © 2020. All rights reserved.