Example usage for org.eclipse.jface.dialogs MessageDialog subclass-usage

List of usage examples for org.eclipse.jface.dialogs MessageDialog subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs MessageDialog subclass-usage.

Usage

From source file org.nabucco.framework.importing.ui.rcp.wizard.ImportOverwriteDialog.java

/**
 * ImportOverwriteDialog
 * 
 * @author Nicolas Moser, PRODYNA AG
 */
final class ImportOverwriteDialog extends MessageDialog {

From source file org.nightlabs.base.ui.exceptionhandler.DefaultErrorDialog.java

/**
 * The default error dialog implementation. Error dialogs should be opened
 * by calling one of the <code>showError</code> methods in {@link ErrorDialogFactory}.
 * This error dialog implementation is capable of handling multiple errors in
 * one dialog. It registers itsself in {@link ErrorDialogFactory} to do so.
 *

From source file org.obeonetwork.dsl.uml2.core.internal.dialogs.ConfirmDeletionDialog.java

/**
 * Dialog to ask user confirmation after an element deletion.
 *
 * @author Melanie Bats <a href="mailto:melanie.bats@obeo.fr">melanie.bats@obeo.fr</a>
 */
public class ConfirmDeletionDialog extends MessageDialog {

From source file org.obeonetwork.dsl.uml2.design.internal.dialogs.ConfirmDeletionDialog.java

/**
 * Dialog to ask user confirmation after an element deletion.
 *
 * @author Melanie Bats <a href="mailto:melanie.bats@obeo.fr">melanie.bats@obeo.fr</a>
 */
public class ConfirmDeletionDialog extends MessageDialog {

From source file org.openmaji.implementation.tool.eclipse.ui.wizards.bugreport.SendErrorDialog.java

/**
 * <p>
 * ...
 * </p>
 *
 * @author  mg

From source file org.parallelj.code.generator.ui.SelectionDialog.java

/**
 * SelectionDialog, adapted for ParallelJ, since it is able to retrieve all
 * Diagram models from a project
 * 
 * @author Antoine Neveux
 * @version 1.0

From source file org.parallelj.designer.extension.dialog.SelectionDialog.java

/**
 * SelectionDialog, adapted for ParallelJ, since it is able to retrieve all
 * Diagram models from a project
 * 
 * @author Antoine Neveux
 * @version 1.0

From source file org.pentaho.di.ui.core.dialog.DetailsDialog.java

/**
 * Created by bmorrise on 10/13/16.
 */
public class DetailsDialog extends MessageDialog {

    private String details;

From source file org.pentaho.di.ui.core.dialog.ErrorWithDetailsDialog.java

/**
 * Created by bmorrise on 10/13/16.
 */
public class ErrorWithDetailsDialog extends MessageDialog {

    public static final Class<?> PKG = ErrorWithDetailsDialog.class;

From source file org.radrails.rails.internal.ui.actions.mvc.ViewSelectionDialog.java

/**
 * Selection dialog for view types. Used by the ViewAction to solicit input from the user.
 * 
 * @author mkent
 */
public class ViewSelectionDialog extends MessageDialog {