- AbstractDictionaryProvider - Class in org.dts.spell.dictionary
-
- AbstractDictionaryProvider() - Constructor for class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- AbstractWordFinder - Class in org.dts.spell.finder
-
Defines common methods and behaviour for various word finder subclasses.
- AbstractWordFinder() - Constructor for class org.dts.spell.finder.AbstractWordFinder
-
Create a AbstractWordFinder
- AbstractWordTokenizer - Class in org.dts.spell.tokenizer
-
- AbstractWordTokenizer() - Constructor for class org.dts.spell.tokenizer.AbstractWordTokenizer
-
- achar - Variable in class org.dts.spell.dictionary.myspell.AffEntry
-
Affix name.
- add(String) - Method in class org.dts.spell.dictionary.myspell.PfxEntry
-
Add prefix to root word.
- add(String) - Method in class org.dts.spell.dictionary.myspell.SfxEntry
-
Add suffix to root word.
- add(HEntry) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
-
- add(HEntry) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
-
- add(HEntry) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- add(HEntry) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
-
Add a new entry to WordMap.
- addCustomWord(String) - Method in class org.dts.spell.dictionary.myspell.MySpell
-
This function add a new word to the current WordManager, but this word is not
add permanet, that is, is not save in file.
- addCustomWord(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
-
- addCustomWord(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
-
- addCustomWord(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- addCustomWord(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
-
- addFilter(Filter) - Method in class org.dts.spell.filter.ChainFilter
-
Add the filter.
- addFromInstallDirectory(List<Locale>, File) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- addFromSources(List<Locale>) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- addIgnore(String) - Method in class org.dts.spell.SpellChecker
-
This method add teh word to the ignore table.
- addListener(ProgressListener) - Method in class org.dts.spell.event.ProgressListenerSupport
-
- addListener(T) - Method in class org.dts.spell.utils.EventMulticaster
-
Registers new listener for receiving the events.
- addLocaleFromInstalledFile(List<Locale>, File) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- addLocaleFromSource(List<Locale>, Matcher) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- addProgressListener(ProgressListener) - Method in class org.dts.spell.dictionary.DictionaryManager
-
- addProgressListener(ProgressListener) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
-
- addProgressListener(ProgressListener) - Method in interface org.dts.spell.dictionary.SpellDictionary
-
Add a listener to monitor dictionary load.
- addReplace(String, String) - Method in class org.dts.spell.SpellChecker
-
This method add a word to the replace table.
- addWord(String) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
-
- addWord(String) - Method in interface org.dts.spell.dictionary.SpellDictionary
-
Add a word permanently to the dictionary.
- AffEntry - Class in org.dts.spell.dictionary.myspell
-
Appendix: Understanding Affix Code
- AffEntry(AffixMgr, AffixHeader, String) - Constructor for class org.dts.spell.dictionary.myspell.AffEntry
-
- affix_check(String) - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
Check word by all affixes.
- AffixMgr - Class in org.dts.spell.dictionary.myspell
-
Initial version
- AffixMgr(InputStream, String, WordMap, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.AffixMgr
-
Initialize affix manager from .aff stream.
- ALLCAP - Static variable in class org.dts.spell.dictionary.myspell.MySpell
-
- AllInMemoryWordMap - Class in org.dts.spell.dictionary.myspell.wordmaps
-
- AllInMemoryWordMap() - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
-
Creates a new instance of AllInMemoryWordMap
- AllLinealInMemoryWordMap - Class in org.dts.spell.dictionary.myspell.wordmaps
-
- AllLinealInMemoryWordMap() - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
-
Creates a new instance of AllLinealInMemoryWordMap
- allowCross() - Method in class org.dts.spell.dictionary.myspell.SfxEntry
-
- appnd - Variable in class org.dts.spell.dictionary.myspell.AffEntry
-
the affix string to append
- astr - Variable in class org.dts.spell.dictionary.myspell.HEntry
-
- astr - Variable in class org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry
-
- get() - Static method in class org.dts.spell.dictionary.DictionaryManager
-
- get(int) - Method in interface org.dts.spell.dictionary.myspell.Utils.HeapSorteable
-
- get(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
-
- get(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
-
- get(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- get(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache
-
- get(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
-
- get_compound() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_dic_encoding() - Method in class org.dts.spell.dictionary.myspell.MySpell
-
- get_encoding() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_maptable() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_nosplitsugs() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_nummap() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_numrep() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_reptable() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- get_try_string() - Method in class org.dts.spell.dictionary.myspell.AffixMgr
-
- getAvailableLocales() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
Get all Availables locales that are not installed
- getAvailableLocales() - Method in class org.dts.spell.dictionary.DictionaryManager
-
- getAvailableLocales() - Method in interface org.dts.spell.dictionary.DictionaryProvider
-
This function get a list for all locales on internet, ready for installation
- getBadCaseErrorInfo(SpellCheckEvent) - Static method in class org.dts.spell.ErrorInfo
-
- getBadWord() - Method in class org.dts.spell.ErrorInfo
-
- getBeginIndex() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
-
- getByte(char) - Method in class org.dts.spell.myspell.utils.CharMap
-
- getChar(int) - Method in class org.dts.spell.myspell.utils.CharMap
-
- getCharSequence() - Method in class org.dts.spell.finder.CharSequenceWordFinder
-
- getCharSequence() - Method in class org.dts.spell.tokenizer.AbstractWordTokenizer
-
- getCharSequence() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
-
- getCharSequence() - Method in interface org.dts.spell.tokenizer.WordTokenizer
-
- getCurrentWord() - Method in class org.dts.spell.event.SpellCheckEvent
-
Returns the currently word.
- getDefaultDictionariesSource() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
Obtain the default source of dictionaries
- getDefaultDictionariesSource() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
-
- getDescription() - Method in class org.dts.spell.ErrorInfo
-
- getDictionariesDir() - Static method in class org.dts.spell.utils.FileUtils
-
- getDictionariesSource() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
Get the URI where dictionaries are ready for install.
- getDictionariesSourceFilesPattern() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
El patrón para obtener los diccionarios remotos.
- getDictionariesSourceFilesPattern() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
-
El patrón para obtener los diccionarios remotos.
- getDictionary(Locale) - Method in class org.dts.spell.dictionary.DictionaryManager
-
TODO : Set cache parameters.
- getDictionary() - Method in class org.dts.spell.dictionary.DictionaryManager
-
Get dictionary for current locale
- getDictionary(Locale) - Method in interface org.dts.spell.dictionary.DictionaryProvider
-
Get a new dictionary for the locale.
- getDictionary(Locale) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
-
- getDictionary() - Method in class org.dts.spell.ErrorInfo
-
- getDictionary() - Method in class org.dts.spell.event.SpellCheckEvent
-
- getDictionary() - Method in class org.dts.spell.SpellChecker
-
- getDictionaryProvider(Class<T>) - Method in class org.dts.spell.dictionary.DictionaryManager
-
Get the first dictionary provider that was load with class T.
- getDictionaryProvider(Locale) - Method in class org.dts.spell.dictionary.DictionaryManager
-
- getDictionaryProvider(Class<T>, Locale) - Method in class org.dts.spell.dictionary.DictionaryManager
-
Get the first dictionary provider that was load with class T and for locale.
- getDictionaryProviders() - Method in class org.dts.spell.dictionary.DictionaryManager
-
- getDisplayName() - Method in interface org.dts.spell.dictionary.DictionaryProvider
-
A name for the UI.
- getDisplayName() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
-
- getEncoding(URLConnection) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- getEncoding() - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMapWithCharMap
-
- getEnd() - Method in class org.dts.spell.finder.Word
-
- getEndIndex() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
-
- getEntry(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- getEntryFromPosition(long) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- getEntryFromPosition(long) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache
-
- getEntryPosition(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- getError() - Method in class org.dts.spell.event.ProgressEvent
-
- getErrorCount(CharSequence) - Method in class org.dts.spell.SpellChecker
-
- getErrorCount(WordFinder) - Method in class org.dts.spell.SpellChecker
-
- getErrorInfo() - Method in class org.dts.spell.event.FindSpellCheckErrorListener
-
- getErrorsCount() - Method in class org.dts.spell.event.ErrorCountListener
-
- getFileExtension(File) - Static method in class org.dts.spell.utils.FileUtils
-
- getFileForLocale(Locale) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
-
- getFirstSuggestion() - Method in class org.dts.spell.ErrorInfo
-
- getFormatedString(long) - Static method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
-
- getIndex() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
-
- getInstalledDictionariesFilesPattern() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
Nos da el patrón para obetener los ficheros de los diccionarios instalados localmente.
- getInstalledDictionariesFilesPattern() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
-
Nos da el patrón para obetener los ficheros de los diccionarios instalados localmente.
- getInstalledLocales() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- getInstalledLocales() - Method in class org.dts.spell.dictionary.DictionaryManager
-
- getInstalledLocales() - Method in interface org.dts.spell.dictionary.DictionaryProvider
-
- getInvalidWord() - Method in class org.dts.spell.event.FindSpellCheckErrorListener
-
- getJMySpellDir() - Static method in class org.dts.spell.utils.FileUtils
-
- getLocale() - Method in class org.dts.spell.dictionary.DictionaryManager.LocaleProvider
-
- getLocale() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
-
- getLocale() - Method in interface org.dts.spell.dictionary.SpellDictionary
-
The locale for what this dictionary is for.
- getLocaleForFile(File) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- getLocalStorageDir() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
-
- getMatcher() - Method in class org.dts.spell.tokenizer.MatcherWordTokenizer
-
- getMaxEntries() - Method in class org.dts.spell.utils.LRUMap
-
- getMulticaster() - Method in class org.dts.spell.utils.EventMulticaster
-
Returns the multicaster.
- getName() - Method in class org.dts.spell.dictionary.myspell.AffEntry
-
- getProgress() - Method in class org.dts.spell.event.ProgressEvent
-
- getProvider() - Method in class org.dts.spell.dictionary.DictionaryManager.LocaleProvider
-
- getRepeatWordErrorInfo(SpellCheckEvent) - Static method in class org.dts.spell.ErrorInfo
-
- getSize() - Method in interface org.dts.spell.dictionary.myspell.Utils.HeapSorteable
-
- getSize() - Method in class org.dts.spell.myspell.utils.CharMap
-
- getSpellChecker() - Method in class org.dts.spell.event.SpellCheckEvent
-
- getSpellingErrorInfo(SpellCheckEvent) - Static method in class org.dts.spell.ErrorInfo
-
- getStart() - Method in class org.dts.spell.finder.Word
-
- getStartSentenceWordCase() - Method in class org.dts.spell.finder.Word
-
- getStartSentenceWordCase(CharSequence) - Static method in class org.dts.spell.finder.Word
-
- getStep() - Method in class org.dts.spell.event.ProgressEvent
-
- getString(String) - Static method in class org.dts.spell.dictionary.myspell.Utils
-
- getStringBuffer() - Method in class org.dts.spell.finder.StringBufferWordFinder
-
- getStringBuilder() - Method in class org.dts.spell.finder.StringBuilderWordFinder
-
- getSuggestions(String) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
-
- getSuggestions(String, int) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
-
- getSuggestions(String) - Method in interface org.dts.spell.dictionary.SpellDictionary
-
Returns a list of String that are the suggestions to any word.
- getSuggestions(String, int) - Method in interface org.dts.spell.dictionary.SpellDictionary
-
Returns a list of String that are the suggestions to any word.
- getSuggestions() - Method in class org.dts.spell.ErrorInfo
-
- getText() - Method in class org.dts.spell.finder.Word
-
- getTime() - Method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
-
- getTimeString() - Method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
-
- getTokenizer() - Method in class org.dts.spell.finder.CharSequenceWordFinder
-
- getTotal() - Method in class org.dts.spell.event.ProgressEvent
-
- getUserDir() - Static method in class org.dts.spell.utils.FileUtils
-
- getWord(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- getWord(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache
-
- getWordFinder() - Method in class org.dts.spell.event.SpellCheckEvent
-
- getWordIndex(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
-
- GuessWord - Class in org.dts.spell.dictionary.myspell
-