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 au.gov.ansto.bragg.quokka.ui.workflow.AddConfigDialog.java

public class AddConfigDialog extends MessageDialog {

    private static Logger logger = LoggerFactory.getLogger(AddConfigDialog.class);

    private List<InstrumentConfigTemplate> standardTemplates;

From source file au.gov.ansto.bragg.quokka.ui.workflow.SaveConfigDialog.java

public class SaveConfigDialog extends MessageDialog {

    private final IObservableValue configDescription;

    public SaveConfigDialog(Shell parentShell, IObservableValue configDescription) {
        super(parentShell, "Save instrument configuration", null, "Please enter description:", NONE,

From source file ca.uvic.cs.tagsea.dialogs.RefreshTagsDialog.java

public class RefreshTagsDialog extends MessageDialog {
    private Button allButton, selectedButton;
    private CheckboxTableViewer projectNames;
    private Object[] selection;

    /**

From source file com.amalto.workbench.editors.dialog.ConfirmFireEventMessageDialog.java

/**
 * created by liusongbo on Oct 20, 2014
 */
public class ConfirmFireEventMessageDialog extends MessageDialog {

    private FireEventComposite customArea;

From source file com.amazonaws.eclipse.core.ui.MultiValueEditorDialog.java

/**
 * Simple table dialog to allow use user to enter multiple values for an
 * attribute.
 */
public class MultiValueEditorDialog extends MessageDialog {

From source file com.amazonaws.eclipse.datatools.enablement.simpledb.ui.editor.MultiValueEditorDialog.java

/**
 * Simple table dialog to allow use user to enter multiple values for an
 * attribute.
 */
class MultiValueEditorDialog extends MessageDialog {

From source file com.amazonaws.eclipse.dynamodb.AbstractAddNewAttributeDialog.java

public abstract class AbstractAddNewAttributeDialog extends MessageDialog {

    String newAttributeName = "";

    public String getNewAttributeName() {
        return newAttributeName.trim();

From source file com.amazonaws.eclipse.ec2.ui.PuTTYgenTranslationDialog.java

/**
 * A simple dialog that instructs users how to use PuTTYgen to translate an
 * OpenSSH private key file to a PuTTY compatible private key.
 */
public class PuTTYgenTranslationDialog extends MessageDialog {

From source file com.amazonaws.eclipse.ec2.ui.ShellCommandErrorDialog.java

/**
 * Dialog for showing the details of a failed attempt at executing a command,
 * including support for possible retries, and directing users to more help.
 */
public class ShellCommandErrorDialog extends MessageDialog {

From source file com.amazonaws.eclipse.ec2.ui.views.instances.DeviceDialog.java

/**
 * Dialog allowing the user to select which device an EBS volume should be
 * attached to.
 */
class DeviceDialog extends MessageDialog {