Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
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.
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.
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
.
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.
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.
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.
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
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.
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
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)
- 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.
setCustomDictionaryProvider(CustomDictionaryProvider)
- Static method in class com.inet.jortho.
SpellChecker
Set a CustomDictionaryProvider.
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.
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
E
F
G
H
I
L
M
N
P
R
S
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005 - 2009 i-net software. All Rights Reserved.