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
-
cancelButton
-
-
MR_CANCEL
-
-
MR_OK
-
-
okButton
-
-
ModalDialog(Window, String)
-
-
actionPerformed(ActionEvent)
-
-
canClose()
-
-
getFrame(Window)
-
-
processWindowEvent(WindowEvent)
-
Processes window events occurring on this window by
dispatching them to any registered WindowListener objects.
-
setDefaultPosition(int, int)
-
-
showModal()
-
MR_OK
public static int MR_OK
MR_CANCEL
public static int MR_CANCEL
okButton
public Button okButton
cancelButton
public Button cancelButton
ModalDialog
public ModalDialog(Window parent,
String title)
getFrame
public static Frame getFrame(Window window)
showModal
public boolean showModal()
setDefaultPosition
protected void setDefaultPosition(int width,
int height)
canClose
protected boolean canClose()
actionPerformed
public void actionPerformed(ActionEvent e)
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