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

A

actionPerformed(ActionEvent) - Method in class com.inet.jortho.AddWordAction
Add the word to the current user directory.
addLanguageChangeLister(LanguageChangeListener) - Static method in class com.inet.jortho.SpellChecker
Adds a LanguageChangeListener.
addMenuItemAddToDictionary(JTextComponent, String, boolean) - Method in class com.inet.jortho.CheckerListener
Add the menu item "Add to Dictionary" at the end of the menu if a user dictionary is available.
addSuggestionMenuItem(JTextComponent, int, int, List<Suggestion>, boolean) - Method in class com.inet.jortho.CheckerListener
Add menu items to the with suggestions to the menu.
addWord(String) - Method in class com.inet.jortho.FileUserDictionary
Adds a new word to the current user dictionary.
addWord(String) - Method in interface com.inet.jortho.UserDictionaryProvider
Adds a new word to the current user dictionary.
addWord(String) - Method in class com.inet.jorthodictionaries.BookGenerator
Add a word to the tree.
AddWordAction - Class in com.inet.jortho
 
AddWordAction(JTextComponent, String) - Constructor for class com.inet.jortho.AddWordAction
Create a action to add a word to the current user dictionary.
AddWordAction(JTextComponent, String, String) - Constructor for class com.inet.jortho.AddWordAction
Create a action to add a word to the current user dictionary.
addWords(String, Properties) - Method in class com.inet.jorthodictionaries.BookGenerator_ru.Template
 

B

BookGenerator - Class in com.inet.jorthodictionaries
How to use Download the latest Wiktionary file "pages_articles.xml".
BookGenerator_ar - Class in com.inet.jorthodictionaries
The Arabic words can be garbage the view in Eclispe and other eiditors.
BookGenerator_ar() - Constructor for class com.inet.jorthodictionaries.BookGenerator_ar
 
BookGenerator_de - Class in com.inet.jorthodictionaries
 
BookGenerator_de() - Constructor for class com.inet.jorthodictionaries.BookGenerator_de
 
BookGenerator_en - Class in com.inet.jorthodictionaries
 
BookGenerator_en() - Constructor for class com.inet.jorthodictionaries.BookGenerator_en
 
BookGenerator_es - Class in com.inet.jorthodictionaries
 
BookGenerator_es() - Constructor for class com.inet.jorthodictionaries.BookGenerator_es
 
BookGenerator_fr - Class in com.inet.jorthodictionaries
 
BookGenerator_fr() - Constructor for class com.inet.jorthodictionaries.BookGenerator_fr
Create a new BookGenerator and add some special words.
BookGenerator_it - Class in com.inet.jorthodictionaries
 
BookGenerator_it() - Constructor for class com.inet.jorthodictionaries.BookGenerator_it
 
BookGenerator_nl - Class in com.inet.jorthodictionaries
BookGenerator class for the Dutch language
BookGenerator_nl() - Constructor for class com.inet.jorthodictionaries.BookGenerator_nl
 
BookGenerator_pl - Class in com.inet.jorthodictionaries
 
BookGenerator_pl() - Constructor for class com.inet.jorthodictionaries.BookGenerator_pl
 
BookGenerator_pl_Engish - Class in com.inet.jorthodictionaries
 
BookGenerator_ru - Class in com.inet.jorthodictionaries
All String include kyrillic charcters.
BookGenerator_ru() - Constructor for class com.inet.jorthodictionaries.BookGenerator_ru
 
BookGenerator_ru.Template - Class in com.inet.jorthodictionaries
Described the needed informations of a template.
BookGenerator_ru_templates - Class in com.inet.jorthodictionaries
All String include kyrillic charcters.
BookGenerator_sv - Class in com.inet.jorthodictionaries
 
BookGenerator_sv() - Constructor for class com.inet.jorthodictionaries.BookGenerator_sv
 
BookUtils - Class in com.inet.jorthodictionaries
 
BookUtils() - Constructor for class com.inet.jorthodictionaries.BookUtils
 

C

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.

D

