All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.util.dialog.DialogBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----symantec.itools.awt.util.dialog.DialogBox
- public class DialogBox
- extends Dialog
-
okButton
-
-
DialogBox(Frame)
-
-
DialogBox(Frame, boolean)
-
-
DialogBox(Frame, String, boolean)
-
-
closeDialog()
-
-
handleEvent(Event)
-
-
show()
- Shows the dialog.
okButton
protected Button okButton
DialogBox
public DialogBox(Frame f)
DialogBox
public DialogBox(Frame f,
boolean modal)
DialogBox
public DialogBox(Frame f,
String s,
boolean modal)
show
public synchronized void show()
- Shows the dialog.
- Overrides:
- show in class Dialog
closeDialog
protected void closeDialog()
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index