Eclipse Remote Application Platform

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

Packages that use Dialog
org.eclipse.rap.rwt.widgets   
org.eclipse.swt.widgets   
 

Uses of Dialog in org.eclipse.rap.rwt.widgets
 

Methods in org.eclipse.rap.rwt.widgets with parameters of type Dialog
static void DialogUtil.open(Dialog dialog, DialogCallback dialogCallback)
          Opens the given dialog in a non-blocking way and brings it to the front of the display.
 

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 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 to inform or warn the user.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.