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

Variable Index

 o okButton

Constructor Index

 o DialogBox(Frame)
 o DialogBox(Frame, boolean)
 o DialogBox(Frame, String, boolean)

Method Index

 o closeDialog()
 o handleEvent(Event)
 o show()
Shows the dialog.

Variables

 o okButton
  protected Button okButton

Constructors

 o DialogBox
  public DialogBox(Frame f)
 o DialogBox
  public DialogBox(Frame f,
                   boolean modal)
 o DialogBox
  public DialogBox(Frame f,
                   String s,
                   boolean modal)

Methods

 o show
  public synchronized void show()
Shows the dialog.

Overrides:
show in class Dialog
 o closeDialog
  protected void closeDialog()
 o handleEvent
  public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index