Skip navigation links
A B C D E F G H I L M N O P R S T U W X 

A

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
 

B

badCaseError(SpellCheckEvent) - Method in class org.dts.spell.event.ErrorCountListener
 
badCaseError(SpellCheckEvent) - Method in class org.dts.spell.event.FindSpellCheckErrorListener
 
badCaseError(SpellCheckEvent) - Method in class org.dts.spell.event.SpellCheckAdapter
 
badCaseError(SpellCheckEvent) - Method in interface org.dts.spell.event.SpellCheckListener
Se ha dectectado un error en el uso de mayúsculas/minúsculas, por ejemplo porque la palabra está al principio de la frase y debe de ir en mayúsculas.
beginAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
 
beginAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
 
beginAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
 
beginAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
Called to notice the begin of a add series of calls
beginChecking(SpellCheckEvent) - Method in class org.dts.spell.event.ErrorCountListener
 
beginChecking(SpellCheckEvent) - Method in class org.dts.spell.event.FindSpellCheckErrorListener
 
beginChecking(SpellCheckEvent) - Method in class org.dts.spell.event.SpellCheckAdapter
 
beginChecking(SpellCheckEvent) - Method in interface org.dts.spell.event.SpellCheckListener
Se llama cuando se empieza a realizar una corrección ortográfica.
beginProgress(ProgressEvent) - Method in interface org.dts.spell.event.ProgressListener
 
beginProgress(ProgressEvent) - Method in class org.dts.spell.event.ProgressListenerSupport
 
beginRead() - Static method in class org.dts.spell.dictionary.myspell.Conditions
 
binarySearch(T, int, Utils.IndexSearcher<T>) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
build_list() - Method in class org.dts.spell.dictionary.myspell.AffEntry
 
build_list() - Method in class org.dts.spell.dictionary.myspell.PfxEntry
 
build_list() - Method in class org.dts.spell.dictionary.myspell.SfxEntry
 
ByteString(byte[]) - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry.ByteString
 

C

cancel() - Method in class org.dts.spell.event.SpellCheckEvent
Set the action to terminate processing of the spellchecker.
ChainFilter - Class in org.dts.spell.filter
 
ChainFilter() - Constructor for class org.dts.spell.filter.ChainFilter
 
CHANGE_SEQUENCE - Static variable in interface org.dts.spell.tokenizer.WordTokenizer
 
charAt(int) - Method in class org.dts.spell.finder.Word
 
CharIteratorAdapter - Class in org.dts.spell.tokenizer
 
CharIteratorAdapter() - Constructor for class org.dts.spell.tokenizer.CharIteratorAdapter
 
CharIteratorAdapter(CharSequence) - Constructor for class org.dts.spell.tokenizer.CharIteratorAdapter
 
CharMap - Class in org.dts.spell.myspell.utils
 
CharMap() - Constructor for class org.dts.spell.myspell.utils.CharMap
 
CharSequenceWordFinder - Class in org.dts.spell.finder
 
CharSequenceWordFinder(CharSequence, WordTokenizer) - Constructor for class org.dts.spell.finder.CharSequenceWordFinder
 
CharSequenceWordFinder(CharSequence) - Constructor for class org.dts.spell.finder.CharSequenceWordFinder
 
check(String) - Method in class org.dts.spell.dictionary.myspell.PfxEntry
 
check(String, int, PfxEntry) - Method in class org.dts.spell.dictionary.myspell.SfxEntry
 
check(String) - Method in class org.dts.spell.dictionary.myspell.SuggestMgr
 
check(WordFinder, SpellCheckListener) - Method in class org.dts.spell.SpellChecker
 
checkSpell(CharSequence) - Method in class org.dts.spell.SpellChecker
 
checkSpell(WordFinder) - Method in class org.dts.spell.SpellChecker
 
clearCache() - Method in class org.dts.spell.dictionary.DictionaryManager
 
clone() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
close(Reader) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
close(Writer) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
close(InputStream) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
close(OutputStream) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
compare(int, T) - Method in interface org.dts.spell.dictionary.myspell.Utils.IndexSearcher
 
compareTo(String) - Method in class org.dts.spell.dictionary.myspell.HEntry
 
compareTo(HEntry) - Method in class org.dts.spell.dictionary.myspell.HEntry
 
compound_check(String, char) - Method in class org.dts.spell.dictionary.myspell.AffixMgr
 
Conditions - Class in org.dts.spell.dictionary.myspell
 
convertFromBytes(byte[]) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMapWithCharMap
 
convertFromBytes(byte[]) - Method in class org.dts.spell.myspell.utils.CharMap
 
