RapidSpell Desktop


Serialized Form


Package com.keyoti.rapidSpell

Class com.keyoti.rapidSpell.NoCurrentBadWordException implements Serializable


Package com.keyoti.rapidSpell.desktop

Class com.keyoti.rapidSpell.desktop.AYTExample implements Serializable

Serialized Fields

aytSpellingMenuItem

javax.swing.JMenuItem aytSpellingMenuItem

box

javax.swing.JTextArea box

checkSpellingMenuItem

javax.swing.JMenuItem checkSpellingMenuItem

englishMenuItem

javax.swing.JMenuItem englishMenuItem

frenchMenuItem

javax.swing.JMenuItem frenchMenuItem

germanMenuItem

javax.swing.JMenuItem germanMenuItem

italianMenuItem

javax.swing.JMenuItem italianMenuItem

menu

javax.swing.JMenu menu

menu2

javax.swing.JMenu menu2

menuBar

javax.swing.JMenuBar menuBar

rapidAYT

RapidSpellAsYouType rapidAYT

rapidGUI

RapidSpellGUIDialog rapidGUI

userDict

java.io.File userDict

Class com.keyoti.rapidSpell.desktop.Example implements Serializable

Serialized Fields

aytSpellingMenuItem

javax.swing.JMenuItem aytSpellingMenuItem

box

javax.swing.JTextArea box

checkSpellingMenuItem

javax.swing.JMenuItem checkSpellingMenuItem

englishMenuItem

javax.swing.JMenuItem englishMenuItem

frenchMenuItem

javax.swing.JMenuItem frenchMenuItem

germanMenuItem

javax.swing.JMenuItem germanMenuItem

italianMenuItem

javax.swing.JMenuItem italianMenuItem

menu

javax.swing.JMenu menu

menu2

javax.swing.JMenu menu2

menuBar

javax.swing.JMenuBar menuBar

rapidAYT

RapidSpellAsYouType rapidAYT

rapidGUI

RapidSpellGUIDialog rapidGUI

userDict

java.io.File userDict

Class com.keyoti.rapidSpell.desktop.NullJTextComponentException implements Serializable

Class com.keyoti.rapidSpell.desktop.RapidSpellGUI implements Serializable

Serialized Fields

active

boolean active
The state of this GUI. It can be either active (user is using it) or inactive (user focus is elsewhere). When this window loses focus the GUI is deactivated, because the text in theTextComponent can change whilst focus is away, and upon reactivation the new text must be loaded in. findSuggestions determines if should look up suggestions or not.

addButton

javax.swing.JButton addButton
Function button - adds word in query pane to user dictionary if specified.

cancelButton

javax.swing.JButton cancelButton
Function button - cancels the search and disposes of this JFrame.

cancelled

boolean cancelled
Whether the spell check was cancelled

changeAllButton

javax.swing.JButton changeAllButton
Function button - changes every occurance of bad word in document.

changeButton

javax.swing.JButton changeButton
Function button - changes bad word in document to selected suggestion or amended query pane word.

checkingSelection

boolean checkingSelection
The state of this GUI. It can be either active (user is using it) or inactive (user focus is elsewhere). When this window loses focus the GUI is deactivated, because the text in theTextComponent can change whilst focus is away, and upon reactivation the new text must be loaded in. findSuggestions determines if should look up suggestions or not.

currentHighlight

java.lang.Object currentHighlight

disposeAtEnd

boolean disposeAtEnd
Whether to dispose of this frame when checking is finished

evalMessageBoxHasntBeenShown

boolean evalMessageBoxHasntBeenShown

findSuggestions

boolean findSuggestions
Whether this should look up suggestions for misspelt words or not

fromPosition

int fromPosition
Where the user wants to check from in the document

guiLanguage

int guiLanguage

highlight

javax.swing.text.DefaultHighlighter highlight
Text highlighter

highlightColor

java.awt.Color highlightColor

highlightPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter highlightPainter

ignoreAllButton

javax.swing.JButton ignoreAllButton
Function button - ignores all occurances of current bad word.

ignoreButton

javax.swing.JButton ignoreButton
Function button - ignores current bad word and continues checking document.

notInDictionaryLabel

javax.swing.JLabel notInDictionaryLabel
JLabel marking the not in dictionary query pane.

preCheckThread

java.lang.Thread preCheckThread

queryWordPane

javax.swing.JTextArea queryWordPane
JTextArea where not in dictionary (bad words) are queried and replacements can be entered.

running

boolean running

showMessageBoxAtEnd

boolean showMessageBoxAtEnd
If the JOptionPane should be shown when finished, informing the user that this is done checking.

spellCheckListeners

java.util.ArrayList spellCheckListeners
Spell check listeners

subFromPosition

int subFromPosition
To check from and to positions that are wrapped, need to do in 2 steps check from subFromPosition ( = fromPosition) -> subToPosition (= doc end) and then check from subFromPosition (= 0) -> subToPosition (= toPosition)

subToPosition

int subToPosition
To check from and to positions that are wrapped, need to do in 2 steps check from subFromPosition ( = fromPosition) -> subToPosition (= doc end) and then check from subFromPosition (= 0) -> subToPosition (= toPosition)

suggestionFinder

SuggestionFinder suggestionFinder
Threaded SuggestionFinder object

suggestionFinderCheckBox

