Uses of Class
com.inet.jortho.Dictionary
-
Packages that use Dictionary Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of Dictionary in com.inet.jortho
Fields in com.inet.jortho declared as Dictionary Modifier and Type Field Description private static DictionarySpellChecker. currentDictionaryprivate DictionaryAutoSpellChecker. dictionaryprivate DictionaryCheckerListener. dictionaryprivate DictionarySpellCheckerDialog. dictionaryprivate DictionaryTokenizer. dictionaryMethods in com.inet.jortho that return Dictionary Modifier and Type Method Description DictionaryDictionaryFactory. create()Create from the data in this factory a Dictionary object.(package private) static DictionarySpellChecker. getCurrentDictionary()Get the currentDictionary.Methods in com.inet.jortho with parameters of type Dictionary Modifier and Type Method Description (package private) booleanLanguageBundle_fr. existInDictionary(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)(package private) booleanLanguageBundle. existInDictionary(java.lang.String word, Dictionary dictionary, SpellCheckerOptions options, boolean isFirstWordInSentence)Check if the word is in the current dictionary.voidSpellCheckerDialog. show(javax.swing.text.JTextComponent jTextComponent, Dictionary dic, java.util.Locale loc)Constructors in com.inet.jortho with parameters of type Dictionary Constructor Description Tokenizer(javax.swing.text.JTextComponent jText, Dictionary dictionary, java.util.Locale locale, int startOffset, int endOffset, SpellCheckerOptions options)Create a tokenizer for the selected range.Tokenizer(javax.swing.text.JTextComponent jText, Dictionary dictionary, java.util.Locale locale, int offset, SpellCheckerOptions options)Create a Tokenizer for the current paragraphTokenizer(javax.swing.text.JTextComponent jText, Dictionary dictionary, java.util.Locale locale, SpellCheckerOptions options)Create a tokenizer for the completely text document.
-