Serialized Form
-
Package com.swabunga.spell.event
-
Exception Class com.swabunga.spell.event.WordNotFoundException
class WordNotFoundException extends RuntimeException implements Serializable
-
-
Package com.swabunga.spell.examples
-
Class com.swabunga.spell.examples.JTextComponentSpellCheckExample
class JTextComponentSpellCheckExample extends JFrame implements Serializable-
Serialized Fields
-
dictionary
SpellDictionary dictionary
-
spell
JButton spell
-
text
JTextComponent text
-
-
-
Class com.swabunga.spell.examples.SwingFormExample
class SwingFormExample extends JFrame implements Serializable -
Class com.swabunga.spell.examples.TextPaneMarkingExample
class TextPaneMarkingExample extends JFrame implements Serializable-
Serialized Fields
-
dictionary
SpellDictionary dictionary
-
sc
JTextComponentSpellChecker sc
-
spell
JButton spell
-
text
JTextPane text
-
-
-
-
Package com.swabunga.spell.swing
-
Class com.swabunga.spell.swing.JSpellApplet
class JSpellApplet extends JApplet implements Serializable-
Serialized Fields
-
dictionary
SpellDictionary dictionary
-
spell
JButton spell
-
text
JTextArea text
-
-
-
Class com.swabunga.spell.swing.JSpellDialog
class JSpellDialog extends JDialog implements Serializable-
Serialized Fields
-
event
SpellCheckEvent event
-
form
JSpellForm form
-
-
-
Class com.swabunga.spell.swing.JSpellForm
class JSpellForm extends JPanel implements Serializable-
Serialized Fields
-
checkText
JTextField checkText
-
listenerList
EventListenerList listenerList
The listener list (holds actionlisteners) -
messages
ResourceBundle messages
-
spellEvent
SpellCheckEvent spellEvent
-
suggestList
JList suggestList
-
wrongWordLabel
JLabel wrongWordLabel
-
-
-
Class com.swabunga.spell.swing.SpellCheckedDocument
class SpellCheckedDocument extends DefaultStyledDocument implements Serializable -
Class com.swabunga.spell.swing.SpellEditorKit
class SpellEditorKit extends StyledEditorKit implements Serializable-
Serialized Fields
-
defaultCursor
Cursor defaultCursor
-
-
-
-
Package com.swabunga.spell.swing.autospell
-
Class com.swabunga.spell.swing.autospell.AutoSpellEditorKit
class AutoSpellEditorKit extends StyledEditorKit implements Serializable-
Serialized Fields
-
editorKit
StyledEditorKit editorKit
-
pane
JEditorPane pane
-
-
-