List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage
From source file org.eclipse.uml2.uml.editor.dialogs.OptionsDialog.java
public class OptionsDialog extends MessageDialog { protected final Map<String, String> options; protected final Map<String, String> choiceLabels = new HashMap<String, String>();
From source file org.eclipse.umlgen.reverse.c.ui.internal.widgets.QuestionDialog.java
/**
* Dialog asking to user to specify the starting point of the C to UML synchronisation. Creation : 23 june
* 2010<br>
*
* @author <a href="mailto:sebastien.gabel@c-s.fr">Sebastien GABEL</a>
*/
From source file org.eclipse.vex.ui.internal.editor.DocumentTypeSelectionDialog.java
/** * Dialog presented to the user to select a document type it cannot be determined from the document being opened. */ public class DocumentTypeSelectionDialog extends MessageDialog { /**
From source file org.eclipse.vjet.eclipse.internal.ui.editor.EnableVjoNatureDialog.java
/**
* Class/Interface description
*
* @author <a href="mailto:liama@ebay.com">liama</a>
* @since 0.1
* @since JDK 1.6
From source file org.eclipse.wst.command.internal.env.ui.dialog.ErrorDialog.java
/**
* A dialog to display one or more errors to the user, as contained in an
* <code>Status</code> object. If an error contains additional detailed
* information then a Details button is automatically supplied, which shows or
* hides an error details viewer when pressed by the user.
*
From source file org.eclipse.wst.command.internal.env.ui.dialog.InfoDialog.java
/**
* A dialog to display one or more errors to the user, as contained in an
* <code>Status</code> object. If an error contains additional detailed
* information then a Details button is automatically supplied, which shows or
* hides an error details viewer when pressed by the user.
*
From source file org.eclipse.wst.command.internal.env.ui.dialog.OptionsDialog.java
/**
* A dialog to display one or more errors to the user, as contained in an
* <code>Status</code> object. If an error contains additional detailed
* information then a Details button is automatically supplied, which shows or
* hides an error details viewer when pressed by the user.
*
From source file org.eclipse.wst.command.internal.env.ui.dialog.WarningDialog.java
/**
* A dialog to display one or more errors to the user, as contained in an
* <code>Status</code> object. If an error contains additional detailed
* information then a Details button is automatically supplied, which shows or
* hides an error details viewer when pressed by the user.
*
From source file org.eclipse.wst.common.frameworks.internal.dialog.ui.ErrorDialog.java
/**
* A dialog to display one or more errors to the user, as contained in an
* <code>Status</code> object. If an error contains additional detailed
* information then a Details button is automatically supplied, which shows or
* hides an error details viewer when pressed by the user.
*
From source file org.eclipse.wst.common.frameworks.internal.dialog.ui.InfoDialog.java
/**
* A dialog to display one or more errors to the user, as contained in an
* <code>Status</code> object. If an error contains additional detailed
* information then a Details button is automatically supplied, which shows or
* hides an error details viewer when pressed by the user.
*