DefaultMessageHandler - Class in com.inet.jortho
Default implementation of the message handler provider that shows the messages in Swing dialogs and printing stacktraces to the console
DefaultMessageHandler(JFrame) - Constructor for class com.inet.jortho.DefaultMessageHandler
Constructor for the message handler.

E

enableAutoSpell(JTextComponent, boolean) - Static method in class com.inet.jortho.SpellChecker
Enable or disable the auto spell checking feature (red zigzag line) for a text component.
enableAutoSpell(JTextComponent, boolean, SpellCheckerOptions) - Static method in class com.inet.jortho.SpellChecker
Enable or disable the auto spell checking feature (red zigzag line) for a text component.
enablePopup(JTextComponent, boolean, boolean) - Static method in class com.inet.jortho.SpellChecker
Enable or disable the popup menu with the menu item "Orthography" and "Languages" or only suggestion.
enableShortKey(JTextComponent, boolean) - Static method in class com.inet.jortho.SpellChecker
Enable or disable the F7 key.
enableShortKey(JTextComponent, boolean, SpellCheckerOptions) - Static method in class com.inet.jortho.SpellChecker
Enable or disable the F7 key.
endElement(String, String, String) - Method in class com.inet.jorthodictionaries.Parser
 

F

FileUserDictionary - Class in com.inet.jortho
This is a reference implementation of the interface UserDictionaryProvider.
FileUserDictionary() - Constructor for class com.inet.jortho.FileUserDictionary
Create a FileUserDictionary with the dictionaries in the root of the current application.
FileUserDictionary(String) - Constructor for class com.inet.jortho.FileUserDictionary
Create a FileUserDictionary with the dictionaries on a specific location.

G

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.

H

handleError(String, String, Throwable) - Method in class com.inet.jortho.DefaultMessageHandler
Show an error .
handleError(String, String, Throwable) - Method in interface com.inet.jortho.MessageHandler
Show an error .
handleException(Throwable) - Method in class com.inet.jortho.DefaultMessageHandler
handle an exception however it should be handled
handleException(Throwable) - Method in interface com.inet.jortho.MessageHandler
handle an exception however it should be handled
handleGetObject(String) - Method in class com.inet.jortho.LanguageBundle
 
handleInformation(Container, String, String) - Method in class com.inet.jortho.DefaultMessageHandler
Show information
handleInformation(Container, String, String) - Method in interface com.inet.jortho.MessageHandler
Show information
hasNext() - Method in class com.inet.jortho.WordIterator

I

indexOf(String, char[], int) - Method in class com.inet.jorthodictionaries.BookGenerator
Help function for parsing the Wiktinary formats.
isCaseSensitive() - Method in class com.inet.jortho.SpellCheckerOptions
Return whether the spell checker is case-sensitive.
isDictionaryLoaded() - Static method in class com.inet.jortho.SpellChecker
If currently a Dictionary is loaded.
isIgnoreAllCapsWords() - Method in class com.inet.jortho.SpellCheckerOptions
Whether words entirely in upper-case should be ignored for spell checking.
isIgnoreWordsWithNumbers() - Method in class com.inet.jortho.SpellCheckerOptions
Whether words that include a number in any position should be ignored for spell checking.
isLanguageDisableVisible() - Method in class com.inet.jortho.SpellCheckerOptions
If in the language menu the menu item disable visible.
isValidWord(String) - Method in class com.inet.jorthodictionaries.BookGenerator
Check if the word is valid word.
isValidWord(String) - Method in class com.inet.jorthodictionaries.BookGenerator_de
 
isValidWord(String) - Method in class com.inet.jorthodictionaries.BookGenerator_nl
Override to accept also declination
isValidWord(String) - Method in class com.inet.jorthodictionaries.BookGenerator_ru_templates
We search only templates and not valid rules.

L

LanguageBundle - Class in com.inet.jortho
This class implements some language specific methods.
LanguageBundle() - Constructor for class com.inet.jortho.LanguageBundle
 
LanguageBundle_fr - Class in com.inet.jortho
Implementation for French
LanguageBundle_fr() - Constructor for class com.inet.jortho.LanguageBundle_fr
 
