A C E F G I L M P R S U

A

addLanguageChangeLister(LanguageChangeListener) - Static method in class com.inet.jortho.SpellChecker
Adds the LanguageChangeListener.
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.

C

CheckerListener - Class in com.inet.jortho
Is used from CheckerMenu and CheckerPopup to handle the user events.
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.

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) - Static method in class com.inet.jortho.SpellChecker
Enable or disable the popup menu with the menu item "Orthography" and "Languages".
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.
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.
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 maximun count of enties for the suggestion menu.
getUserWords(Locale) - Method in class com.inet.jortho.FileUserDictionary
Gets the list of user words for this locale.
getUserWords(Locale) - Method in interface com.inet.jortho.UserDictionaryProvider
Gets the list of user words for this locale.

I

isCaseSensitive() - Method in class com.inet.jortho.SpellCheckerOptions
Get if the spell checker is case sensitive.

L

languageChanged(LanguageChangeEvent) - Method in class com.inet.jortho.CheckerListener
 
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

mousePressed(MouseEvent) - Method in class com.inet.jortho.PopupListener
 
mouseReleased(MouseEvent) - Method in class com.inet.jortho.PopupListener
 

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) - 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.
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 if the spell checker is case sensitive.
setSuggestionsLimitDialog(int) - Method in class com.inet.jortho.SpellCheckerOptions
Set the maximun count of enties for the suggestion list in the spell checker dialog.
setSuggestionsLimitMenu(int) - Method in class com.inet.jortho.SpellCheckerOptions
Set the maximun count of enties 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 hold some options for spell checking.
SpellCheckerOptions() - Constructor for class com.inet.jortho.SpellCheckerOptions
Create a 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.

A C E F G I L M P R S U

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