All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.ModalDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----multilizer.ModalDialog

public class ModalDialog
extends Dialog
implements ActionListener

Variable Index

 o cancelButton
 o MR_CANCEL
 o MR_OK
 o okButton

Constructor Index

 o ModalDialog(Window, String)

Method Index

 o actionPerformed(ActionEvent)
 o canClose()
 o getFrame(Window)
 o processWindowEvent(WindowEvent)
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
 o setDefaultPosition(int, int)
 o showModal()

Variables

 o MR_OK
 public static int MR_OK
 o MR_CANCEL
 public static int MR_CANCEL
 o okButton
 public Button okButton
 o cancelButton
 public Button cancelButton

Constructors

 o ModalDialog
 public ModalDialog(Window parent,
                    String title)

Methods

 o getFrame
 public static Frame getFrame(Window window)
 o showModal
 public boolean showModal()
 o setDefaultPosition
 protected void setDefaultPosition(int width,
                                   int height)
 o canClose
 protected boolean canClose()
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o processWindowEvent
 protected void processWindowEvent(WindowEvent e)
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.

Overrides:
processWindowEvent in class Window

All Packages  Class Hierarchy  This Package  Previous  Next  Index