Serialized Form


Package com.swabunga.spell.event

Class com.swabunga.spell.event.WordNotFoundException extends java.lang.RuntimeException implements Serializable


Package com.swabunga.spell.examples

Class com.swabunga.spell.examples.JTextComponentSpellCheckExample extends javax.swing.JFrame implements Serializable

Serialized Fields

dictionary

SpellDictionary dictionary

text

javax.swing.text.JTextComponent text

spell

javax.swing.JButton spell

Class com.swabunga.spell.examples.SwingFormExample extends javax.swing.JFrame implements Serializable

Class com.swabunga.spell.examples.TextPaneMarkingExample extends javax.swing.JFrame implements Serializable

Serialized Fields

dictionary

SpellDictionary dictionary

text

javax.swing.JTextPane text

spell

javax.swing.JButton spell

sc

JTextComponentSpellChecker sc


Package com.swabunga.spell.swing

Class com.swabunga.spell.swing.JSpellApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

dictionary

SpellDictionary dictionary

text

javax.swing.JTextArea text

spell

javax.swing.JButton spell

Class com.swabunga.spell.swing.JSpellDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

form

JSpellForm form

event

SpellCheckEvent event

Class com.swabunga.spell.swing.JSpellForm extends javax.swing.JPanel implements Serializable

Serialized Fields

wrongWordLabel

javax.swing.JLabel wrongWordLabel

suggestList

javax.swing.JList suggestList

checkText

javax.swing.JTextField checkText

spellEvent

SpellCheckEvent spellEvent

listenerList

javax.swing.event.EventListenerList listenerList
The listener list (holds actionlisteners)


messages

java.util.ResourceBundle messages

Class com.swabunga.spell.swing.SpellCheckedDocument extends javax.swing.text.DefaultStyledDocument implements Serializable

Serialized Fields

errorstyle

javax.swing.text.Style errorstyle

normalstyle

javax.swing.text.Style normalstyle

checkoffset

int checkoffset

checkend

int checkend

checkingline

java.lang.String checkingline

checkspelling

boolean checkspelling

Class com.swabunga.spell.swing.SpellEditorKit extends javax.swing.text.StyledEditorKit implements Serializable

Serialized Fields

defaultCursor

java.awt.Cursor defaultCursor


Package com.swabunga.spell.swing.autospell

Class com.swabunga.spell.swing.autospell.AutoSpellEditorKit extends javax.swing.text.StyledEditorKit implements Serializable

Serialized Fields

editorKit

javax.swing.text.StyledEditorKit editorKit

pane

javax.swing.JEditorPane pane