com.swabunga.spell.swing
public class JSpellDialog extends JDialog implements ActionListener, WindowListener
| Constructor Summary | |
|---|---|
| JSpellDialog(Frame owner, String title, boolean modal) | |
| JSpellDialog(Dialog owner, String title, boolean modal) | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| void | show(SpellCheckEvent e) |
| void | windowActivated(WindowEvent e) |
| void | windowClosed(WindowEvent e) |
| void | windowClosing(WindowEvent e) Cancel the event if the Dialog Close button is pressed |
| void | windowDeactivated(WindowEvent e) |
| void | windowDeiconified(WindowEvent e) |
| void | windowIconified(WindowEvent e) |
| void | windowOpened(WindowEvent e) |