Uses of Class
java.awt.Dialog

Packages that use Dialog
java.awt   
 

Uses of Dialog in java.awt
 

Subclasses of Dialog in java.awt
 class FileDialog
          The FileDialog class displays a dialog window from which the user can select a file.
 

Methods in java.awt with parameters of type Dialog
protected abstract  java.awt.peer.DialogPeer Toolkit.createDialog(Dialog target)
          Creates this toolkit's implementation of Dialog using the specified peer interface.
 

Constructors in java.awt with parameters of type Dialog
Dialog.Dialog(Dialog owner)
          Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner dialog.
Dialog.Dialog(Dialog owner, String title)
          Constructs an initially invisible, non-modal Dialog with the specified owner dialog and title.
Dialog.Dialog(Dialog owner, String title, boolean modal)
          Constructs an initially invisible Dialog with the specified owner dialog, title, and modality.