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

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

Introduction

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

Usage

From source file aurora.ide.helpers.StatusDialog.java

/**
 * A dialog to display one or more errors to the user, as contained in an
 * <code>IStatus</code> object. If an error contains additional detailed
 * information then a Details button is automatically supplied, which shows or
 * hides an error details viewer when pressed by the user.
 * 

From source file com.amalto.workbench.dialogs.ErrorExceptionDialog.java

public class ErrorExceptionDialog extends IconAndMessageDialog {

    private Image image = null;

    private String title;

From source file com.byterefinery.rmbench.dialogs.AbstractDependencyDialog.java

/**
 * Abstract class for generating confirm dialogs which show indirect actions 
 * triggered by an action (e.g. deletion of modelelemnt)
 * @author Hannes Niederhausen
 *
 */

From source file com.elphel.vdt.ui.dialogs.VDTErrorDialog.java

public class VDTErrorDialog extends IconAndMessageDialog {
    private static final String NESTING_INDENT = "  ";
    private static final int MAX_DETAILS_LINES = 15;

    private Button detailsButton;
    private String title;

From source file com.genuitec.eclipse.gerrit.tools.utils.MessageLinkDialog.java

/**
 * A dialog for showing messages to the user.
 * <p>
 * This concrete dialog class can be instantiated as is, or further subclassed
 * as required.
 * </p>

From source file com.hangum.tadpole.commons.exception.dialog.ExceptionDetailsErrorDialog.java

/**
 * A dialog to display one or more errors to the user, as contained in an
 * <code>IStatus</code> object. If an error contains additional detailed
 * information then a Details button is automatically supplied, which shows or
 * hides an error details viewer when pressed by the user.
 * 

From source file com.hangum.tadpole.exception.dialog.ExceptionDetailsErrorDialog.java

/**
 * A dialog to display one or more errors to the user, as contained in an
 * <code>IStatus</code> object. If an error contains additional detailed
 * information then a Details button is automatically supplied, which shows or
 * hides an error details viewer when pressed by the user.
 * 

From source file com.jaspersoft.studio.jface.dialogs.DataAdapterErrorDialog.java

public class DataAdapterErrorDialog extends IconAndMessageDialog {

    /**
     * The Details button.
     */
    private Button detailsButton;

From source file com.mercatis.lighthouse3.base.ui.widgets.LighthouseErrorDialog.java

public class LighthouseErrorDialog extends IconAndMessageDialog {

    private boolean stackTraceExpanded = false;

    private String title;
    private IStatus status;

From source file com.microsoft.tfs.client.common.ui.dialogs.DeleteNodesDialog.java

public class DeleteNodesDialog extends IconAndMessageDialog {

    private final CSSNode rootNode;
    private final CSSNode toDelete;
    private CSSNodeComboControl combo;
    private CSSNode reclassifyNode;