languageChanged(LanguageChangeEvent) - Method in class com.inet.jortho.CheckerListener
This method gets called when the language is changed.
languageChanged(LanguageChangeEvent) - Method in interface com.inet.jortho.LanguageChangeListener
This method gets called when the language is changed.
LanguageChangeEvent - Class in com.inet.jortho
This Event is used by LanguageChangeListener.
LanguageChangeEvent(Locale, Locale) - Constructor for class com.inet.jortho.LanguageChangeEvent
Creates a new LanguageChangeEvent
LanguageChangeListener - Interface in com.inet.jortho
A language change event gets fired whenever the language is changed.

M

main(String[]) - Static method in class com.inet.jorthodictionaries.BookGenerator
 
main(String[]) - Static method in class com.inet.jorthodictionaries.WordList2Dictionary
The manin method
main(String[]) - Static method in class SampleApplication
 
MessageHandler - Interface in com.inet.jortho
Interface to be implemented by a user of the spellchecker that provides the ability to show/log errors and information messages as required by applications using the dictionary
mousePressed(MouseEvent) - Method in class com.inet.jortho.PopupListener
 
mouseReleased(MouseEvent) - Method in class com.inet.jortho.PopupListener
 

N

next() - Method in class com.inet.jortho.WordIterator

P

Parser - Class in com.inet.jorthodictionaries
This class parse the XML file from a dump of the Wiktionary.
PopupListener - Class in com.inet.jortho
Implement a MouseListener for Popup Event.
PopupListener(JPopupMenu) - Constructor for class com.inet.jortho.PopupListener
 
popupMenuCanceled(PopupMenuEvent) - Method in class com.inet.jortho.CheckerListener
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.inet.jortho.CheckerListener
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.inet.jortho.CheckerListener

R

register(JTextComponent) - Static method in class com.inet.jortho.SpellChecker
Activate the spell checker for the given JTextComponent.
register(JTextComponent, boolean, boolean, boolean, boolean) - Static method in class com.inet.jortho.SpellChecker
Activates the spell checker for the given JTextComponent.
registerDictionaries(URL, String) - Static method in class com.inet.jortho.SpellChecker
Registers the available dictionaries.
registerDictionaries(URL, String, String) - Static method in class com.inet.jortho.SpellChecker
Registers the available dictionaries.
registerDictionaries(URL, String, String, String) - Static method in class com.inet.jortho.SpellChecker
Registers the available dictionaries.
remove() - Method in class com.inet.jortho.WordIterator
removeLanguageChangeLister(LanguageChangeListener) - Static method in class com.inet.jortho.SpellChecker
Removes the LanguageChangeListener.
replaceUnicodeQuotation(String) - Static method in class com.inet.jortho.Utils
Check and replace Unicode variants of quotation marks and hyphens.

S

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
 

T

toString() - Method in class com.inet.jorthodictionaries.BookGenerator_ru.Template
Create a Java source code representation of this template.

U

unregister(JTextComponent) - Static method in class com.inet.jortho.SpellChecker
Removes all spell checker features from the JTextComponent.
UserDictionaryProvider - Interface in com.inet.jortho
Interface to be implemented by a user dictionary.
Utils - Class in com.inet.jortho
 
Utils() - Constructor for class com.inet.jortho.Utils
 

W

WordIterator - Class in com.inet.jortho
A implementation of an Iterator which split a large text into lines.
WordIterator(URL) - Constructor for class com.inet.jortho.WordIterator
Load the directory from a compressed list of words with UTF8 encoding.
WordIterator(InputStream, String) - Constructor for class com.inet.jortho.WordIterator
Load the directory from plain a list of words.
WordIterator(Reader) - Constructor for class com.inet.jortho.WordIterator
Load the directory from plain a list of words.
WordList2Dictionary - Class in com.inet.jorthodictionaries
Convert a plain txt file with UTF8 encoding to a dictionary file.
WordList2Dictionary() - Constructor for class com.inet.jorthodictionaries.WordList2Dictionary
 
A B C D E F G H I L M N P R S T U W 
Skip navigation links

Copyright © 2016. All rights reserved.