com.swabunga.spell.swing

Class JSpellDialog

public class JSpellDialog extends JDialog implements ActionListener, WindowListener

Implementation of a spell check dialog.

Author: Jason Height (jheight@chariot.net.au)

Constructor Summary
JSpellDialog(Frame owner, String title, boolean modal)
JSpellDialog(Dialog owner, String title, boolean modal)
Method Summary
voidactionPerformed(ActionEvent e)
voidshow(SpellCheckEvent e)
voidwindowActivated(WindowEvent e)
voidwindowClosed(WindowEvent e)
voidwindowClosing(WindowEvent e)
Cancel the event if the Dialog Close button is pressed
voidwindowDeactivated(WindowEvent e)
voidwindowDeiconified(WindowEvent e)
voidwindowIconified(WindowEvent e)
voidwindowOpened(WindowEvent e)

Constructor Detail

JSpellDialog

public JSpellDialog(Frame owner, String title, boolean modal)

JSpellDialog

public JSpellDialog(Dialog owner, String title, boolean modal)

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

show

public void show(SpellCheckEvent e)

windowActivated

public void windowActivated(WindowEvent e)

windowClosed

public void windowClosed(WindowEvent e)

windowClosing

public void windowClosing(WindowEvent e)
Cancel the event if the Dialog Close button is pressed

windowDeactivated

public void windowDeactivated(WindowEvent e)

windowDeiconified

public void windowDeiconified(WindowEvent e)

windowIconified

public void windowIconified(WindowEvent e)

windowOpened

public void windowOpened(WindowEvent e)