Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.Dialog

Uses of Dialog in java.awt
 

Subclasses of Dialog in java.awt
 class FileDialog
          This class implements a file selection dialog box widget.
 

Methods in java.awt with parameters of type Dialog
protected abstract  java.awt.peer.DialogPeer Toolkit.createDialog(Dialog target)
          Creates a peer object for the specified Dialog.
 

Constructors in java.awt with parameters of type Dialog
Dialog(Dialog owner)
          Initializes a new instance of Dialog with the specified, parent, that is resizable.
Dialog(Dialog owner, java.lang.String title)
          Initializes a new instance of Dialog with the specified, parent and title, that is resizable.
Dialog(Dialog owner, java.lang.String title, boolean modal)
          Initializes a new instance of Dialog with the specified, parent, title and modality, that is resizable.
Dialog(Dialog parent, java.lang.String title, boolean modal, GraphicsConfiguration gc)
          Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.