Skip navigation links
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.JSpellAppletTestServlet
The event handler for the applet.
actionPerformed(ActionEvent) - Method in class demo.JSpellAppTestLocal
Event handler interface for the com.jspell.demo application.
actionPerformed(ActionEvent) - Method in class demo.JSpellAppTestServlet
The event handler for the applet.
add(String) - Method in class com.jspell.domain.JSpellIndex
Add a word to the dictionary
addComponent(JTextComponent) - Method in class com.jspell.gui.JSpellChecker
Adds a JTextComponent object to be spell checked.
addComponent(TextComponent) - Method in class com.jspell.gui.JSpellChecker
Adds an AWT TextComponent object to be spell checked.
addComponent(JSpellTextComponent) - Method in class com.jspell.gui.JSpellChecker
Adds a JSpellTextComponent object to be spell checked.
addParserListener(ParserListener) - Method in class com.jspell.domain.JSpellParser
Register a listener to be notified when the parsing and spellcheck is completed.
adjustErrorPositions(int) - Method in class com.jspell.domain.JSpellDictionary
Used to adjust the internal position references of the errors returned by the spell checker.
adjustErrorPositions(int) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Adjust internal positions of any error objects.
append(String) - Method in class com.jspell.console.OutputWindow
Add text to the OutputWindow.
autoCorrect() - Method in class com.jspell.domain.JSpellParser
Returns automatically corrected text.
autoCorrect(String, String) - Method in class com.jspell.domain.net.JSpellEvolutionServlet
 

B

bannerPrinted - Variable in class com.jspell.domain.net.JSpellTools
A boolean indicating whether the copyright banner has been displayed.
batchCount - Variable in class com.jspell.domain.JSpellDictionary
This variable is used internally.
batchSize - Variable in class com.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.jspell.domain.RandomAccessFile
Benchmark the performance of the new RandomAccessFile class.
buffer - Variable in class com.jspell.domain.RandomAccessFile
The buffer used to load the data.
bufferStart - Variable in class com.jspell.domain.RandomAccessFile
The offset in bytes of the start of the buffer, from the start of the file.
build() - Method in class com.jspell.console.IndexBuild
 

C

cacheSize - Variable in class com.jspell.domain.net.JSpellTools
Cache Size.
cancel() - Method in class com.jspell.domain.JSpellParser
Set the canceled flag to interrupt the spell checker.
cancel() - Method in class com.jspell.gui.JSpellChecker
Cancel the spell check.
center(String, char, char, int) - Static method in class com.jspell.domain.JSpellSystem
 
