A B C D E F G I J L M N O P R S T U V W

A

actionPerformed(ActionEvent) - Method in class demo.JSpellAppTestLocal
Event handler interface for the demo application.
actionPerformed(ActionEvent) - Method in class demo.net.JSpellAppletTestServlet
The event handler for the applet.
actionPerformed(ActionEvent) - Method in class demo.net.JSpellAppTestServlet
The event handler for the demo application.
add(String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Add a word to the dictionary
addComponent(JTextComponent) - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Adds a JTextComponent object to be spell checked.
addComponent(TextComponent) - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Adds an AWT TextComponent object to be spell checked.
addComponent(JSpellTextComponent) - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Adds a JSpellTextComponent object to be spell checked.
addElement(Comparable) - Method in class com.wallstreetwise.core.util.OrderedArrayList
Add an element that implements Comparable.
addFrequentWords() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Loads validWords HashMap with frequently used words in the English language.
addParserListener(ParserListener) - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Register a listener to be notified when the parsing and spellcheck is completed.
adjustErrorPositions(int) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Used to adjust the internal position references of the errors returned by the spell checker.
adjustErrorPositions(int) - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Adjust internal positions of any error objects.
append(String) - Method in class com.wallstreetwise.app.jspell.console.OutputWindow
Add text to the OutputWindow.

B

bannerPrinted - Variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
A boolean indicating whether the copyright banner has been displayed.
baseOffset - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Represents the starting offset for phonetic and data nodes in this file.
batchCount - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
This variable is used internally.
batchSize - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
This variable determines the number of words to send to the server in a single 'batch'.
benchmark(String, int) - Static method in class com.wallstreetwise.core.util.RandomAccessFile
Benchmark the performance of the new RandomAccessFile class.
buffer - Variable in class com.wallstreetwise.core.util.RandomAccessFile
The buffer used to load the data.
buffered - Variable in class com.wallstreetwise.core.data.Node
Last access time of this node.
bufferStart - Variable in class com.wallstreetwise.core.util.RandomAccessFile
The offset in bytes of the start of the buffer, from the start of the file.

C

cancel() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Set the canceled flag to interrupt the spell checker.
cancel() - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Cancel the spell check.
centerDialog() - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Centers the dialog within the Frame.
centerDialog(Dialog, Frame) - Static method in class com.wallstreetwise.app.jspell.gui.Util
Center the Dialog within the Frame.
check() - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Accepts a previously constructed JSpellParser, a Frame, and the JTextComponent to check.
checkCaps(char, char) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
This method determines if JSpell is at the end of a sentence.
checkCaps(char, char, boolean, boolean) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
This method determines if JSpell is at the end of a sentence.
checkCaps(char, char) - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Check for end of sentence.
checkCaps(char, char, boolean, boolean) - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Check for end of sentence.
checkResponse(StringBuffer) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Performs the actual connection to the JSpell Servlet.
checkWord(JSpellWordBundle) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Sends words to be checked by the dictionary.
checkWord(JSpellWordBundle) - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Send an individual JSpellWordBundle to be checked.
checkWord(JSpellWordBundle, Suggestions) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Check a JSpellWordBundle.
checkWord(JSpellWordBundle) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Accepts a JSpellWordBundle to be checked against the dictionary.
checkWord(JSpellWordBundle) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Places a word in a batch to be checked by the JSpell Servlet.
child - Variable in class com.wallstreetwise.core.data.Node_R
Data structure containing entry point of JSpell dictionary file.
child - Variable in class com.wallstreetwise.core.data.Node_S
Child nodes array.
clear() - Method in class com.wallstreetwise.app.jspell.console.OutputWindow
Clear the OutputWindow.
clear() - Method in class com.wallstreetwise.app.jspell.domain.Suggestions
Clear the contents of the internal String array.
clear(int) - Method in class com.wallstreetwise.app.jspell.domain.Suggestions
Initialize an empty String array of size 'count'.
close() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Close access to a dictionary.
close() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Close the local dictionary.
close() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Close access to the JSpellIndex.
close() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Closes the network connection to the dictionary server.
close() - Method in class com.wallstreetwise.core.util.RandomAccessFile
Close the file, and release any associated system resources.
closeDialog() - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Closes the dialog
com.wallstreetwise.app.jspell.console - package com.wallstreetwise.app.jspell.console
Provides for managing JSpell dictionaries using a Graphic User Interface.
com.wallstreetwise.app.jspell.domain - package com.wallstreetwise.app.jspell.domain
JSpell non GUI related spell check classes for local and standalone spell check services.
com.wallstreetwise.app.jspell.domain.net - package com.wallstreetwise.app.jspell.domain.net
JSpell non GUI related spell check classes for network spell check servicess.
com.wallstreetwise.app.jspell.gui - package com.wallstreetwise.app.jspell.gui
JSpell graphic user interface and internationalization properties.
com.wallstreetwise.core.data - package com.wallstreetwise.core.data
JSpell core classes, data related.
com.wallstreetwise.core.gui - package com.wallstreetwise.core.gui
JSpell core classes, GUI related.
com.wallstreetwise.core.util - package com.wallstreetwise.core.util
JSpell core utility classes and static data.
compareTo(Object) - Method in class com.wallstreetwise.core.util.ScoredSuggestion
NOTE: This method returns comparison values in DESCENDING order since this format is most acceptable to the user, i.e., show words with highest similarity score first in the suggestions list.
Console - Class in com.wallstreetwise.app.jspell.console
This class is a GUI based program to manage the creation of JSpell spell checker dictionary files.
Console() - Constructor for class com.wallstreetwise.app.jspell.console.Console
Console constructor.
CREATE - Static variable in class com.wallstreetwise.core.util.RandomAccessFile
Create the file rather than overwriting it.
currentError - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
The current error being processed.

D

dataElement - Variable in class com.wallstreetwise.core.data.Node_D
Data element associated with this node.
dataEnd - Variable in class com.wallstreetwise.core.util.RandomAccessFile
The offset in bytes of the end of the data in the buffer, from the start of the file.
dataOffset - Variable in class com.wallstreetwise.core.data.Node_S
Position of this node in the JSpell dictionary file.
dataSize - Variable in class com.wallstreetwise.core.util.RandomAccessFile
The size of the data stored in the buffer, in bytes.
debug - Static variable in class com.wallstreetwise.core.util.Messages
Debug flag.
decode(String) - Static method in class com.wallstreetwise.app.jspell.domain.net.URLDecode
Decode a JavaScript encoded String.
defaultBufferSize - Static variable in class com.wallstreetwise.core.util.RandomAccessFile
The default buffer size, in bytes.
defaultCountry - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
System default country.
defaultCountry - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Default country of this dictionary file.
defaultDirectory - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
System default directory.
defaultLanguage - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
System default language.
defaultLanguage - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Default language of this dictionary file.
defaultProxy - Variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Specifies the URL for the spell checker.
defaultVersion - Static variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Default version.
demo - package demo
JSpell standalone application spell checking demonstrations.
demo.net - package demo.net
JSpell network spell checking demonstrations, e.g., App to Servlet and Applet to Servlet.
DemoStrings - Class in demo
Contains sample text strings for various languages.
deselect() - Method in class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Removes the highlight from the text component.
deselect() - Method in interface com.wallstreetwise.core.gui.JSpellTextComponent
Deselect text in the text component.
destroy() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Closes any open logging and JSpellIndex resources.
DictionaryCheck - Class in test
 
DictionaryCheck() - Constructor for class test.DictionaryCheck
Creates a new instance of DictionaryCheck
dictionaryCountry - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
The country code for the dictionary.
dictionaryDirectory - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
The directory for the dictionary files.
dictionaryLanguage - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
The language that this dictionary is using.
dictionaryLocation - Static variable in class com.wallstreetwise.app.jspell.domain.net.JSpellV
An instance of the JSpellDictionaryLocal associated with this validator.
dictionaryPath - Variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Path to dictionary files.
dictionaryReady - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Was the dictionary opened successfully and can it be searched?
dictionaryVersion - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
The version code for the dictionary.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Handles incoming requests from clients and delegates to processClientData.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
 

E

elementAt(int) - Method in class com.wallstreetwise.core.util.OrderedArrayList
Return the element at the given position.
endOfFile - Variable in class com.wallstreetwise.core.util.RandomAccessFile
True if we are at the end of the file.
englishChecks(boolean, String, String, Suggestions) - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Handle additional English language specific checks.
eqscore(String, String, boolean) - Static method in class com.wallstreetwise.core.util.Phonetics
Calculate an equivalency or similarity ranking on two strings.
eqscore(String, String, char, boolean) - Static method in class com.wallstreetwise.core.util.Phonetics
Calculate an equivalency score for two strings.
error(String) - Static method in class com.wallstreetwise.core.util.Messages
Receive an error message and display on the console.
error(Exception) - Static method in class com.wallstreetwise.core.util.Messages
Receive an error message as a Java Exception and display on the console.
errorCache - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
A HashMap containing the errors waiting to be processed.
errors - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
A Vector containing the errors returned by the spell checker.

F

file - Variable in class com.wallstreetwise.core.util.RandomAccessFile
The underlying java.io.RandomAccessFile.
filePosition - Variable in class com.wallstreetwise.core.util.RandomAccessFile
The offset in bytes from the file start, of the next read or write operation.
fileSeparator - Static variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
The operating system file separator constant.
flush() - Method in class com.wallstreetwise.core.util.RandomAccessFile
Copy the contents of the buffer to the disk.
forceUpperCase - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
When true, all suggestions returned by the spell checker will be in UPPER CASE.
forceUpperCase - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
See JSpellDictionary documentation.
frenchChecks(boolean, String, String, Suggestions, boolean) - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Handle additional French specific spell checker operations.

G

getBatchSize() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Get the number of words that can be validated by this access interface before getting errors back
getBatchSize() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Get the number of words that can be validated by this access interface before getting errors back.
getBlankURL(ServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellHTMLTools
Retrieves the URL of the blank page for the preview panes.
getBlockList() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
A HashMap containing words to filter or replace.
getBufferHit() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Get buffering statistics
getBufferHit() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
An int containing the number of buffer 'hits'.
getBufferMiss() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Get buffering statistics
getBufferMiss() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
An int containing the number of buffer 'misses'.
getCanceled() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return the boolean indicating whether the spell checking is about to stop.
getCount() - Method in class com.wallstreetwise.app.jspell.domain.Suggestions
Returns the size of the suggestions String array.
getCountryCode() - Method in class com.wallstreetwise.core.util.Language
Getter for property countryCode.
getCurPos() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Get the current character position in the text.
getCurrentError() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Returns the current error from the dictionary.
getCurrentError() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Get the current error, useful when rechecking a word to get the capsFlag status.
getDescription() - Method in class com.wallstreetwise.core.util.Language
Getter for property description.
getDictionary() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return the JSpellDictionaryAccessor object currently being used by this JSpellParser.
getDictionaryCountry() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Returns the country of the dictionary.
getDictionaryDirectory() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Returns the directory containing the JSpell dictionary.
getDictionaryDirectory() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Returns the directory where the JSpell dictionary files are located.
getDictionaryLanguage() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Returns the language of the dictionary.
getDictionaryLocation() - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Returns the JSpellDictionaryLocal object.
getDictionaryReady() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Retrieves the ready state of the dictionary.
getDictionaryReady() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Return whether JSpellDictionary is ready.
getDictionaryVersion() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Returns the version of the dictionary.
getDirectEdit(ServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellHTMLTools
Returns the directEdit value.
getError() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Initiates validation of textToCheck and is also called repeatedly to get errors from the JSpellDictionaryAccessor.
getErrors(ServletRequest, String, String, boolean, boolean, String, String) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellHTMLTools
Generates the JavaScript used in the JSpell HTML 2004 spell checker dialog.
getErrors(ServletRequest, boolean, boolean, String, String) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellIFrameTools
Generates the JavaScript used in the JSpell HTML 2004 spell checker dialog.
getFD() - Method in class com.wallstreetwise.core.util.RandomAccessFile
Returns the opaque file descriptor object associated with this file.
getFilePointer() - Method in class com.wallstreetwise.core.util.RandomAccessFile
Returns the current position in the file, where the next read or write will occur.
getForceUpperCase() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Is this dictionary configured to return suggestions in UPPER CASE.
getForceUpperCase() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
If true, return suggestions in UPPER CASE.
getForceUpperCase() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
See JSpellDictionary class for method description.
getForceUpperCase() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return value of getForceUpperCase.
getForceUpperCase() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Should spell checker work in CAPS only mode?
getFrame() - Method in class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Get the Frame or parent Frame containing this text component.
getFrame(Component) - Static method in class com.wallstreetwise.app.jspell.gui.Util
Accept a component and look up the containment hierarchy for its Frame parent.
getFrame() - Method in interface com.wallstreetwise.core.gui.JSpellTextComponent
Get the parent frame of the wrapped component.
getIEMode(ServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellHTMLTools
Returns the directEdit value.
getIgnoreCheck() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return value of ignoreCheck.
getIgnoreDoubleWords() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Returns the ignoreDoubleWords variable.
getIgnoreDoubleWords() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Return whether this dictionary accessor ignores double words.
getIgnoreDoubleWords() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return value of ignoreDoubleWords.
getIgnoreDoubleWords() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Should repeated words be ignored for spell checking?
getIgnoreFirstCaps() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Return whether this dictionary accessor ignores capitalization errors on the first word.
getIgnoreFirstCaps() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Return whether this dictionary accessor ignores capitalization errors on the first word.
getIgnoreFirstCaps() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return value of ignoreFirstCaps.
getIgnoreFirstCaps() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Should the first letter of a sentence or field be capitalized?
getIgnoreIrregularCaps() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Returns ignoreIrregularCaps variable.
getIgnoreIrregularCaps() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Return whether this dictionary accessor ignores irregular capitalization.
getIgnoreIrregularCaps() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return value of ignoreIrregularCaps.
getIgnoreIrregularCaps() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Should sentence capitalization be ignored.
getIgnoreUpper() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Returns the ignoreUpper variable.
getIgnoreUpper() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Return whether this dictionary accessor checks capitalized words.
getIgnoreUpper() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return value of ignoreUpper.
getIgnoreUpper() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Should words in UPPER CASE be ignored during spell checking?
getIgnoreWordsWithNumbers() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Returns the ignoreWordsWithNumbers variable.
getIgnoreWordsWithNumbers() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Return whether this dictionary accessor ignores words with numbers.
getIgnoreWordsWithNumbers() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return value of ignoreWordsWithNumbers.
getIgnoreWordsWithNumbers() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Should words with numbers be ignored for spell checking, e.g., H20?
getImagePath(ServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Returns the URL of the images for the non direct edit version of JSpell HTML 2004.
getIndexCountry() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Returns the country of this dictionary file.
getIndexDirectory() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Returns the location of the JSpell dictionary files.
getIndexLanguage() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Returns the language of this dictionary file.
getIndexPath() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Returns the location of this dictionary file.
getJSpellDictionaryLocal(String, String, String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Retrieve a JSpellDictionaryLocal object from the manager using the language and country to determine which dictionary object to return.
getJSpellDictionaryLocal(String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Retrieve a JSpellDictionaryLocal object from the manager using the description containing the language and country code to determine which dictionary object to return.
getJSpellDictionaryManager() - Static method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Returns an instance of the JSpellDictionaryManager object.
getJSpellDictionaryManager() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Return an instance of the JSpellDictionaryManager.
getJSpellIFrameValidator() - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellIFrameValidator
Return an instance of JSpellIFrameValidator.
getJSpellIFrameValidator(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellIFrameValidator
Return the JSpellIFrameValidator instance.
getJSpellTools() - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellHTMLTools
Get the instance of the JSpellHTMLTools class.
getJSpellTools() - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellIFrameTools
Get the instance of the JSpellIFrameTools class.
getJSpellValidator() - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellValidator
Return an instance of the JSpellValidator class.
getJSpellValidator(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellValidator
Return the JSpellValidator object and initialize it.
getLanguage() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Get the language of the JSpell Servlet.
getLanguage(ServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Returns the language of the spell check request.
getLanguageCode() - Method in class com.wallstreetwise.core.util.Language
Getter for property languageCode.
getLanguages() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Returns a Vector containing String descriptions of the languages and country codes that this JSpellDictionaryManager is managing.
getLanguages() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Connects to the JSpell Servlet and retrieves the languages available in the JSpell Servlet.
getLearnWords() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Can words be added to the dictionary?
getLearnWords() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Returns whether this dictionary accessor allows learning of words.
getLearnWords() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Does the underlying dictionary support addition of new words.
getLocked() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Returns whether or not the JSpellIndex is currently locked, i.e., performing a search or add operation.
getLogFileName() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Returns the current value of the logFileName.
getLower() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return the word as lower case.
getLower_FirstCharOnly() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return the word with the first character as lower case.
getLower_FirstCharOnly(String) - Static method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Static - Return the word with the first character as lower case.
getNextError() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Retrieves the next error from the dictionary.
getNextError() - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Get error info/suggestions, when null caller may continue sending words to check.
getNextError() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
First check if there are words to be validated against the server that didn't make it in the last batch.
getParser() - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Returns the JSpellParser object.
getParserListeners() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return the Vector of ParserListeners.
getPosition() - Method in class com.wallstreetwise.app.jspell.domain.JSpellErrorInfo
Return the position in the source text of this word.
getPosition() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return the position.
getProper() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return the word with the first character capitalized.
getProper(String) - Static method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Static - Return the word with the first character capitalized.
getPropertiesFile() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Returns the current value of the propertiesFile.
getProxy(HttpServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Gets proxy URL if specified, or URL of JSpell.jsp.
getResults() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Get results from the server.
getResults(String, String, boolean, boolean, String, String) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellIFrameValidator
Returns the result of spell checking an IFrame instance.
getResults(String[], String, String, String, boolean, boolean, String, String) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellValidator
Returns the results of the JSpell HTML spell checker.
getScore() - Method in class com.wallstreetwise.core.util.ScoredSuggestion
Return the equivalency ranking.
getServletInfo() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Returns the name, copyright and authorship of the JSpellServlet.
getSpecialCase() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return true if word should be upper case.
getStopped() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Return the state of the spell checker, ie, is it stopped?
getStyleSheetURL(HttpServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Returns the URL of the style sheet URL.
getSuggestion() - Method in class com.wallstreetwise.core.util.ScoredSuggestion
Return the suggestion String.
getSuggestions() - Method in class com.wallstreetwise.app.jspell.domain.JSpellErrorInfo
Return the suggested words.
getSuggestions() - Method in class com.wallstreetwise.app.jspell.domain.Suggestions
Return a String array of the suggestions.
getSupplementalDictionary(ServletRequest) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Returns the words in the supplemental dictionary.
getText() - Method in class com.wallstreetwise.app.jspell.console.OutputWindow
Get the text in the OutputWindow.
getText() - Method in class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Returns the text of the text component.
getText() - Method in interface com.wallstreetwise.core.gui.JSpellTextComponent
Allows classes that access JSpellTextComponent implementors to retrieve the text contained in the control.
getTextComponent() - Method in class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Returns the TextComponent object in this wrapper.
getTextComponent() - Method in interface com.wallstreetwise.core.gui.JSpellTextComponent
Get the TextComponent
getTextLength() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Get the length of the text to check.
getTextStringBuffer() - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Get the text being checked as a StringBuffer.
getUpper_FirstCharOnly(String) - Static method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Static - Return the word with the first character as upper case.
getUpperCase() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return whether word is all upper case
getURL() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Get the URL of the JSpell Servlet.
getVersion() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Returns the version tag of this dictionary file.
getVersion() - Method in class com.wallstreetwise.core.util.Language
Getter for property version.
getWord() - Method in class com.wallstreetwise.app.jspell.domain.JSpellErrorInfo
Return the word that was checked (and presumably invalid).
getWord() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return the word.
getWordBundle() - Method in class com.wallstreetwise.app.jspell.domain.JSpellErrorInfo
Return the JSpellWordBundle containing the invalid word and position in source text.

I

IFrameValidator - Variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Boolean indicating whether an IFrame is being spell checked.
ignoreDoubleWords - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
When true, JSpell will not flag an error if a word is repeated.
ignoreDoubleWords - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
See JSpellDictionary documentation.
ignoreFirstCaps - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
If false and the first character in a field being spell checked is not capitalized then JSpell will flag an error.
ignoreFirstCaps - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
See JSpellDictionary documentation.
ignoreIrregularCaps - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
When false, JSpell will flag an error if a word is at the beginning of a sentence but is not capitalized.
ignoreIrregularCaps - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
See JSpellDictionary documentation.
ignoreUpper - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
If true, JSpell will not attempt to spell check words that are in all UPPER CASE.
ignoreUpper - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
See JSpellDictionary documentation.
ignoreWord(String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Add a word to the list of words to ignore/not check.
ignoreWord(String) - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Add a word to the list of words to ignore/not check.
ignoreWord(String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Add this word to the list of words to ignore in the dictionary accessor.
ignoreWords - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
A HashMap of words to ignore.
ignoreWordsWithNumbers - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
When true, JSpell will ignore any words containing numbers and will not attempt to spell check them.
ignoreWordsWithNumbers - Variable in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
See JSpellDictionary documentation.
indexChanged() - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Called whenever the language or country changes.
indexDataArray - Static variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
A byte array that holds the default JSpell dictionary file for the JSpell HTML and JSpell IFrame products.
indexReady - Variable in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Index opened successfully?
indexSetup(ServletConfig, String) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Initializes the dictionaries.
info(String) - Static method in class com.wallstreetwise.core.util.Messages
Informational message.
init() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Initializes the JSpellDictionary object by creating the HashMaps, Vectors and other internal structures used by the JSpellDictionary object.
init(ServletConfig) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Called whenever the JSpellServlet is loaded by the Java servlet container.
init() - Method in class demo.net.JSpellAppletTestServlet
The init method.
initManager() - Static method in class com.wallstreetwise.app.jspell.domain.net.JSpellV
Initializes the dictionaryManager.
isForceUpperCase() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Getter for property forceUpperCase.
isIgnoreDoubleWords() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Getter for property ignoreDoubleWords.
isIgnoreFirstCaps() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Getter for property ignoreFirstCaps.
isIgnoreIrregularCaps() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Getter for property ignoreIrregularCaps.
isIgnoreUpper() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Getter for property ignoreUpper.
isIgnoreWordsWithNumbers() - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryManager
Getter for property ignoreWordsWithNumbers.
isIndexReady() - Method in class com.wallstreetwise.app.jspell.domain.JSpellIndex
Returns the status of the JSpellIndex.
isProper() - Method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return true if first character is upper case.
isProper(String) - Static method in class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Return true if first character is upper case.
isShowComplete() - Method in class com.wallstreetwise.app.jspell.gui.JSpellChecker
Getter for property showComplete.
iterator() - Method in class com.wallstreetwise.core.util.OrderedArrayList
Return an Iterator.

J

JSpellAppletTestServlet - Class in demo.net
A Java applet which performs spell checking.
JSpellAppletTestServlet() - Constructor for class demo.net.JSpellAppletTestServlet
Creates a new instance of JSpellAppletTestServlet
JSpellAppTestLocal - Class in demo
An example of using JSpell to enable spell checking in a standalone application.
JSpellAppTestLocal(String) - Constructor for class demo.JSpellAppTestLocal
An example of using JSpell to enable spell checking in a standalone application.
JSpellAppTestServlet - Class in demo.net
A demo application showing how to perform spell checking in a standalone application which connects to a JSpell Servlet to perform the spell checking.
JSpellAppTestServlet(String) - Constructor for class demo.net.JSpellAppTestServlet
The constructor for the demo application.
JSpellChecker - Class in com.wallstreetwise.app.jspell.gui
The JSpellChecker class is the Java 2 graphic user interface to the JSpell Java SDK 2004 Spell Checker.
JSpellChecker() - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
Creates a new JSpellChecker.
JSpellChecker(JDialog) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
Used to initialize the JSpellChecker with a JDialog as a parent.
JSpellChecker(Frame) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
When called with a Frame parameter, will cause the spell checker to center itself within the frame.
JSpellChecker(JTextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
Constructs a JSpellChecker and initializes it to spell check the JTextComponent passed in as an argument.
JSpellChecker(Frame, JTextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
Initializes the JSpellChecker with a Frame and a JTextComponent.
JSpellChecker(JSpellTextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
Constructs a JSpellChecker and initializes it to spell check the JSpellTextComponent passed in as an argument.
JSpellChecker(Frame, JSpellTextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellChecker
Initializes the JSpellChecker with a Frame and a JSpellTextComponent.
JSpellDictionary - Class in com.wallstreetwise.app.jspell.domain
A JSpellDictionary is an abstract class that is the base class for all JSpell dictionary access classes.
JSpellDictionary() - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Constructs a JSpellDictionary object.
JSpellDictionaryAccessor - Interface in com.wallstreetwise.app.jspell.domain
This interface describes the requirements for any JSpellDictionary object.
JSpellDictionaryLocal - Class in com.wallstreetwise.app.jspell.domain
This class manages local access to a JSpell dictionary.
JSpellDictionaryLocal() - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Constructor which accepts no parameters and sets the dictionary to the value of the defaultFile variable.
JSpellDictionaryLocal(String, String, String) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Creates and initializes the JSpellDictionaryLocal object with the directory, language and country of the local dictionary.
JSpellDictionaryLocal(String, String, String, String) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Creates and initializes the JSpellDictionaryLocal object with the directory, language and country of the local dictionary.
JSpellDictionaryManager - Class in com.wallstreetwise.app.jspell.domain
This classes manages a collection of dictionaries for use by JSpell.
JSpellDictionaryServlet - Class in com.wallstreetwise.app.jspell.domain.net
JSpellDictionary subclass which is designed to communicate with a JSpellServlet being hosted on a web server.
JSpellDictionaryServlet() - Constructor for class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Construct a JSpellDictionaryServlet.
JSpellErrorInfo - Class in com.wallstreetwise.app.jspell.domain
This class encapsulates error information returned by the dictionary accessor.
JSpellErrorInfo(JSpellWordBundle, String[]) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellErrorInfo
Pass a JSpellWordBundle containing information on the checked word such as position and the word itself and the suggested spellings.
JSpellException - Exception in com.wallstreetwise.app.jspell.domain
When thrown indicates that JSpell encountered a non-recoverable problem.
JSpellException() - Constructor for exception com.wallstreetwise.app.jspell.domain.JSpellException
Create a JSpellException object.
JSpellException(String) - Constructor for exception com.wallstreetwise.app.jspell.domain.JSpellException
Create a JSpellException object with a String description.
JSpellHTMLTools - Class in com.wallstreetwise.app.jspell.domain.net
This is a helper class for the JSpell HTML 2004 product.
JSpellIFrameTools - Class in com.wallstreetwise.app.jspell.domain.net
A helper class for the JSpell IFrame 2004 spell checker.
JSpellIFrameTools() - Constructor for class com.wallstreetwise.app.jspell.domain.net.JSpellIFrameTools
Creates a new instance of JSpellIFrameTools
JSpellIFrameValidator - Class in com.wallstreetwise.app.jspell.domain.net
This is a helper class for the JSpell IFrame 2004 spell checker.
JSpellIndex - Class in com.wallstreetwise.app.jspell.domain
This class manages a hybrid trie/linked list data structure on disk.
JSpellIndex() - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellIndex
Constructor for the JSpellIndex class.
JSpellIndex(String, String, String) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellIndex
Constructs a JSpellIndex object.
JSpellIndex(String, String, String, String) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellIndex
Constructs a JSpellIndex object.
JSpellParser - Class in com.wallstreetwise.app.jspell.domain
This class is constructed with a JSpellDictionaryAccessor supplied by the caller of the constructor.
JSpellParser() - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellParser
Construct the JSpellParser object.
JSpellParser(JSpellDictionaryAccessor) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellParser
Construct parser using given JSpellDictionaryAccessor object.
JSpellParser(JSpellDictionaryAccessor, String) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellParser
Construct parser with the given JSpellDictionaryAccessor and set the text String to check.
JSpellServlet - Class in com.wallstreetwise.app.jspell.domain.net
The JSpellServlet class is designed to be accessed from a Java client running as an applet or an application.
JSpellServlet() - Constructor for class com.wallstreetwise.app.jspell.domain.net.JSpellServlet
Constructs the JSpellServlet instance.
JSpellSwingTextComponentWrapper - Class in com.wallstreetwise.app.jspell.gui
A wrapper class for JTextComponents.
JSpellSwingTextComponentWrapper(JTextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Construct the wrapper.
JSpellSwingTextComponentWrapper(TextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Construct the wrapper.
JSpellSwingTextComponentWrapper(JSpellTextComponent) - Constructor for class com.wallstreetwise.app.jspell.gui.JSpellSwingTextComponentWrapper
Construct the wrapper.
JSpellTextComponent - Interface in com.wallstreetwise.core.gui
This interface can be implemented by classes other than TextComponents to allow spell checking of all types of GUI or even non-GUI objects.
JSpellTools - Class in com.wallstreetwise.app.jspell.domain.net
The base class for the JSpellHTMLTools and JSpellIFrameTools classes.
JSpellTools() - Constructor for class com.wallstreetwise.app.jspell.domain.net.JSpellTools
Creates a new instance of JSpellTools
JSpellV - Class in com.wallstreetwise.app.jspell.domain.net
Base class for the JSpellValidator and JSpellIFrameValidator classes.
JSpellV() - Constructor for class com.wallstreetwise.app.jspell.domain.net.JSpellV
 
JSpellValidator - Class in com.wallstreetwise.app.jspell.domain.net
This is a helper class for the JSpell HTML 2004 spell checker.
JSpellWordBundle - Class in com.wallstreetwise.app.jspell.domain
This class encapsulates information about a word that is being spell checked.
JSpellWordBundle(String, int, boolean, boolean) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Construct a JSpellWordBundle with the word, its position, whether it should be proper, and whether to force upper case suggestions when checking for errors.
JSpellWordBundle(String, int, boolean, boolean, boolean) - Constructor for class com.wallstreetwise.app.jspell.domain.JSpellWordBundle
Construct a JSpellWordBundle with the word, its position, whether it should be proper, whether to force upper case suggestions when checking for errors, and whether this JSpellWordBundle should be ignored when spell checking.

L

Language - Class in com.wallstreetwise.core.util
This class encapsulates language ISO codes, country ISO codes and descriptions.
Language(String, String) - Constructor for class com.wallstreetwise.core.util.Language
Creates a new instance of Language
Language(String, String, String) - Constructor for class com.wallstreetwise.core.util.Language
Creates a new instance of Language
learnResponse(StringBuffer) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Make a connection to the JSpell Servlet and persist the word contained in the StringBuffer.
learnWord(String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionary
Add a new word to the dictionary.
learnWord(String) - Method in interface com.wallstreetwise.app.jspell.domain.JSpellDictionaryAccessor
Add a new word to the dictionary.
learnWord(String) - Method in class com.wallstreetwise.app.jspell.domain.JSpellDictionaryLocal
Persist a word to the dictionary file.
learnWord(JSpellErrorInfo) - Method in class com.wallstreetwise.app.jspell.domain.JSpellParser
Add this word to the dictionary.
learnWord(String) - Method in class com.wallstreetwise.app.jspell.domain.net.JSpellDictionaryServlet
Add a word to the internal valid words collection and call learnResponse to update the word in the JSpell Servlet.