A C D E F G H I L M N P R S 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.
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.

C

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.
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.

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.
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
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

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.

L

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

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

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.

S

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.

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.

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.
A C D E F G H I L M N P R S U W 

Copyright © 2005 - 2013 i-net software. All Rights Reserved.