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.jboss.tools.vpe.preview.editor.EngineDialog.java

/**Dialog which shown for Linux users to choose between xulrunner and webkit 
 * @see JBIDE-17818
 * 
 * @author Konstantin Marmalyukov (kmarmaliykov)
 *
 */

From source file org.jcryptool.crypto.xml.ui.dialogs.MissingPreferenceDialog.java

/**
 * <p>Special dialog type (based on MessageDialog) to show a warning message about a missing
 * preference setting. This dialog includes a link to open the preference page directly and a button
 * to cancel the operation. The process continues after the user provided the required
 * information.</p>
 *

From source file org.jcryptool.crypto.xml.ui.dialogs.VerificationDialog.java

/**
 * <p>Special dialog type (based on MessageDialog) to show the verification result of a
 * signature with an image indicating the signature status on the left side.</p>
 *
 * @author Dominik Schadow
 * @version 0.5.0

From source file org.kalypso.core.status.AbstractStatusDialog.java

/**
 * @author Dirk Kuch
 */
public class AbstractStatusDialog extends MessageDialog {
    private final IStatus m_status;

From source file org.kalypso.model.wspm.pdb.ui.internal.admin.state.RemoveStateDialog.java

/**
 * @author Gernot Belger
 */
public class RemoveStateDialog extends MessageDialog {
    private final State m_state;

From source file org.kalypso.model.wspm.pdb.ui.internal.admin.waterbody.CannotRemoveWaterBodyDialog.java

/**
 * @author Gernot Belger
 */
public class CannotRemoveWaterBodyDialog extends MessageDialog {
    private static String DIALOG_MESSAGE = Messages.getString("CannotRemoveWaterBodyDialog.0"); //$NON-NLS-1$

From source file org.mags.remas.view.dialogs.TextAreaMessageDialog.java

public class TextAreaMessageDialog extends MessageDialog {
    private Text textAreaControl;
    private String textArea;

    public String getTextArea() {
        return textArea;

From source file org.mailster.gui.dialogs.TrustDialog.java

/**
 * ---<br>
 * Mailster (C) 2007-2009 De Oliveira Edouard
 * <p>
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software

From source file org.maven.ide.eclipse.pr.internal.wizard.HyperlinkDialog.java

/**
 * @author Anton Kraev
 */
public class HyperlinkDialog extends MessageDialog {

    private String url;

From source file org.nabucco.framework.exporting.ui.rcp.wizard.ExportOverwriteDialog.java

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