centerDialog() - Method in class com.jspell.gui.JSpellChecker
Centers the dialog within the Frame.
centerDialog(Dialog, Frame) - Static method in class com.jspell.gui.Util
Center the Dialog within the Frame.
check() - Method in class com.jspell.gui.JSpellChecker
Accepts a previously constructed JSpellParser, a Frame, and the JTextComponent to check.
checkCaps(char, char) - Method in class com.jspell.domain.JSpellDictionary
This method determines if JSpell is at the end of a sentence.
checkCaps(char, char, boolean, boolean) - Method in class com.jspell.domain.JSpellDictionary
This method determines if JSpell is at the end of a sentence.
checkCaps(char, char) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Check for end of sentence.
checkCaps(char, char, boolean, boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Check for end of sentence.
checkResponse(StringBuffer) - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Performs the actual connection to the JSpell Servlet.
checkWord(JSpellWordBundle) - Method in class com.jspell.domain.JSpellDictionary
Sends words to be checked by the dictionary.
checkWord(JSpellWordBundle) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Send an individual JSpellWordBundle to be checked.
checkWord(JSpellWordBundle, Suggestions) - Method in class com.jspell.domain.JSpellDictionaryLocal
Check a JSpellWordBundle.
checkWord(JSpellWordBundle) - Method in class com.jspell.domain.JSpellDictionaryLocal
Accepts a JSpellWordBundle to be checked against the dictionary.
checkWord(JSpellWordBundle) - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Places a word in a batch to be checked by the JSpell Servlet.
clear() - Method in class com.jspell.console.OutputWindow
Clear the OutputWindow.
clear() - Method in class com.jspell.domain.Suggestions
Clear the contents of the internal String array.
clear(int) - Method in class com.jspell.domain.Suggestions
Initialize an empty String array of size 'count'.
close() - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Close access to a dictionary.
close() - Method in class com.jspell.domain.JSpellDictionaryLocal
Close the local dictionary.
close() - Method in class com.jspell.domain.JSpellIndex
Close access to the JSpellIndex.
close() - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Closes the network connection to the dictionary server.
close() - Method in class com.jspell.domain.RandomAccessFile
Close the file, and release any associated system resources.
closeDialog() - Method in class com.jspell.gui.JSpellChecker
Closes the dialog
com.jspell.console - package com.jspell.console
Provides for managing JSpell dictionaries using a Graphic User Interface.
com.jspell.domain - package com.jspell.domain
JSpell non GUI related spell check classes for local and standalone spell check services.
com.jspell.domain.net - package com.jspell.domain.net
JSpell non GUI related spell check classes for network spell check servicess.
com.jspell.gui - package com.jspell.gui
JSpell graphic user interface and internationalization properties.
Console - Class in com.jspell.console
This class is a GUI based program to manage the creation of JSpell spell checker dictionary files.
Console() - Constructor for class com.jspell.console.Console
Console constructor.
CREATE - Static variable in class com.jspell.domain.RandomAccessFile
Create the file rather than overwriting it.

D

dataEnd - Variable in class com.jspell.domain.RandomAccessFile
The offset in bytes of the end of the data in the buffer, from the start of the file.
dataSize - Variable in class com.jspell.domain.RandomAccessFile
The size of the data stored in the buffer, in bytes.
debug(String) - Static method in class com.jspell.domain.Messages
 
defaultBufferSize - Static variable in class com.jspell.domain.RandomAccessFile
The default buffer size, in bytes.
defaultCountry - Static variable in class com.jspell.domain.JSpellDictionary
System default country.
defaultDirectory - Static variable in class com.jspell.domain.JSpellDictionaryLocal
System default directory.
defaultLanguage - Static variable in class com.jspell.domain.JSpellDictionary
System default language.
defaultProxy - Variable in class com.jspell.domain.net.JSpellTools
Specifies the URL for the spell checker.
defaultVersion - Static variable in class com.jspell.domain.JSpellDictionary
Default version.
delayLog(String) - Static method in class com.jspell.domain.Messages
 
demo - package demo
JSpell spell checking demonstrations.
DemoStrings - Class in demo
Contains sample text strings for various languages.
deselect() - Method in class com.jspell.gui.JSpellSwingTextComponentWrapper
Removes the highlight from the text component.
deselect() - Method in interface com.jspell.gui.JSpellTextComponent
Deselect text in the text component.
destroy() - Method in class com.jspell.domain.net.JSpellServlet
Closes any open logging and JSpellIndex resources.
dictionaryLocation - Static variable in class com.jspell.domain.net.JSpellV
An instance of the JSpellDictionaryLocal associated with this validator.
dictionaryPath - Variable in class com.jspell.domain.net.JSpellTools
Path to dictionary files.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jspell.domain.net.JSpellServlet
Handles incoming GET requests from clients and delegates to processClientData.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jspell.domain.net.JSpellEvolutionServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jspell.domain.net.JSpellServlet
Handles incoming POST requests from clients and delegates to processClientData.

E

endOfFile - Variable in class com.jspell.domain.RandomAccessFile
True if we are at the end of the file.
error(String) - Static method in class com.jspell.domain.Messages
Receive an error message and display on the console.
error(Exception) - Static method in class com.jspell.domain.Messages
Receive an error message as a Java Exception and display on the console.
errors - Variable in class com.jspell.domain.JSpellDictionary
A Vector containing the errors returned by the spell checker.

F

file - Variable in class com.jspell.domain.RandomAccessFile
The underlying java.io.RandomAccessFile.
filePosition - Variable in class com.jspell.domain.RandomAccessFile
The offset in bytes from the file start, of the next read or write operation.
flush() - Method in class com.jspell.domain.RandomAccessFile
Copy the contents of the buffer to the disk.

G

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

I

ignoreWord(String) - Method in class com.jspell.domain.JSpellDictionary
Add a word to the list of words to ignore/not check.
ignoreWord(String) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Add a word to the list of words to ignore/not check.
ignoreWord(String) - Method in class com.jspell.domain.JSpellParser
Add this word to the list of words to ignore in the dictionary accessor.
IndexAdd - Class in demo
This class is used to add a word to a JSpell index and illustrates low level API usage to add a word to a JSpell index.
IndexAdd() - Constructor for class demo.IndexAdd
 
IndexBuild - Class in com.jspell.console
Utility class to build a JSpell Index.
IndexBuild() - Constructor for class com.jspell.console.IndexBuild
 
indexChanged() - Method in class com.jspell.domain.net.JSpellServlet
Called whenever the language or country changes.
indexReady - Variable in class com.jspell.domain.net.JSpellTools
Index opened successfully?
IndexRemove - Class in demo
This class is used to remove a word from a JSpell index and illustrates low level API usage to remove a word from a JSpell index.
IndexRemove() - Constructor for class demo.IndexRemove
 
IndexSearch - Class in demo
This class is used to search for a word in a JSpell index and illustrates low level API usage to search for a word in a JSpell index.
IndexSearch() - Constructor for class demo.IndexSearch
 
indexSetup(ServletConfig, String) - Method in class com.jspell.domain.net.JSpellTools
Initializes the dictionaries.
info(String) - Static method in class com.jspell.domain.Messages
Informational message.
init() - Method in class com.jspell.domain.JSpellDictionary
Initializes the JSpellDictionary object by creating the HashMaps, Vectors and other internal structures used by the JSpellDictionary object.
init(String, String) - Method in class com.jspell.domain.net.JSpellEvolutionServlet
 
init(ServletConfig) - Method in class com.jspell.domain.net.JSpellServlet
Called whenever the JSpellServlet is loaded by the Java servlet container.
init() - Method in class demo.JSpellAppletTestServlet
The init method.
init() - Method in class demo.SimpleDemo3
 
initManager() - Static method in class com.jspell.domain.net.JSpellV
Initializes the dictionaryManager.
isForceUpperCase() - Method in class com.jspell.domain.JSpellDictionaryManager
Getter for property forceUpperCase.
isIgnoreDoubleWords() - Method in class com.jspell.domain.JSpellDictionaryManager
Getter for property ignoreDoubleWords.
isIgnoreFirstCaps() - Method in class com.jspell.domain.JSpellDictionaryManager
Getter for property ignoreFirstCaps.
isIgnoreIrregularCaps() - Method in class com.jspell.domain.JSpellDictionaryManager
Getter for property ignoreIrregularCaps.
isIgnoreUpper() - Method in class com.jspell.domain.JSpellDictionaryManager
Getter for property ignoreUpper.
isIgnoreWordsWithNumbers() - Method in class com.jspell.domain.JSpellDictionaryManager
Getter for property ignoreWordsWithNumbers.
isIndexReady() - Method in class com.jspell.domain.JSpellIndex
Returns the status of the JSpellIndex.
ISOValidate(String, String) - Static method in class com.jspell.console.IndexBuild
Validates the ISO language and country codes against the ISO standards.
isProper() - Method in class com.jspell.domain.JSpellWordBundle
Return true if first character is upper case.
isProper(String) - Static method in class com.jspell.domain.JSpellWordBundle
Return true if first character is upper case.
isShowComplete() - Method in class com.jspell.gui.JSpellChecker
Getter for property showComplete.
isValidWord(String) - Method in class com.jspell.domain.JSpellDictionary
Check if a word is already valid.

J

JSpellAppletTestServlet - Class in demo
A Java applet which performs spell checking.
JSpellAppletTestServlet() - Constructor for class demo.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
A com.jspell.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.JSpellAppTestServlet
The constructor for the com.jspell.demo application.
JSpellChecker - Class in com.jspell.gui
The JSpellChecker class is the graphic user interface to the JSpell SDK.
JSpellChecker() - Constructor for class com.jspell.gui.JSpellChecker
Creates a new JSpellChecker.
JSpellChecker(JDialog) - Constructor for class com.jspell.gui.JSpellChecker
Used to initialize the JSpellChecker with a JDialog as a parent.
JSpellChecker(Frame) - Constructor for class com.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.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.jspell.gui.JSpellChecker
Initializes the JSpellChecker with a Frame and a JTextComponent.
JSpellChecker(JSpellTextComponent) - Constructor for class com.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.jspell.gui.JSpellChecker
Initializes the JSpellChecker with a Frame and a JSpellTextComponent.
JSpellDictionary - Class in com.jspell.domain
A JSpellDictionary is an abstract class that is the base class for all JSpell dictionary access classes.
JSpellDictionary() - Constructor for class com.jspell.domain.JSpellDictionary
Constructs a JSpellDictionary object.
JSpellDictionaryAccessor - Interface in com.jspell.domain
This interface describes the requirements for any JSpellDictionary object.
JSpellDictionaryLocal - Class in com.jspell.domain
This class manages local access to a JSpell dictionary.
JSpellDictionaryLocal() - Constructor for class com.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.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.jspell.domain.JSpellDictionaryLocal
Creates and initializes the JSpellDictionaryLocal object with the directory, language and country of the local dictionary.
JSpellDictionaryLocal(String, Language) - Constructor for class com.jspell.domain.JSpellDictionaryLocal
 
JSpellDictionaryManager - Class in com.jspell.domain
This class manages a collection of dictionaries for use by JSpell.
JSpellDictionaryServlet - Class in com.jspell.domain.net
JSpellDictionary subclass which is designed to communicate with a JSpellServlet being hosted on a web server.
JSpellDictionaryServlet() - Constructor for class com.jspell.domain.net.JSpellDictionaryServlet
Construct a JSpellDictionaryServlet.
JSpellErrorInfo - Class in com.jspell.domain
This class encapsulates error information returned by the dictionary accessor.
JSpellErrorInfo(JSpellWordBundle, String[]) - Constructor for class com.jspell.domain.JSpellErrorInfo
Pass a JSpellWordBundle containing information on the checked word such as position and the word itself and the suggested spellings.
JSpellEvolutionServlet - Class in com.jspell.domain.net
 
JSpellEvolutionServlet() - Constructor for class com.jspell.domain.net.JSpellEvolutionServlet
 
JSpellException - Exception in com.jspell.domain
When thrown indicates that JSpell encountered a non-recoverable problem.
JSpellException() - Constructor for exception com.jspell.domain.JSpellException
Create a JSpellException object.
JSpellException(String) - Constructor for exception com.jspell.domain.JSpellException
Create a JSpellException object with a String description.
JSpellHTMLTools - Class in com.jspell.domain.net
This is a helper class for the JSpell HTML Pro product.
JSpellIFrameTools - Class in com.jspell.domain.net
A helper class for the JSpell IFrame spell checker.
JSpellIFrameTools() - Constructor for class com.jspell.domain.net.JSpellIFrameTools
Creates a new instance of JSpellIFrameTools
JSpellIFrameValidator - Class in com.jspell.domain.net
This is a helper class for the JSpell IFrame Pro spell checker.
JSpellIndex - Class in com.jspell.domain
This class manages a hybrid trie/linked list data structure on disk.
JSpellIndex() - Constructor for class com.jspell.domain.JSpellIndex
Constructor for the JSpellIndex class.
JSpellIndex(String, String, String) - Constructor for class com.jspell.domain.JSpellIndex
Constructs a JSpellIndex object.
JSpellIndex(String, String, String, String) - Constructor for class com.jspell.domain.JSpellIndex
Constructs a JSpellIndex object.
JSpellParser - Class in com.jspell.domain
This class is constructed with a JSpellDictionaryAccessor supplied by the caller of the constructor.
JSpellParser() - Constructor for class com.jspell.domain.JSpellParser
Construct the JSpellParser object.
JSpellParser(JSpellDictionaryAccessor) - Constructor for class com.jspell.domain.JSpellParser
Construct parser using given JSpellDictionaryAccessor object.
JSpellParser(JSpellDictionaryAccessor, String) - Constructor for class com.jspell.domain.JSpellParser
Construct parser with the given JSpellDictionaryAccessor and set the text String to check.
JSpellServlet - Class in com.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.jspell.domain.net.JSpellServlet
Constructs the JSpellServlet instance.
JSpellSwingTextComponentWrapper - Class in com.jspell.gui
A wrapper class for JTextComponents.
JSpellSwingTextComponentWrapper(JTextComponent) - Constructor for class com.jspell.gui.JSpellSwingTextComponentWrapper
Construct the wrapper.
JSpellSwingTextComponentWrapper(TextComponent) - Constructor for class com.jspell.gui.JSpellSwingTextComponentWrapper
Construct the wrapper.
JSpellSwingTextComponentWrapper(JSpellTextComponent) - Constructor for class com.jspell.gui.JSpellSwingTextComponentWrapper
Construct the wrapper.
JSpellSystem - Class in com.jspell.domain
 
JSpellSystem() - Constructor for class com.jspell.domain.JSpellSystem
 
JSpellTextComponent - Interface in com.jspell.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.
JSpellTextDb - Class in com.jspell.domain.net
 
JSpellTextDb() - Constructor for class com.jspell.domain.net.JSpellTextDb
 
JSpellTools - Class in com.jspell.domain.net
The base class for the JSpellHTMLTools and JSpellIFrameTools classes.
JSpellTools() - Constructor for class com.jspell.domain.net.JSpellTools
Creates a new instance of JSpellTools
JSpellV - Class in com.jspell.domain.net
Base class for the JSpellValidator and JSpellIFrameValidator classes.
JSpellV() - Constructor for class com.jspell.domain.net.JSpellV
 
JSpellValidator - Class in com.jspell.domain.net
This is a helper class for the JSpell HTML Pro spell checker.
JSpellWordBundle - Class in com.jspell.domain
This class encapsulates information about a word that is being spell checked.
JSpellWordBundle(String, int, boolean, boolean) - Constructor for class com.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.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 - Variable in class com.jspell.domain.JSpellDictionary
Descriptive name of language, e.g.
Language - Class in com.jspell.domain
This class encapsulates language ISO codes, country ISO codes and descriptions.
Language(String, String) - Constructor for class com.jspell.domain.Language
Creates a new instance of Language
Language(String, String, String) - Constructor for class com.jspell.domain.Language
Creates a new instance of Language
learnResponse(StringBuffer) - Method in class com.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.jspell.domain.JSpellDictionary
Add a new word to the dictionary.
learnWord(String) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Add a new word to the dictionary.
learnWord(String) - Method in class com.jspell.domain.JSpellDictionaryLocal
Persist a word to the dictionary file.
learnWord(JSpellErrorInfo) - Method in class com.jspell.domain.JSpellParser
Add this word to the dictionary.
learnWord(String) - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Add a word to the internal valid words collection and call learnResponse to update the word in the JSpell Servlet.
learnWordManual(String) - Method in class com.jspell.domain.JSpellDictionary
Add a word to the internal dictionary but don't persist it to local storage or a network dictionary.
learnWordManual(String) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Add a new word to the dictionary that is not persisted either to local storage or to a network dictionary.
learnWords - Variable in class com.jspell.domain.JSpellDictionary
If true, the user (local or server) may permanently add words to the dictionary.
length() - Method in class com.jspell.domain.RandomAccessFile
Get the length of the file.
loadSupplementalDictionary(String) - Method in class com.jspell.domain.net.JSpellTools
Loads a list of words to ignore for purposes of spell checking.
logAccess(String) - Method in class com.jspell.domain.net.JSpellServlet
Provides logging ability for the JSpellServlet instances.
logDateFmt - Variable in class com.jspell.domain.net.JSpellServlet
Date format for log files.
logFileNameChanged() - Method in class com.jspell.domain.net.JSpellServlet
Called whenever the logFileName changes.

M

main(String[]) - Static method in class com.jspell.console.Console
The main method.
main(String[]) - Static method in class com.jspell.domain.RandomAccessFile
Test the RandomAccessFile class.
main(String[]) - Static method in class demo.IndexAdd
 
main(String[]) - Static method in class demo.IndexRemove
 
main(String[]) - Static method in class demo.IndexSearch
 
main(String[]) - Static method in class demo.JSpellAppTestLocal
Start the com.jspell.demo application.
main(String[]) - Static method in class demo.JSpellAppTestServlet
Launches the com.jspell.demo application.
main(String[]) - Static method in class demo.SimpleDemo
 
main(String[]) - Static method in class demo.SimpleDemo2
 
main(String[]) - Static method in class demo.StringSpellCheckDemo
 
manager - Static variable in class com.jspell.domain.net.JSpellServlet
 
markUsageBegin() - Method in class com.jspell.domain.net.JSpellServlet
 
markUsageEnd() - Method in class com.jspell.domain.net.JSpellServlet
 
maxSuggestions - Variable in class com.jspell.domain.JSpellDictionary
The maximum number of suggestions to return.
Messages - Class in com.jspell.domain
This class handles output to log files and the system console.
Messages() - Constructor for class com.jspell.domain.Messages
 
mode - Variable in class com.jspell.domain.RandomAccessFile
The access mode of the file.

N

notifyListeners() - Method in class com.jspell.domain.JSpellParser
Notify the parser listeners that the parsing and spell check is complete.

O

open() - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Opens access to a dictionary.
open() - Method in class com.jspell.domain.JSpellDictionaryLocal
This method is called to open the local dictionary.
open() - Method in class com.jspell.domain.net.JSpellDictionaryServlet
 
OutputWindow - Class in com.jspell.console
This class is used to redirect System.out to a SWING GUI based window.
OutputWindow() - Constructor for class com.jspell.console.OutputWindow
Creates new form OutputWindow

P

parseComplete() - Method in interface com.jspell.domain.ParserListener
This method contains the actions to perform when the spell check is complete.
ParserListener - Interface in com.jspell.domain
Implement this interface for any objects that need to be notified when the spell checker is complete.
postResponse(StringBuffer) - Method in class com.jspell.domain.net.JSpellDictionaryServlet
 
printBanner(String) - Static method in class com.jspell.domain.JSpellSystem
Prints the copyright banner for JSpell HTML.
processClientData(Vector, JSpellDictionaryLocal) - Method in class com.jspell.domain.net.JSpellServlet
Handles incoming client requests to search for a word and return suggestions or add a new word to the dictionary.
propertiesFileChanged() - Method in class com.jspell.domain.net.JSpellServlet
Called whenever the propertiesFile property is changed and upon initialization of the servlet.

R

RandomAccessFile - Class in com.jspell.domain
A buffered java.io.RandomAccessFile.
RandomAccessFile(int) - Constructor for class com.jspell.domain.RandomAccessFile
An implementation of a buffered RandomAccessFile.
RandomAccessFile(String, int) - Constructor for class com.jspell.domain.RandomAccessFile
Create a new buffered random-access file with a default buffer size.
RandomAccessFile(String, String) - Constructor for class com.jspell.domain.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(String, String, int) - Constructor for class com.jspell.domain.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class com.jspell.domain.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessFile(String, int, int) - Constructor for class com.jspell.domain.RandomAccessFile
Create a new buffered random-access file with a specified buffer size.
rawAppend(String) - Method in class com.jspell.console.OutputWindow
Add text to the OutputWindow.
READ - Static variable in class com.jspell.domain.RandomAccessFile
Read from the file.
read() - Method in class com.jspell.domain.RandomAccessFile
Read a byte of data from the file, blocking until data is available.
read(byte[], int, int) - Method in class com.jspell.domain.RandomAccessFile
Read up to len bytes into an array, at a specified offset.
read(byte[]) - Method in class com.jspell.domain.RandomAccessFile
Read up to b.length( ) bytes into an array.
read_(long, byte[], int, int) - Method in class com.jspell.domain.RandomAccessFile
Undocumented.
readBlockList() - Method in class com.jspell.domain.JSpellDictionaryManager
 
readBoolean() - Method in class com.jspell.domain.RandomAccessFile
Reads a boolean from this file.
readByte() - Method in class com.jspell.domain.RandomAccessFile
Reads a signed 8-bit value from this file.
readChar() - Method in class com.jspell.domain.RandomAccessFile
Reads a Unicode character from this file.
readDouble() - Method in class com.jspell.domain.RandomAccessFile
Reads a double from this file.
readFloat() - Method in class com.jspell.domain.RandomAccessFile
Reads a float from this file.
readFully(byte[]) - Method in class com.jspell.domain.RandomAccessFile
Reads b.length bytes from this file into the byte array.
readFully(byte[], int, int) - Method in class com.jspell.domain.RandomAccessFile
Reads exactly len bytes from this file into the byte array.
readInt() - Method in class com.jspell.domain.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine() - Method in class com.jspell.domain.RandomAccessFile
Reads the next line of text from this file.
readLong() - Method in class com.jspell.domain.RandomAccessFile
Reads a signed 64-bit integer from this file.
readShort() - Method in class com.jspell.domain.RandomAccessFile
Reads a signed 16-bit number from this file.
readUnsignedByte() - Method in class com.jspell.domain.RandomAccessFile
Reads an unsigned 8-bit number from this file.
readUnsignedShort() - Method in class com.jspell.domain.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF() - Method in class com.jspell.domain.RandomAccessFile
Reads in a string from this file.
readUTF(DataInput) - Method in class com.jspell.domain.RandomAccessFile
 
remove(String) - Method in class com.jspell.domain.JSpellIndex
Remove a word from the dictionary
removeWord(String) - Method in class com.jspell.domain.JSpellDictionaryLocal
Remove a word from the dictionary file.
replaceAll(JSpellErrorInfo, String) - Method in class com.jspell.domain.JSpellParser
Replace all instances of 'orig' word with 'repl' word.
replaceSingle(JSpellErrorInfo, String) - Method in class com.jspell.domain.JSpellParser
Replace single instance of 'orig' word with 'repl' word.
reset() - Method in class com.jspell.domain.JSpellParser
Reset the pending errors.
resetAll() - Method in class com.jspell.domain.JSpellDictionary
Resets the state of the dictionary.
resetAll() - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Reset dictionary and clear any cached errors.
resetAll() - Method in class com.jspell.domain.JSpellParser
Reset the pending errors, alternate method.
resetBufferStatistics() - Method in class com.jspell.domain.JSpellDictionaryLocal
Reset buffer statistics
resetBufferStatistics() - Method in class com.jspell.domain.JSpellIndex
Clear the number of buffer hits and misses.
resetDelayLog() - Static method in class com.jspell.domain.Messages
 
resetErrors() - Method in class com.jspell.domain.JSpellDictionary
Resets any pending errors.
resetErrors() - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Reset any cached errors.
run() - Method in class com.jspell.console.IndexBuild
 

S

search(String, Suggestions, boolean, boolean) - Method in class com.jspell.domain.JSpellIndex
Wraps the search(String, String, String[]) method and performs additional search using lower case word if the original word passed begins with an upper case letter.
search(String, String, String[]) - Method in class com.jspell.domain.JSpellIndex
Overloaded to call search with true, get suggestions.
search(String, String, String[], boolean) - Method in class com.jspell.domain.JSpellIndex
Search for a given word and soundex code and optionally return suggestions.
seek(long) - Method in class com.jspell.domain.RandomAccessFile
Set the position in the file for the next read or write.
select(int, int) - Method in class com.jspell.gui.JSpellSwingTextComponentWrapper
Highlights the text in the text component.
select(int, int) - Method in interface com.jspell.gui.JSpellTextComponent
Selects text from begin to end.
sendBatch() - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Sends words to the server.
setBatchSize(int) - Method in class com.jspell.domain.JSpellDictionary
Set the number of words to validate in one call to the dictionary access interface.
setBatchSize(int) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Set the number of words to validate in one call to the dictionary access interface.
setBatchSize(int) - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Set the number of words to validate in one call to the JSpell Servlet.
setCache(HttpServletResponse) - Static method in class com.jspell.domain.net.JSpellTools
Sets the cache response header.
setCacheSize(int) - Static method in class com.jspell.domain.JSpellSystem
 
setCacheSize(String) - Method in class com.jspell.domain.net.JSpellServlet
Changes the cacheSize value.
setCountryCode(String) - Method in class com.jspell.domain.Language
Setter for property countryCode.
setCurPos(int) - Method in class com.jspell.domain.JSpellParser
Set the current position in the text being checked.
setDebug(boolean) - Static method in class com.jspell.domain.Messages
Set debug mode.
setDescription(String) - Method in class com.jspell.domain.Language
Setter for property description.
setDict(String) - Method in class com.jspell.console.IndexBuild
Setter for property dict.
setDictionary(String, String, String, String) - Method in class com.jspell.domain.JSpellDictionaryLocal
Set the directory of the dictionary file, the language and country.
setDictionary(JSpellDictionaryAccessor) - Method in class com.jspell.domain.JSpellParser
Initialize the JSpellParser with the given JSpellDictionaryAccessor object.
setDictionaryDirectory(String) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property dictionaryDirectory.
setDictionaryFileName(String) - Method in class com.jspell.domain.JSpellDictionaryLocal
Deprecated.
see setDictionaryDirectory
setDictionaryLocation(String) - Static method in class com.jspell.domain.net.JSpellV
Sets the location of the JSpell dictionaries.
setDictionaryReady(boolean) - Method in class com.jspell.domain.JSpellDictionary
Sets the ready state of the dictionary.
setForceUpperCase(boolean) - Method in class com.jspell.domain.JSpellDictionary
When true, causes all suggestions to be in UPPER CASE.
setForceUpperCase(boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
If true, return suggestions in UPPER CASE.
setForceUpperCase(boolean) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property forceUpperCase.
setForceUpperCase(boolean) - Method in class com.jspell.domain.JSpellParser
See JSpellDictionary class for method description.
setForceUpperCase(boolean) - Method in class com.jspell.domain.JSpellWordBundle
Set the value of forceUpperCase.
setForceUpperCase(boolean) - Method in class com.jspell.domain.net.JSpellV
Should spell checker work in CAPS only mode?
setGUI(String, JTextArea, JTextArea) - Static method in class demo.DemoStrings
Initialize the com.jspell.demo interface.
setIgnoreDoubleWords(boolean) - Method in class com.jspell.domain.JSpellDictionary
Sets the ignoreDoubleWords variable.
setIgnoreDoubleWords(boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Ignore double words.
setIgnoreDoubleWords(boolean) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property ignoreDoubleWords.
setIgnoreDoubleWords(boolean) - Method in class com.jspell.domain.JSpellParser
To not check duplicated words (such as 'the the'), set this value to true, otherwise, repeated words will be returned as an error by the parser.
setIgnoreDoubleWords(boolean) - Method in class com.jspell.domain.net.JSpellV
Should repeated words be ignored for spell checking?
setIgnoreFirstCaps(boolean) - Method in class com.jspell.domain.JSpellDictionary
Ignore irregular capitalization on the first word.
setIgnoreFirstCaps(boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Ignore irregular capitalization on the first word.
setIgnoreFirstCaps(boolean) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property ignoreFirstCaps.
setIgnoreFirstCaps(boolean) - Method in class com.jspell.domain.JSpellParser
To ignore irregular capitalization of the first word being checked, set this value to true, otherwise the first word being checked should be capitalized.
setIgnoreFirstCaps(boolean) - Method in class com.jspell.domain.net.JSpellV
Should the first letter of a sentence or field be capitalized?
setIgnoreIrregularCaps(boolean) - Method in class com.jspell.domain.JSpellDictionary
When false, JSpell will flag an error if a word is at the beginning of a sentence but is not capitalized.
setIgnoreIrregularCaps(boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Ignore irregular capitalization.
setIgnoreIrregularCaps(boolean) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property ignoreIrregularCaps.
setIgnoreIrregularCaps(boolean) - Method in class com.jspell.domain.JSpellParser
To ignore irregular capitalization, set this value to true, otherwise, words that are irregularly capitalized will be flagged as errors.
setIgnoreIrregularCaps(boolean) - Method in class com.jspell.domain.net.JSpellV
Should sentence capitalization be ignored.
setIgnoreUpper(boolean) - Method in class com.jspell.domain.JSpellDictionary
Sets the ignoreUpper variable.
setIgnoreUpper(boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Ignore capitalized words if true.
setIgnoreUpper(boolean) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property ignoreUpper.
setIgnoreUpper(boolean) - Method in class com.jspell.domain.JSpellParser
To not check words in all upper case, set this value to true, otherwise, words in upper case will be checked in the same manner as lowercase words.
setIgnoreUpper(boolean) - Method in class com.jspell.domain.net.JSpellV
Should words in UPPER CASE be ignored during spell checking?
setIgnoreWordsWithNumbers(boolean) - Method in class com.jspell.domain.JSpellDictionary
Sets the ignoreWordsWithNumbers variable.
setIgnoreWordsWithNumbers(boolean) - Method in interface com.jspell.domain.JSpellDictionaryAccessor
Ignore words with numbers.
setIgnoreWordsWithNumbers(boolean) - Method in class com.jspell.domain.JSpellDictionaryManager
Setter for property ignoreWordsWithNumbers.
setIgnoreWordsWithNumbers(boolean) - Method in class com.jspell.domain.JSpellParser
To not check words with embedded numbers, set this value to true, otherwise, words with embedded numbers will be checked in the same manner as other words.
setIgnoreWordsWithNumbers(boolean) - Method in class com.jspell.domain.net.JSpellV
Should words with numbers be ignored for spell checking, e.g., H20?
setIndexCountry(String) - Method in class com.jspell.console.IndexBuild
Setter for property indexCountry.
setIndexDirectory(String) - Method in class com.jspell.domain.net.JSpellServlet
Sets the location of the JSpell dictionary files.
setIndexLanguage(String) - Method in class com.jspell.console.IndexBuild
Setter for property indexLanguage.
setLanguage(String) - Method in class com.jspell.domain.JSpellDictionary
Descriptive text name for language, e.g.
setLanguageCode(String) - Method in class com.jspell.domain.Language
Setter for property languageCode.
setLearnWords(boolean) - Method in class com.jspell.domain.JSpellDictionary
Can words be added to the dictionary.
setLogFileName(String) - Method in class com.jspell.domain.net.JSpellServlet
Changes the logFileName value.
setMaxSuggestions(int) - Method in class com.jspell.domain.JSpellDictionary
Sets the maximum number of suggestions that the spell checker engine should return.
setParser(JSpellParser) - Method in class com.jspell.gui.JSpellChecker
Initialize the JSpellChecker object with the JSpellParser that will perform the spell checks.
setPauseNotif(boolean) - Method in class com.jspell.domain.JSpellParser
Pause ParserListener notification.
setPosition(int) - Method in class com.jspell.domain.JSpellErrorInfo
Set the position of this word in the source text.
setPropertiesFile(String) - Method in class com.jspell.domain.net.JSpellServlet
Change the propertiesFile value.
setShowComplete(boolean) - Method in class com.jspell.gui.JSpellChecker
Setter for property showComplete.
setSpecialCase(boolean) - Method in class com.jspell.domain.JSpellWordBundle
Set the value of specialCase.
setSuggestions(String[]) - Method in class com.jspell.domain.Suggestions
Update the suggestions String array.
setText(String) - Method in class com.jspell.gui.JSpellSwingTextComponentWrapper
Sets the text in the text component.
setText(String) - Method in interface com.jspell.gui.JSpellTextComponent
Sets the text in the control.
setTextString(String) - Method in class com.jspell.domain.JSpellParser
Pass a string of text to check to the parser.
setUpperCase(boolean) - Method in class com.jspell.domain.JSpellWordBundle
Set the value of upperCase.
setURL(String) - Method in class com.jspell.domain.net.JSpellDictionaryServlet
Sets the URL of the JSpell Servlet.
setVersion(String) - Method in class com.jspell.console.IndexBuild
Setter for property version.
setVersion(String) - Method in class com.jspell.domain.Language
Setter for property version.
SimpleDemo - Class in demo
 
SimpleDemo() - Constructor for class demo.SimpleDemo
 
SimpleDemo2 - Class in demo
 
SimpleDemo2() - Constructor for class demo.SimpleDemo2
 
SimpleDemo3 - Class in demo
 
SimpleDemo3() - Constructor for class demo.SimpleDemo3
 
skipBytes(int) - Method in class com.jspell.domain.RandomAccessFile
Skips exactly n bytes of input.
softwareID - Variable in class com.jspell.domain.net.JSpellServlet
 
softwareID - Variable in class com.jspell.domain.net.JSpellTools
String description of software module ID.
spellCheckComplete() - Method in class com.jspell.gui.JSpellChecker
Displays the 'Spell Check Complete' message when the JSpell spell checker has completed processing.
start() - Method in class demo.JSpellAppletTestServlet
The start method.
startTime - Variable in class com.jspell.domain.net.JSpellServlet
 
stopped() - Method in class com.jspell.domain.JSpellParser
Stop the spell checker.
StringSpellCheckDemo - Class in demo
An example of using JSpell to spellcheck a string of text.
StringSpellCheckDemo(String, String) - Constructor for class demo.StringSpellCheckDemo
 
suggestions - Variable in class com.jspell.domain.JSpellDictionary
The suggestions for the incorrect word.
suggestions - Variable in class com.jspell.domain.net.JSpellServlet
 
Suggestions - Class in com.jspell.domain
This class is used to encapsulate an array of Strings representing the suggestions returned by the spell checker.
Suggestions(int) - Constructor for class com.jspell.domain.Suggestions
Creates a new instance of Suggestions with an internal String array size of 'count'.
swap(char) - Static method in class com.jspell.console.IndexBuild
 

T

testBlocks(String) - Static method in class com.jspell.domain.RandomAccessFile
Test the block operations of the RandomAccessFile class.
testBytes(String, int) - Static method in class com.jspell.domain.RandomAccessFile
Test the byte operations of the RandomAccessFile class.
tools - Static variable in class com.jspell.domain.net.JSpellIFrameTools
An instance of JSpellIFrameTools.
toString() - Method in class com.jspell.domain.JSpellDictionaryLocal
 
toString() - Method in class com.jspell.domain.JSpellErrorInfo
For debugging only.
toString() - Method in class com.jspell.domain.Language
Returns the description of the Language object, e.g.
toString() - Method in class com.jspell.domain.RandomAccessFile
Create a string representation of this object.
toTokenizedString() - Method in class com.jspell.domain.JSpellErrorInfo
Returns a JSpellErrorInfo object used by the JSpellServlet class.
trialDays - Variable in class com.jspell.domain.JSpellIndex
 

U

unread() - Method in class com.jspell.domain.RandomAccessFile
Unread the last byte read.
update(String, String, String) - Static method in class com.jspell.domain.net.JSpellTextDb
 
updateRoamingDictionary(String, String) - Method in class com.jspell.domain.net.JSpellEvolutionServlet
 
URLDecode - Class in com.jspell.domain.net
This class is used to decode JavaScript encoded requests from a web browser.
URLDecode() - Constructor for class com.jspell.domain.net.URLDecode
 
Util - Class in com.jspell.gui
GUI utility classes for JSpell.
Util() - Constructor for class com.jspell.gui.Util
 

V

validator - Static variable in class com.jspell.domain.net.JSpellV
An instance of JSpellValidator
validWordsPut(String) - Method in class com.jspell.domain.JSpellDictionary
Add a to the in memory dictionary only, to save disk access when validating words.
version - Static variable in class com.jspell.domain.JSpellIndex
Identifies JSpell dictionary version.

W

wordIsInIndex(String) - Method in class com.jspell.domain.JSpellDictionaryLocal
Accepts a single word as a String.
WRITE - Static variable in class com.jspell.domain.RandomAccessFile
Write to the file.
write(int) - Method in class com.jspell.domain.RandomAccessFile
Write a byte to the file.
write(byte[]) - Method in class com.jspell.domain.RandomAccessFile
Writes b.length bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class com.jspell.domain.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
writeBoolean(boolean) - Method in class com.jspell.domain.RandomAccessFile
Writes a boolean to the file as a 1-byte value.
writeByte(int) - Method in class com.jspell.domain.RandomAccessFile
Writes a byte to the file as a 1-byte value.
writeBytes(byte[], int, int) - Method in class com.jspell.domain.RandomAccessFile
Write len bytes from an array to the file.
writeBytes(String) - Method in class com.jspell.domain.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeBytes(char[], int, int) - Method in class com.jspell.domain.RandomAccessFile
Writes the character array to the file as a sequence of bytes.
writeChar(int) - Method in class com.jspell.domain.RandomAccessFile
Writes a char to the file as a 2-byte value, high byte first.
writeChars(String) - Method in class com.jspell.domain.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeChars(char[]) - Method in class com.jspell.domain.RandomAccessFile
Writes a char[] to the file as a sequence of characters.
writeDouble(double) - Method in class com.jspell.domain.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, high byte first.
writeFloat(float) - Method in class com.jspell.domain.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, high byte first.
writeInt(int) - Method in class com.jspell.domain.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(long) - Method in class com.jspell.domain.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeShort(int) - Method in class com.jspell.domain.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeUTF(String) - Method in class com.jspell.domain.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
A B C D E F G I J L M N O P R S T U V W 
Skip navigation links

JSpell SDK - Spell Checker for the Java ™ Platform
Copyright © 2009-2019 Page Scholar Inc, All Rights Reserved - https://www.jspell.com