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