| javax.swing.JDialog org.w3c.jigadmin.widgets.ClosableDialog
All known Subclasses: org.w3c.jigadmin.gui.AboutJigAdmin,
ClosableDialog | abstract public class ClosableDialog extends JDialog (Code) | | A Dialog that handles windowClosing event.
version: $Revision: 1.4 $ author: Benoît Mahé (bmahe@w3.org) |
Method Summary | |
abstract protected void | close() |
ClosableDialog | public ClosableDialog()(Code) | | Constructor
|
ClosableDialog | public ClosableDialog(Frame frame, String title, boolean modal)(Code) | | Constructor
Parameters: frame - the frame from which the dialog is displayed Parameters: title - the String to display in the dialog's title bar Parameters: modal - true for a modal dialog, false for one that allows others windows to be active at the same time |
close | abstract protected void close()(Code) | | The dialog is about to be closed
|
|
|