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.eclipse.wst.server.ui.internal.DeleteServerDialog.java

/**
 * Dialog that prompts a user to delete server(s) and/or server configuration(s).
 */
public class DeleteServerDialog extends MessageDialog {
    protected IServer[] servers;
    protected IFolder[] configs;

From source file org.eclipse.wst.sse.ui.internal.contentassist.OptionalMessageDialog.java

/**
 * <p>This is a <code>MessageDialog</code> which allows the user
 * to choose that the dialog isn't shown again the next time.</p>
 * 
 * @base org.eclipse.jdt.internal.ui.dialogs.OptionalMessageDialog
 */

From source file org.eclipse.wst.sse.ui.internal.UnknownContentTypeDialog2.java

/**
 * Dialog offering to add input filename to default content type when editor
 * was opened on unsupported content type.
 * 
 * https://bugs.eclipse.org/320996
 */

From source file org.eclipse.wst.wsdl.ui.internal.dialogs.GenerateBindingOnSaveDialog.java

public class GenerateBindingOnSaveDialog extends MessageDialog implements SelectionListener {
    private static String dialogTitle = Messages._UI_REGEN_BINDINDS_ON_SAVE; //$NON-NLS-1$
    private static String dialogMessage = Messages._UI_REGEN_BINDINGS_ON_SAVE_QUESTIONMARK; //$NON-NLS-1$
    private static String[] buttons = new String[] { Messages._UI_YES_LABEL, Messages._UI_NO_LABEL,
            Messages._UI_CANCEL_LABEL }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

From source file org.eclipse.wst.xml.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.wst.xquery.set.internal.ui.dialogs.InfoLinkMessageDialog.java

public class InfoLinkMessageDialog extends MessageDialog {

    private String fLinkText;
    private URL fLinkUrl;

    public InfoLinkMessageDialog(Shell parentShell, String dialogTitle, String dialogMessage, String linkText,

From source file org.eclipsetrader.ui.internal.application.InternalErrorDialog.java

/**
 * Added a Details button to the MessageDialog to show the exception
 * stack trace.
 */
public class InternalErrorDialog extends MessageDialog {

From source file org.ect.reo.ui.properties.reconf.EditReconfRuleDialog.java

/**
 * @author Christian Krause
 * @generated NOT
 */
public class EditReconfRuleDialog extends MessageDialog {

From source file org.erlide.ui.prefs.RestartDialog.java

/**
 * A dialog which prompts the user to restart after an update operation and
 * provides Yes, No, Continue buttons.
 */
public class RestartDialog extends MessageDialog {
    private static final int CONTINUE = 2;

From source file org.fedoraproject.eclipse.packager.bodhi.internal.ui.BodhiUpdateInfoDialog.java

/**
 * Message dialog showing the link to the bodhi Web page showing update info
 * 
 */
public class BodhiUpdateInfoDialog extends MessageDialog {