Uses of Class
org.eclipse.swt.widgets.Dialog

Packages that use Dialog
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of Dialog in org.eclipse.ercp.swt.mobile
 

Subclasses of Dialog in org.eclipse.ercp.swt.mobile
 class MultiPageDialog
          Instances of this class represents a tabbed dialog.
 class QueryDialog
          A modal window used to prompt the end-user for data input.
 class TimedMessageBox
          A modal window used to shortly inform the user of limited information using a standard style.
 

Uses of Dialog in org.eclipse.jface.preference
 

Subclasses of Dialog in org.eclipse.jface.preference
 class PreferenceDialog
          A preference dialog is a presentation of preference pages.
 

Uses of Dialog in org.eclipse.swt.widgets
 

Subclasses of Dialog in org.eclipse.swt.widgets
 class ColorDialog
          Instances of this class allow the user to select a color from a predefined set of available colors.
 class DirectoryDialog
          Instances of this class allow the user to navigate the file system and select a directory.
 class FileDialog
          Instances of this class allow the user to navigate the file system and select or enter a file name.
 class FontDialog
          Instances of this class allow the user to select a font from all available fonts in the system.
 class MessageBox
          Instances of this class are used used to inform or warn the user.