convertFromString(String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMapWithCharMap
 
convertFromString(String) - Method in class org.dts.spell.myspell.utils.CharMap
 
copyStream(InputStream, OutputStream, ProgressListener) - Static method in class org.dts.spell.utils.FileUtils
 
copyStreamToFile(File, InputStream, ProgressListener) - Static method in class org.dts.spell.utils.FileUtils
 
create() - Static method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
 
createConditions(String) - Method in class org.dts.spell.dictionary.myspell.AffEntry
 
createConditions(String) - Method in class org.dts.spell.dictionary.myspell.PfxEntry
 
createConditions(String) - Method in class org.dts.spell.dictionary.myspell.SfxEntry
 
createExcludeMatcher(String) - Static method in class org.dts.spell.tokenizer.MatcherWordTokenizer
Esta función crea un Matcher para buscar las palabras dentro de la ( CharSequence) dada.
createFrom(String) - Static method in class org.dts.spell.dictionary.myspell.Conditions
 
createInstalledDictionaryFileFilter() - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
 
createLocalCopy(URL, ProgressListener) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
Copy URL to getLocalStorageDir().
createLocaleFrom(Matcher) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
 
createMatcher(String, int) - Static method in class org.dts.spell.tokenizer.MatcherWordTokenizer
Esta función crea un Matcher para buscar las palabras dentro de la ( CharSequence) dada.
createMatcher(String) - Static method in class org.dts.spell.tokenizer.MatcherWordTokenizer
Esta función crea un Matcher para buscar las palabras dentro de la ( CharSequence) dada.
current() - Method in class org.dts.spell.finder.AbstractWordFinder
Returns the current word in the iteration.
current() - Method in interface org.dts.spell.finder.WordFinder
This method should return the Word object representing the current word in the iteration.
current() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
currentWord(int) - Method in class org.dts.spell.tokenizer.DefaultWordTokenizer
 
currentWord(int) - Method in class org.dts.spell.tokenizer.FilteredTokenizer
 
currentWord(int) - Method in class org.dts.spell.tokenizer.MatcherWordTokenizer
 
currentWord(int) - Method in interface org.dts.spell.tokenizer.WordTokenizer
Obtiene la palabra actual sobre la que est� index, si index no est� en medio de una palabra devolver� null.

D

DefaultWordTokenizer - Class in org.dts.spell.tokenizer
 
DefaultWordTokenizer() - Constructor for class org.dts.spell.tokenizer.DefaultWordTokenizer
 
DefaultWordTokenizer(BreakIterator) - Constructor for class org.dts.spell.tokenizer.DefaultWordTokenizer
 
DELETE_CHARS - Static variable in interface org.dts.spell.tokenizer.WordTokenizer
 
DICTIONARY_ZIP - Static variable in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
Pattern for detecting remote dictionary file archives
DictionaryManager - Class in org.dts.spell.dictionary
 
DictionaryManager.LocaleProvider - Class in org.dts.spell.dictionary
 
DictionaryProvider - Interface in org.dts.spell.dictionary
 
DumpFilter - Class in org.dts.spell.filter
 
DumpFilter() - Constructor for class org.dts.spell.filter.DumpFilter
 
DumpFilter(OutputStream) - Constructor for class org.dts.spell.filter.DumpFilter
 

E

endAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
 
endAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
 
endAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
 
endAddEntries(int) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
Called when all no custom word wre added.
endChecking(SpellCheckEvent) - Method in class org.dts.spell.event.SpellCheckAdapter
 
endChecking(SpellCheckEvent) - Method in interface org.dts.spell.event.SpellCheckListener
Se llama cuando se termina una corrección ortográfica.
endProgress(ProgressEvent) - Method in interface org.dts.spell.event.ProgressListener
 
endProgress(ProgressEvent) - Method in class org.dts.spell.event.ProgressListenerSupport
 
endRead() - Static method in class org.dts.spell.dictionary.myspell.Conditions
 
equalIgnoreCase(String) - Method in class org.dts.spell.finder.Word
 
equalIgnoreCaseText(Word) - Method in class org.dts.spell.finder.Word
 
equals(Object) - Method in class org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry.ByteString
 
equals(Object) - Method in class org.dts.spell.finder.Word
 
equalText(Word) - Method in class org.dts.spell.finder.Word
 
equalText(String) - Method in class org.dts.spell.finder.Word
 
ErrorCountListener - Class in org.dts.spell.event
 
ErrorCountListener() - Constructor for class org.dts.spell.event.ErrorCountListener
 
ErrorInfo - Class in org.dts.spell
 
EventMulticaster<T> - Class in org.dts.spell.utils
A proxy-based event multicaster for any listener-interface.
EventMulticaster(Class<T>) - Constructor for class org.dts.spell.utils.EventMulticaster
Constructs a multicaster for given listener-interface.
expand_rootword(String, String) - Method in class org.dts.spell.dictionary.myspell.AffixMgr
 
extractNameAndExtension(String) - Static method in class org.dts.spell.utils.FileUtils
 
extractOnlyName(String) - Static method in class org.dts.spell.utils.FileUtils
 
extractOnlyName(File) - Static method in class org.dts.spell.utils.FileUtils
 
extractRootFile(File) - Static method in class org.dts.spell.utils.FileUtils
 

F

FILES_DICTIONARY_ZIP - Static variable in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
FILES_PATTERN_STRING - Static variable in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
FileUtils - Class in org.dts.spell.utils
 
FileUtils() - Constructor for class org.dts.spell.utils.FileUtils
 
filter(Word, WordTokenizer) - Method in class org.dts.spell.filter.ChainFilter
 
filter(Word, WordTokenizer) - Method in class org.dts.spell.filter.DumpFilter
 
Filter - Interface in org.dts.spell.filter
 
filter(Word, WordTokenizer) - Method in interface org.dts.spell.filter.Filter
 
filter(Word) - Method in class org.dts.spell.tokenizer.FilteredTokenizer
 
FilteredTokenizer - Class in org.dts.spell.tokenizer
 
FilteredTokenizer(Filter) - Constructor for class org.dts.spell.tokenizer.FilteredTokenizer
 
FilteredTokenizer(Filter, WordTokenizer) - Constructor for class org.dts.spell.tokenizer.FilteredTokenizer
Create a Tokenizer that filter the words.
findFirstWord() - Method in class org.dts.spell.finder.CharSequenceWordFinder
 
FindSpellCheckErrorListener - Class in org.dts.spell.event
Esta clase busca el primer error en el texto y para la corrección ortográfica.
FindSpellCheckErrorListener() - Constructor for class org.dts.spell.event.FindSpellCheckErrorListener
 
first() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 

G

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
 

H

hasCurrent() - Method in class org.dts.spell.finder.AbstractWordFinder
 
hasError() - Method in class org.dts.spell.event.FindSpellCheckErrorListener
 
hasError() - Method in class org.dts.spell.event.ProgressEvent
 
hashCode() - Method in class org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry.ByteString
 
hasInstalledLocales() - Method in class org.dts.spell.dictionary.DictionaryManager
 
hasLetters() - Method in class org.dts.spell.finder.Word
 
hasNext() - Method in class org.dts.spell.finder.AbstractWordFinder
 
hasNext() - Method in interface org.dts.spell.finder.WordFinder
Tests the finder to see if any more words are available.
hasSpellErrors(CharSequence) - Method in class org.dts.spell.SpellChecker
 
hasSpellErrors(WordFinder) - Method in class org.dts.spell.SpellChecker
 
heapSort(int[], Utils.IndexComparator) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
heapSort(Utils.HeapSorteable, Utils.IndexComparator) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
HEntry - Class in org.dts.spell.dictionary.myspell
 
HEntry(String) - Constructor for class org.dts.spell.dictionary.myspell.HEntry
 
HEntry(String, String) - Constructor for class org.dts.spell.dictionary.myspell.HEntry
 
HUHCAP - Static variable in class org.dts.spell.dictionary.myspell.MySpell
 

I

IndexedFileWordMap - Class in org.dts.spell.dictionary.myspell.wordmaps
 
IndexedFileWordMap(boolean) - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
Creates a new instance of IndexedFileWordMap
IndexedFileWordMapWithCache - Class in org.dts.spell.dictionary.myspell.wordmaps
 
IndexedFileWordMapWithCache() - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache
Creates a new instance of IndexedFileWordMap with default 2000 words and 3000 positions.
IndexedFileWordMapWithCache(boolean) - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache
Creates a new instance of IndexedFileWordMap with default 2000 words and 3000 positions.
IndexedFileWordMapWithCache(int, int, boolean) - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMapWithCache
 
init(long, String, String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
 
init(long, String, String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
 
init(long, String, String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
 
init(long, String, String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
initialize the word map for example from a cache file, it can compare the dates to know if needEntries.
init(long, String, String) - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMapWithCharMap
 
init() - Method in class org.dts.spell.finder.AbstractWordFinder
Call this function each time you want begin iterations.
init(Word) - Method in class org.dts.spell.finder.AbstractWordFinder
Call this function to init from a word.
INITCAP - Static variable in class org.dts.spell.dictionary.myspell.MySpell
 
INSERT_CHARS - Static variable in interface org.dts.spell.tokenizer.WordTokenizer
 
install(DictionaryManager.LocaleProvider) - Method in class org.dts.spell.dictionary.DictionaryManager
 
install(File, DictionaryProvider) - Method in class org.dts.spell.dictionary.DictionaryManager
 
install(Locale, ProgressListener) - Method in interface org.dts.spell.dictionary.DictionaryProvider
Install a local copy of the interntet dictionary for that locale
install(File, ProgressListener) - Method in interface org.dts.spell.dictionary.DictionaryProvider
Install a local copy form the dictionary
install(Locale, ProgressListener) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
install(File, ProgressListener) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
isBadCaseError() - Method in class org.dts.spell.ErrorInfo
 
isCancel() - Method in class org.dts.spell.event.SpellCheckEvent
 
isCaseSensitive() - Method in class org.dts.spell.SpellChecker
 
isCorrect(String) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
isCorrect(String) - Method in interface org.dts.spell.dictionary.SpellDictionary
Returns true if the word is correctly spelled against the dictionary.
isCorrect(CharSequence) - Method in class org.dts.spell.SpellChecker
 
isCorrect(WordFinder) - Method in class org.dts.spell.SpellChecker
 
isCorrectFirstChar() - Method in class org.dts.spell.finder.Word
Nos dice si está bien el primer carácter.
isEmpty() - Method in class org.dts.spell.utils.EventMulticaster
Return if the internal list had listeners.
isForLocale(Locale) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
 
isForLocale(Locale) - Method in interface org.dts.spell.dictionary.DictionaryProvider
 
isGreater(int, int) - Method in interface org.dts.spell.dictionary.myspell.Utils.IndexComparator
 
isIgnoreUpperCaseWords() - Method in class org.dts.spell.SpellChecker
 
isLess(int, int) - Method in interface org.dts.spell.dictionary.myspell.Utils.IndexComparator
 
isLoad() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
isLoad() - Method in interface org.dts.spell.dictionary.SpellDictionary
 
isRepeatWordError() - Method in class org.dts.spell.ErrorInfo
 
isSkipNumbers() - Method in class org.dts.spell.SpellChecker
 
isSpellingError() - Method in class org.dts.spell.ErrorInfo
 
isStartOfSentence() - Method in class org.dts.spell.finder.Word
Nos dice si esta palabra es inicio de frase.
isStartOfSentence(CharSequence, int) - Method in class org.dts.spell.tokenizer.AbstractWordTokenizer
 
isSubset(String, String) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
isUpperCase() - Method in class org.dts.spell.finder.Word
 
iterator() - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
 
iterator() - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
 
iterator() - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
 
iterator() - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
 

L

last() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
length() - Method in class org.dts.spell.finder.Word
 
load(InputStream, InputStream, boolean) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load(InputStream, InputStream, File, boolean) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load(ZipFile, boolean) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load(InputStream, File, boolean) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load(File, File, boolean) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load(File, boolean) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load() - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
load() - Method in interface org.dts.spell.dictionary.SpellDictionary
 
lookup(String) - Method in class org.dts.spell.dictionary.myspell.AffixMgr
 
LRUMap<K,V> - Class in org.dts.spell.utils
 
LRUMap(int) - Constructor for class org.dts.spell.utils.LRUMap
 
LRUMap(int, int) - Constructor for class org.dts.spell.utils.LRUMap
 
LRUMap(int, float, int) - Constructor for class org.dts.spell.utils.LRUMap
 

M

MapEntry - Class in org.dts.spell.dictionary.myspell
 
MapEntry() - Constructor for class org.dts.spell.dictionary.myspell.MapEntry
 
match(String) - Method in class org.dts.spell.dictionary.myspell.Conditions
 
MatcherWordTokenizer - Class in org.dts.spell.tokenizer
 
MatcherWordTokenizer(Matcher) - Constructor for class org.dts.spell.tokenizer.MatcherWordTokenizer
 
MatcherWordTokenizer() - Constructor for class org.dts.spell.tokenizer.MatcherWordTokenizer
 
MAX_SUGGESSTIONS - Static variable in class org.dts.spell.ErrorInfo
 
maxEntries - Variable in class org.dts.spell.myspell.utils.CharMap
 
mkInitCap(CharSequence) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
moveTo(int) - Method in class org.dts.spell.finder.Word
return a new word that start at start.
myRevStrDup(String) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
MySpell - Class in org.dts.spell.dictionary.myspell
 
MySpell(String, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.MySpell
 
MySpell(ZipFile, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.MySpell
 
MySpell(InputStream, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.MySpell
 
MySpell(ZipInputStream, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.MySpell
Read the dictionary from a ZipInputStream.
MySpell(InputStream, InputStream, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.MySpell
 
MySpell(String, String, ProgressListener) - Constructor for class org.dts.spell.dictionary.myspell.MySpell
 

N

needEntries() - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllInMemoryWordMap
 
needEntries() - Method in class org.dts.spell.dictionary.myspell.wordmaps.AllLinealInMemoryWordMap
 
needEntries() - Method in class org.dts.spell.dictionary.myspell.wordmaps.IndexedFileWordMap
 
needEntries() - Method in class org.dts.spell.dictionary.myspell.wordmaps.WordMap
The word map need the entries of the file.
next(Word) - Method in class org.dts.spell.finder.AbstractWordFinder
Find the next Word of the iteration.
next() - Method in class org.dts.spell.finder.AbstractWordFinder
This method scans the text from the end of the last word, and returns a new Word object corresponding to the next word.
next(Word) - Method in class org.dts.spell.finder.CharSequenceWordFinder
 
next() - Method in interface org.dts.spell.finder.WordFinder
This method should return the Word object representing the next word in the iteration (the first word if next() has not yet been called.)
next() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
nextStep(ProgressEvent) - Method in interface org.dts.spell.event.ProgressListener
 
nextStep(ProgressEvent) - Method in class org.dts.spell.event.ProgressListenerSupport
 
nextWord(int) - Method in class org.dts.spell.tokenizer.AbstractWordTokenizer
Implementación por defecto.
nextWord(int) - Method in class org.dts.spell.tokenizer.FilteredTokenizer
 
nextWord(int) - Method in class org.dts.spell.tokenizer.MatcherWordTokenizer
Para localizar bien los empieces de frases delega en la función isStartOfSentence.
nextWord(int) - Method in interface org.dts.spell.tokenizer.WordTokenizer
Obtiene la siguiente palabra, si index est� en medio de una palabra esta se deber�a de saltar.
ngsuggest(List<String>, String, WordMap, int) - Method in class org.dts.spell.dictionary.myspell.SuggestMgr
 
NOCAP - Static variable in class org.dts.spell.dictionary.myspell.MySpell
 

O

OpenOfficeDictionaryProvider - Class in org.dts.spell.dictionary.openoffice
 
OpenOfficeDictionaryProvider() - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
OpenOfficeSpellDictionary - Class in org.dts.spell.dictionary.openoffice
 
OpenOfficeSpellDictionary() - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(Locale) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(InputStream, InputStream) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(InputStream, InputStream, boolean) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(InputStream, InputStream, File, boolean) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(ZipFile) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(ZipFile, boolean) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(InputStream, File) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(InputStream, File, boolean) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(File) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(File, boolean) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(File, File) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
OpenOfficeSpellDictionary(File, File, boolean) - Constructor for class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
org.dts.spell - package org.dts.spell
 
org.dts.spell.dictionary - package org.dts.spell.dictionary
 
org.dts.spell.dictionary.myspell - package org.dts.spell.dictionary.myspell
 
org.dts.spell.dictionary.myspell.wordmaps - package org.dts.spell.dictionary.myspell.wordmaps
 
org.dts.spell.dictionary.openoffice - package org.dts.spell.dictionary.openoffice
 
org.dts.spell.event - package org.dts.spell.event
 
org.dts.spell.filter - package org.dts.spell.filter
 
org.dts.spell.finder - package org.dts.spell.finder
 
org.dts.spell.myspell.utils - package org.dts.spell.myspell.utils
 
org.dts.spell.tokenizer - package org.dts.spell.tokenizer
 
org.dts.spell.utils - package org.dts.spell.utils
 

P

PfxEntry - Class in org.dts.spell.dictionary.myspell
 
PfxEntry(AffixMgr, AffixHeader, String) - Constructor for class org.dts.spell.dictionary.myspell.PfxEntry
 
pmyMgr - Variable in class org.dts.spell.dictionary.myspell.AffEntry
parent Affix manager
prefix_check(String) - Method in class org.dts.spell.dictionary.myspell.AffixMgr
Check word against prefixes.
previous() - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
previousWord(int) - Method in class org.dts.spell.tokenizer.AbstractWordTokenizer
Implementaci�n por defecto.
previousWord(int) - Method in class org.dts.spell.tokenizer.FilteredTokenizer
 
previousWord(int) - Method in interface org.dts.spell.tokenizer.WordTokenizer
 
ProgressEvent - Class in org.dts.spell.event
 
ProgressEvent(Object, Throwable) - Constructor for class org.dts.spell.event.ProgressEvent
 
ProgressEvent(Object, String, int, int) - Constructor for class org.dts.spell.event.ProgressEvent
 
ProgressListener - Interface in org.dts.spell.event
Interface to monitor the load of dictionaries.
ProgressListenerSupport - Class in org.dts.spell.event
 
ProgressListenerSupport() - Constructor for class org.dts.spell.event.ProgressListenerSupport
 
put(String) - Method in class org.dts.spell.myspell.utils.CharMap
 
put(char) - Method in class org.dts.spell.myspell.utils.CharMap
 

R

readAsString(InputStream, String) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
 
readEncoding(String) - Static method in class org.dts.spell.dictionary.myspell.AffixMgr
 
readEncoding(InputStream) - Static method in class org.dts.spell.dictionary.myspell.AffixMgr
 
readFrom(String, char) - Method in class org.dts.spell.dictionary.myspell.AffEntry
 
readFrom(String, char) - Method in class org.dts.spell.dictionary.myspell.SfxEntry
 
reloadProviders() - Method in class org.dts.spell.dictionary.DictionaryManager
 
REMOTE_SC_DICTIONARY_LIST_LOCATION - Static variable in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
removeEldestEntry(Map.Entry<K, V>) - Method in class org.dts.spell.utils.LRUMap
 
removeFilter(Filter) - Method in class org.dts.spell.filter.ChainFilter
Remove the filter.
removeFromCache(Locale) - Method in class org.dts.spell.dictionary.DictionaryManager
 
removeFromCache(SpellDictionary) - Method in class org.dts.spell.dictionary.DictionaryManager
 
removeListener(ProgressListener) - Method in class org.dts.spell.event.ProgressListenerSupport
 
removeListener(T) - Method in class org.dts.spell.utils.EventMulticaster
Removes listener.
removeProgressListener(ProgressListener) - Method in class org.dts.spell.dictionary.DictionaryManager
 
removeProgressListener(ProgressListener) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
removeProgressListener(ProgressListener) - Method in interface org.dts.spell.dictionary.SpellDictionary
Remove a listener to monitor dictionary load
repeatWordError(SpellCheckEvent) - Method in class org.dts.spell.event.ErrorCountListener
 
repeatWordError(SpellCheckEvent) - Method in class org.dts.spell.event.FindSpellCheckErrorListener
 
repeatWordError(SpellCheckEvent) - Method in class org.dts.spell.event.SpellCheckAdapter
 
repeatWordError(SpellCheckEvent) - Method in interface org.dts.spell.event.SpellCheckListener
Se ha dectectado un error, al tener dos palabras iguales seguidas.
replace(String, Word) - Method in class org.dts.spell.finder.AbstractWordFinder
Replace the current word with the new string newWord.
replace(String) - Method in class org.dts.spell.finder.AbstractWordFinder
Replace the current word in the search with a replacement string.
replace(String, Word) - Method in class org.dts.spell.finder.CharSequenceWordFinder
This method throw a UnsupportedOperationException because a String is inmutable object.
replace(String, Word) - Method in class org.dts.spell.finder.StringBufferWordFinder
 
replace(String, Word) - Method in class org.dts.spell.finder.StringBuilderWordFinder
 
replace(String) - Method in interface org.dts.spell.finder.WordFinder
This method should replace the current Word object with a new string
ReplEntry - Class in org.dts.spell.dictionary.myspell
 
ReplEntry() - Constructor for class org.dts.spell.dictionary.myspell.ReplEntry
 
reset() - Method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
 
resetIgnore() - Method in class org.dts.spell.SpellChecker
 
resetReplace() - Method in class org.dts.spell.SpellChecker
 

S

scanAfter(CharSequence, int) - Method in class org.dts.spell.tokenizer.DefaultWordTokenizer
 
scanBefore(CharSequence, int) - Method in class org.dts.spell.tokenizer.DefaultWordTokenizer
 
setCaseSensitive(boolean) - Method in class org.dts.spell.SpellChecker
 
setCharSequence(CharSequence) - Method in class org.dts.spell.tokenizer.AbstractWordTokenizer
 
setCharSequence(CharSequence) - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
setCharSequence(CharSequence, boolean) - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
setCharSequence(CharSequence) - Method in class org.dts.spell.tokenizer.FilteredTokenizer
 
setCharSequence(CharSequence) - Method in interface org.dts.spell.tokenizer.WordTokenizer
 
setDictionariesSource(URI) - Method in class org.dts.spell.dictionary.AbstractDictionaryProvider
Set the remote URI for dictionaries sources.
setDictionary(SpellDictionary) - Method in class org.dts.spell.SpellChecker
 
setDictionarySource(URL) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
setIgnoreUpperCaseWords(boolean) - Method in class org.dts.spell.SpellChecker
 
setIndex(int) - Method in class org.dts.spell.tokenizer.CharIteratorAdapter
 
setLastWord(Word) - Method in class org.dts.spell.SpellChecker
 
setLocale(Locale) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeSpellDictionary
 
setMaxEntries(int) - Method in class org.dts.spell.utils.LRUMap
 
setSkipNumbers(boolean) - Method in class org.dts.spell.SpellChecker
 
setStartStartOfSentence(boolean) - Method in class org.dts.spell.finder.Word
 
setTokenizer(WordTokenizer) - Method in class org.dts.spell.finder.CharSequenceWordFinder
 
SfxEntry - Class in org.dts.spell.dictionary.myspell
 
SfxEntry(AffixMgr, AffixHeader, String) - Constructor for class org.dts.spell.dictionary.myspell.SfxEntry
 
SimpleHEntry - Class in org.dts.spell.dictionary.myspell.wordmaps
 
SimpleHEntry(byte[], byte[]) - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry
 
SimpleHEntry.ByteString - Class in org.dts.spell.dictionary.myspell.wordmaps
 
SPACE_CHARS - Static variable in class org.dts.spell.tokenizer.MatcherWordTokenizer
Represent all the space chars.
spell(String) - Method in class org.dts.spell.dictionary.myspell.MySpell
 
SpellCheckAdapter - Class in org.dts.spell.event
 
SpellCheckAdapter() - Constructor for class org.dts.spell.event.SpellCheckAdapter
 
SpellChecker - Class in org.dts.spell
 
SpellChecker(SpellDictionary) - Constructor for class org.dts.spell.SpellChecker
 
SpellCheckEvent - Class in org.dts.spell.event
This event is fired off by the SpellChecker and is passed to the registered SpellCheckListeners
SpellCheckEvent(SpellChecker, WordFinder) - Constructor for class org.dts.spell.event.SpellCheckEvent
 
SpellCheckListener - Interface in org.dts.spell.event
This is the event based listener interface.
SpellDictionary - Interface in org.dts.spell.dictionary
An interface for all dictionary implementations.
SpellDictionaryException - Exception in org.dts.spell.dictionary
 
SpellDictionaryException() - Constructor for exception org.dts.spell.dictionary.SpellDictionaryException
 
SpellDictionaryException(String) - Constructor for exception org.dts.spell.dictionary.SpellDictionaryException
 
SpellDictionaryException(String, Throwable) - Constructor for exception org.dts.spell.dictionary.SpellDictionaryException
 
SpellDictionaryException(Throwable) - Constructor for exception org.dts.spell.dictionary.SpellDictionaryException
 
spellingError(SpellCheckEvent) - Method in class org.dts.spell.event.ErrorCountListener
 
spellingError(SpellCheckEvent) - Method in class org.dts.spell.event.FindSpellCheckErrorListener
 
spellingError(SpellCheckEvent) - Method in class org.dts.spell.event.SpellCheckAdapter
 
spellingError(SpellCheckEvent) - Method in interface org.dts.spell.event.SpellCheckListener
Se llama cuando se ha detectado un error en la corrección ortográfica.
split() - Method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
 
start() - Method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
 
stop() - Method in class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
 
StopWatch - Class in org.dts.spell.dictionary.myspell.wordmaps
Implements a timer function which can compute elapsed time as well as split times.
StopWatch() - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.StopWatch
 
StringBufferWordFinder - Class in org.dts.spell.finder
TODO : Cuando se porte todo al 5.0 Utilizar un template para el StringBuffer.
StringBufferWordFinder(StringBuffer, WordTokenizer) - Constructor for class org.dts.spell.finder.StringBufferWordFinder
 
StringBufferWordFinder(StringBuffer) - Constructor for class org.dts.spell.finder.StringBufferWordFinder
 
StringBuilderWordFinder - Class in org.dts.spell.finder
TODO : Cuando se porte todo al 5.0 Utilizar un template para el StringBuilder.
StringBuilderWordFinder(StringBuilder, WordTokenizer) - Constructor for class org.dts.spell.finder.StringBuilderWordFinder
 
StringBuilderWordFinder(StringBuilder) - Constructor for class org.dts.spell.finder.StringBuilderWordFinder
 
strip - Variable in class org.dts.spell.dictionary.myspell.AffEntry
string to strip before append
subSequence(int, int) - Method in class org.dts.spell.finder.Word
 
suffix_check(String, int, PfxEntry) - Method in class org.dts.spell.dictionary.myspell.AffixMgr
Check word against suffixes.
suggest(String) - Method in class org.dts.spell.dictionary.myspell.MySpell
 
suggest(String, int) - Method in class org.dts.spell.dictionary.myspell.MySpell
 
suggest(List<String>, String) - Method in class org.dts.spell.dictionary.myspell.SuggestMgr
 
suggest(List<String>, String, int) - Method in class org.dts.spell.dictionary.myspell.SuggestMgr
 
SuggestMgr - Class in org.dts.spell.dictionary.myspell
 
SuggestMgr(String, int, AffixMgr) - Constructor for class org.dts.spell.dictionary.myspell.SuggestMgr
 
swap(int, int) - Method in interface org.dts.spell.dictionary.myspell.Utils.HeapSorteable
 

T

TestAff(String, char, int) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
throwIOException(String, Object...) - Static method in class org.dts.spell.dictionary.myspell.Utils
 
toString() - Method in class org.dts.spell.finder.Word
 
trim() - Method in class org.dts.spell.myspell.utils.CharMap
 

U

uninstall(Locale, ProgressListener) - Method in interface org.dts.spell.dictionary.DictionaryProvider
Uninstall the given locale
uninstall(Locale, ProgressListener) - Method in class org.dts.spell.dictionary.openoffice.OpenOfficeDictionaryProvider
 
unistall(DictionaryManager.LocaleProvider) - Method in class org.dts.spell.dictionary.DictionaryManager
 
updateCharSequence(WordTokenizer, int, int, int) - Method in class org.dts.spell.filter.ChainFilter
 
updateCharSequence(WordTokenizer, int, int, int) - Method in class org.dts.spell.filter.DumpFilter
 
updateCharSequence(WordTokenizer, int, int, int) - Method in interface org.dts.spell.filter.Filter
 
updateCharSequence(int, int, int) - Method in class org.dts.spell.finder.CharSequenceWordFinder
 
updateCharSequence(int, int, int) - Method in class org.dts.spell.tokenizer.DefaultWordTokenizer
 
updateCharSequence(int, int, int) - Method in class org.dts.spell.tokenizer.FilteredTokenizer
 
updateCharSequence(int, int, int) - Method in class org.dts.spell.tokenizer.MatcherWordTokenizer
 
updateCharSequence(int, int, int) - Method in interface org.dts.spell.tokenizer.WordTokenizer
Se llama cuando hay que actualizar la secuencia de car�cteres actuales.
Utils - Class in org.dts.spell.dictionary.myspell
 
Utils.HeapSorteable - Interface in org.dts.spell.dictionary.myspell
 
Utils.IndexComparator - Interface in org.dts.spell.dictionary.myspell
 
Utils.IndexSearcher<T> - Interface in org.dts.spell.dictionary.myspell
 

W

word - Variable in class org.dts.spell.dictionary.myspell.HEntry
 
word - Variable in class org.dts.spell.dictionary.myspell.wordmaps.SimpleHEntry
 
Word - Class in org.dts.spell.finder
A Word, that represent a Word in the WordFinder.
Word(String, int, boolean) - Constructor for class org.dts.spell.finder.Word
Creates a new Word object.
Word(String, int) - Constructor for class org.dts.spell.finder.Word
Creates a new Word object.
WordFinder - Interface in org.dts.spell.finder
An interface for iterates through the words.
WordMap - Class in org.dts.spell.dictionary.myspell.wordmaps
 
WordMap() - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.WordMap
 
WordMapWithCharMap - Class in org.dts.spell.dictionary.myspell.wordmaps
 
WordMapWithCharMap() - Constructor for class org.dts.spell.dictionary.myspell.wordmaps.WordMapWithCharMap
 
WordNotFoundException - Exception in org.dts.spell.finder
 
WordNotFoundException() - Constructor for exception org.dts.spell.finder.WordNotFoundException
Creates a new WordNotFoundException object.
WordTokenizer - Interface in org.dts.spell.tokenizer
Este interfaz modeliza un extractor de palabras y debe de ser capaz de extraer las palabras dado un índice.

X

xpflg - Variable in class org.dts.spell.dictionary.myspell.AffEntry
Flags.
XPRODUCT - Static variable in class org.dts.spell.dictionary.myspell.Utils
 
A B C D E F G H I L M N O P R S T U W X 
Skip navigation links

Copyright © 2020. All rights reserved.