Uses of Class java.awt.Dialog

Uses in package javax.swing

Classes derived from java.awt.Dialog

class
A dialog window.

Constructors with parameter type java.awt.Dialog

Creates a new non-modal JDialog with no title using the given owner.
JDialog.JDialog(Dialog owner, boolean modal)
Creates a new JDialog with no title using the given modal setting and owner.
JDialog.JDialog(Dialog owner, String title)
Creates a new non-modal JDialog using the given title and owner.
JDialog.JDialog(Dialog owner, String title, boolean modal)
Creates a new JDialog using the given modal settings, title, and owner.
JDialog.JDialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc)
Creates a new JDialog using the given modal settings, title, owner and graphics configuration.

Uses in package java.awt

Classes derived from java.awt.Dialog

class
This class implements a file selection dialog box widget.

Constructors with parameter type java.awt.Dialog

Initializes a new instance of Dialog with the specified, parent, that is resizable.
Dialog.Dialog(Dialog owner, String title)
Initializes a new instance of Dialog with the specified, parent and title, that is resizable.
Dialog.Dialog(Dialog owner, String title, boolean modal)
Initializes a new instance of Dialog with the specified, parent, title and modality, that is resizable.
Dialog.Dialog(Dialog parent, String title, boolean modal, GraphicsConfiguration gc)
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Initializes a new instance of FileDialog with the specified parent.
Initialized a new instance of FileDialog with the specified parent and title.
FileDialog.FileDialog(Dialog parent, String title, int mode)
Initialized a new instance of FileDialog with the specified parent, title, and mode.

Methods with parameter type java.awt.Dialog

DialogPeer
Creates a peer object for the specified Dialog.