- calcDiff(String, String) - Static method in class com.inet.jorthodictionaries.BookUtils
-
Very simple algorithm to calc the diff betwenn 2 words.
- characters(char[], int, int) - Method in class com.inet.jorthodictionaries.Parser
-
- CheckerListener - Class in com.inet.jortho
-
Is used from CheckerMenu and CheckerPopup to handle the user events.
- CheckerListener(JComponent, SpellCheckerOptions) - Constructor for class com.inet.jortho.CheckerListener
-
Create a PopupMenuListener
- com.inet.jortho - package com.inet.jortho
-
This package implements the spell checker JOrtho.
- com.inet.jorthodictionaries - package com.inet.jorthodictionaries
-
- createCheckerMenu() - Static method in class com.inet.jortho.SpellChecker
-
Creates a menu item "Orthography" (or the equivalent depending on the user language) with a
sub-menu that includes suggestions for a correct spelling.
- createCheckerMenu(SpellCheckerOptions) - Static method in class com.inet.jortho.SpellChecker
-
Creates a menu item "Orthography" (or the equivalent depending on the user language) with a
sub-menu that includes suggestions for a correct spelling.
- createCheckerPopup() - Static method in class com.inet.jortho.SpellChecker
-
Create a dynamic JPopupMenu with a list of suggestion.
- createCheckerPopup(SpellCheckerOptions) - Static method in class com.inet.jortho.SpellChecker
-
Create a dynamic JPopupMenu with a list of suggestion.
- createLanguagesMenu() - Static method in class com.inet.jortho.SpellChecker
-
Creates a menu item "Languages" (or the equivalent depending on the user language) with a sub-menu
that lists all available dictionary languages.
- createLanguagesMenu(SpellCheckerOptions) - Static method in class com.inet.jortho.SpellChecker
-
Creates a menu item "Languages" (or the equivalent depending on the user language) with a sub-menu
that lists all available dictionary languages.
- CustomDictionaryProvider - Interface in com.inet.jortho
-
Interface to be implemented by an additional dictionary.
- CustomUIProvider - Interface in com.inet.jortho
-
Interface used by other application to provide custom UI components
with added functionality if needed.
- getApplicationName() - Static method in class com.inet.jortho.SpellChecker
-
Get the title of your application.
- getButton(String) - Method in interface com.inet.jortho.CustomUIProvider
-
Creates a JButton.
- getCurrentLocale() - Method in class com.inet.jortho.LanguageChangeEvent
-
Get the value of the current Locale after firing this Event.
- getCurrentLocale() - Static method in class com.inet.jortho.SpellChecker
-
Gets the current Locale
.
- getCursorPosition(JTextComponent) - Method in class com.inet.jortho.CheckerListener
-
Get the cursor position for the popup menu
- getCustomDictionaryProvider() - Static method in class com.inet.jortho.SpellChecker
-
Gets the currently set CustomDictionaryProvider.
- getCustomUIProvider() - Static method in class com.inet.jortho.SpellChecker
-
Gets the currently set CustomUIProvider.
- getIgnoreCapitalization() - Method in class com.inet.jortho.SpellCheckerOptions
-
Return whether capitalized words should be correct if the word is in the dictionary as lower-case.
- getKeys() - Method in class com.inet.jortho.LanguageBundle
-
- getLabel(String) - Method in interface com.inet.jortho.CustomUIProvider
-
Creates a JLabel.
- getList() - Method in interface com.inet.jortho.CustomUIProvider
-
Creates a JList.
- getMessageHandler() - Static method in class com.inet.jortho.SpellChecker
-
Gets the currently set message handler.
- getOldLocale() - Method in class com.inet.jortho.LanguageChangeEvent
-
Gets the value of the old Locale before the firing this Event.
- getOptions() - Static method in class com.inet.jortho.SpellChecker
-
Get the default SpellCheckerOptions.
- getSuggestionsLimitDialog() - Method in class com.inet.jortho.SpellCheckerOptions
-
Get the maximun count of enties for the suggestion list in the spell checker dialog.
- getSuggestionsLimitMenu() - Method in class com.inet.jortho.SpellCheckerOptions
-
Get the maximum count of entries for the suggestion menu.
- getTextField() - Method in interface com.inet.jortho.CustomUIProvider
-
Creates a JTextField.
- getUserDictionaryProvider() - Static method in class com.inet.jortho.SpellChecker
-
Gets the currently set UserDictionaryProvider.
- getWords(Locale) - Method in interface com.inet.jortho.CustomDictionaryProvider
-
Gets the list of custom words for this locale.
- getWords(Locale) - Method in class com.inet.jortho.FileUserDictionary
-
Gets the list of custom words for this locale.
- SampleApplet - Class in <Unnamed>
-
- SampleApplet() - Constructor for class SampleApplet
-
- SampleApplication - Class in <Unnamed>
-
- setApplicationName(String) - Static method in class com.inet.jortho.SpellChecker
-
Set the title of your application.
- setCaseSensitive(boolean) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set whether the spell checker is case-sensitive.
- setCurrentLocale(Locale) - Static method in class com.inet.jortho.SpellChecker
-
Set the current Locale
.
- setCustomDictionaryProvider(CustomDictionaryProvider) - Static method in class com.inet.jortho.SpellChecker
-
Set a CustomDictionaryProvider.
- setCustomUIProvider(CustomUIProvider) - Static method in class com.inet.jortho.SpellChecker
-
Set a CustomUIProvider.
- setIgnoreAllCapsWords(boolean) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set if words that are entirely in uppercase should be ignored for spell checking.
- setIgnoreCapitalization(boolean) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set whether capitalized words should be correct if the word is in the dictionary as lower-case.
- setIgnoreWordsWithNumbers(boolean) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set if words that include a number in any position should be ignored for spell checking.
- setLanguageDisableVisible(boolean) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set if the disbale menu item visble in the language menu.
- setMessageHandler(MessageHandler) - Static method in class com.inet.jortho.SpellChecker
-
Set the message handler used for handling errors and information messages.
- setSuggestionsLimitDialog(int) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set the maximun count of entries for the suggestion list in the spell checker dialog.
- setSuggestionsLimitMenu(int) - Method in class com.inet.jortho.SpellCheckerOptions
-
Set the maximun count of entries for the suggestion menu.
- setUserDictionaryProvider(UserDictionaryProvider) - Static method in class com.inet.jortho.SpellChecker
-
Sets the UserDictionaryProvider.
- setUserWords(String) - Method in class com.inet.jortho.FileUserDictionary
-
Set a completely new word list
- setUserWords(String) - Method in interface com.inet.jortho.UserDictionaryProvider
-
Set a completely new word list
- showSpellCheckerDialog(JTextComponent, SpellCheckerOptions) - Static method in class com.inet.jortho.SpellChecker
-
Show the Spell Checker dialog for the given JTextComponent.
- SpellChecker - Class in com.inet.jortho
-
This class is the major class of the spell checker JOrtho (Java Orthography Checker).
- SpellCheckerOptions - Class in com.inet.jortho
-
This class contains some options for spell checking.
- SpellCheckerOptions() - Constructor for class com.inet.jortho.SpellCheckerOptions
-
Create SpellCheckerOptions with default values.
- start() - Method in class SampleApplet
-
- startElement(String, String, String, Attributes) - Method in class com.inet.jorthodictionaries.Parser
-