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.osee.framework.ui.skynet.widgets.dialog.HtmlDialog.java

/**
 * @author Donald G. Dunne
 */
public class HtmlDialog extends MessageDialog {
    protected Browser b;
    private LocationListener listener;

From source file org.eclipse.osee.framework.ui.skynet.widgets.dialog.ImageDialog.java

/**
 * @author Donald G. Dunne
 */
public class ImageDialog extends MessageDialog {
    private String title = "Image Viewer";
    private static String buttons[] = new String[] { "Export as JPG", "Export as PNG", "Close" };

From source file org.eclipse.osee.ote.ui.test.manager.util.EnvVariableDetailsDialog.java

/**
 * @author Roberto E. Escobar
 */
public class EnvVariableDetailsDialog extends MessageDialog {

    private Button cancelButton;

From source file org.eclipse.osee.ote.ui.test.manager.util.EnvVariableDialog.java

/**
 * @author Roberto E. Escobar
 */
public class EnvVariableDialog extends MessageDialog {

    private Button cancelButton;

From source file org.eclipse.papyrus.diagram.activity.edit.dialogs.ConfirmActivityParameterNodeAndParameterSyncDialog.java

/**
 * This class enables to open a dialog to ask the user to confirm he wants to delete activity parameter node(s) with parameter
 * 
 */
public class ConfirmActivityParameterNodeAndParameterSyncDialog extends MessageDialog {

From source file org.eclipse.papyrus.diagram.activity.edit.dialogs.ConfirmPinAndParameterSyncDialog.java

/**
 * This class enables to open a dialog to ask the user to confirm he wants to update a Parameter and associated Pins
 * 
 */
public class ConfirmPinAndParameterSyncDialog extends MessageDialog {

From source file org.eclipse.papyrus.diagram.activity.edit.dialogs.WarningAndCreateAttributeDialog.java

/**
 * WarningAndCreateAttributeDialog warns the user he can not perform an action.
 * It enables him to create an attribute instead after appropriate warnings.
 */
public class WarningAndCreateAttributeDialog extends MessageDialog {

From source file org.eclipse.papyrus.diagram.activity.edit.dialogs.WarningAndCreateParameterDialog.java

/**
 * WarningAndCreateParameterDialog warns the user he can not perform an action.
 * It enables him to create a parameter instead after appropriate warnings.
 */
public class WarningAndCreateParameterDialog extends MessageDialog {

From source file org.eclipse.papyrus.diagram.activity.edit.dialogs.WarningAndLinkDialog.java

/**
 * This dialog provide a message and a link to navigate to a model element.
 */
public class WarningAndLinkDialog extends MessageDialog {

    /** The element to link */

From source file org.eclipse.papyrus.infra.widgets.toolbox.dialog.InformationDialog.java

/**
 * A JFace dialog used to show information to the end user.<br>
 * This dialog is able to store the user choice into a preference store.<br>
 * 
 */
public class InformationDialog extends MessageDialog {