javax.swing.JCheckBox suggestionFinderCheckBox
Check box - enables/disables the suggestion finder

suggestionsLabel

javax.swing.JLabel suggestionsLabel
JLabel marking the suggestions JList, is changed to "Finding Suggestions..." periodically.

suggestionsList

javax.swing.JList suggestionsList
JList where suggestions are loaded.

textToCheck

java.lang.String textToCheck

theBadWord

BadWord theBadWord
The current BadWord found in the text

theSpellChecker

ICheckerEngine theSpellChecker
The spell checker component being used

theTextComponentRef

java.lang.ref.WeakReference theTextComponentRef
Weak reference to the text component being checked

toPosition

int toPosition
Where the user wants to check to

windowAdapter

com.keyoti.rapidSpell.desktop.RapidSpellGUI.GUIWindowAdapter windowAdapter

wordIt

AdvancedTextBoundary wordIt
Finds words in the text

wrapped

boolean wrapped
whether the checker has wrapped at the end of the doc

Class com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog implements Serializable

Serialized Fields

active

boolean active
The state of this GUI. It can be either active (user is using it) or inactive (user focus is elsewhere). When this window loses focus the GUI is deactivated, because the text in theTextComponent can change whilst focus is away, and upon reactivation the new text must be loaded in. findSuggestions determines if should look up suggestions or not.

addButton

javax.swing.JButton addButton
Function button - adds word in query pane to user dictionary if specified.

cancelButton

javax.swing.JButton cancelButton
Function button - cancels the search and disposes of this JFrame.

cancelled

boolean cancelled
Whether the spell check was cancelled

changeAllButton

javax.swing.JButton changeAllButton
Function button - changes every occurance of bad word in document.

changeButton

javax.swing.JButton changeButton
Function button - changes bad word in document to selected suggestion or amended query pane word.

checkingSelection

boolean checkingSelection
The state of this GUI. It can be either active (user is using it) or inactive (user focus is elsewhere). When this window loses focus the GUI is deactivated, because the text in theTextComponent can change whilst focus is away, and upon reactivation the new text must be loaded in. findSuggestions determines if should look up suggestions or not.

currentHighlight

java.lang.Object currentHighlight

disposeAtEnd

boolean disposeAtEnd
Whether to dispose of this frame when checking is finished

evalMessageBoxHasntBeenShown

boolean evalMessageBoxHasntBeenShown

findSuggestions

boolean findSuggestions
Whether this should look up suggestions for misspelt words or not

fromPosition

int fromPosition
Where the user wants to check from in the document

guiLanguage

int guiLanguage

highlight

javax.swing.text.DefaultHighlighter highlight
Text highlighter

highlightColor

java.awt.Color highlightColor

highlightPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter highlightPainter

ignoreAllButton

javax.swing.JButton ignoreAllButton
Function button - ignores all occurances of current bad word.

ignoreButton

javax.swing.JButton ignoreButton
Function button - ignores current bad word and continues checking document.

notInDictionaryLabel

javax.swing.JLabel notInDictionaryLabel
JLabel marking the not in dictionary query pane.

preCheckThread

java.lang.Thread preCheckThread

queryWordPane

javax.swing.JTextArea queryWordPane
JTextArea where not in dictionary (bad words) are queried and replacements can be entered.

running

boolean running

showMessageBoxAtEnd

boolean showMessageBoxAtEnd
If the JOptionPane should be shown when finished, informing the user that this is done checking.

spellCheckListeners

java.util.ArrayList spellCheckListeners
Spell check listeners

subFromPosition

int subFromPosition
To check from and to positions that are wrapped, need to do in 2 steps check from subFromPosition ( = fromPosition) -> subToPosition (= doc end) and then check from subFromPosition (= 0) -> subToPosition (= toPosition)

subToPosition

int subToPosition
To check from and to positions that are wrapped, need to do in 2 steps check from subFromPosition ( = fromPosition) -> subToPosition (= doc end) and then check from subFromPosition (= 0) -> subToPosition (= toPosition)

suggestionFinder

SuggestionFinder suggestionFinder
Threaded SuggestionFinder object

suggestionFinderCheckBox

javax.swing.JCheckBox suggestionFinderCheckBox
Check box - enables/disables the suggestion finder

suggestionsLabel

javax.swing.JLabel suggestionsLabel
JLabel marking the suggestions JList, is changed to "Finding Suggestions..." periodically.

suggestionsList

javax.swing.JList suggestionsList
JList where suggestions are loaded.

textToCheck

java.lang.String textToCheck

theBadWord

BadWord theBadWord
The current BadWord found in the text

theSpellChecker

ICheckerEngine theSpellChecker
The spell checker component being used

theTextComponentRef

java.lang.ref.WeakReference theTextComponentRef
Weak reference to the text component being checked

toPosition

int toPosition
Where the user wants to check to

windowAdapter

com.keyoti.rapidSpell.desktop.RapidSpellGUIDialog.GUIWindowAdapter windowAdapter

wordIt

AdvancedTextBoundary wordIt
Finds words in the text

wrapped

boolean wrapped
whether the checker has wrapped at the end of the doc


Package com.keyoti.rapidSpell.event

Class com.keyoti.rapidSpell.event.SpellCheckEvent implements Serializable


RapidSpell Desktop


Copyright © 2002-2005 Keyoti Inc. All Rights Reserved.