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.emf.diffmerge.ui.util.InconsistencyDialog.java

/**
 * A dialog for indicating the inconsistencies of a comparison.
 * @author Olivier Constant
 */
public class InconsistencyDialog extends MessageDialog {

From source file org.eclipse.emf.diffmerge.ui.viewers.IgnoreChoicesDialog.java

/**
 * A dialog for specifying an ignore operation on differences.
 * @author Olivier Constant
 */
public class IgnoreChoicesDialog extends MessageDialog {

From source file org.eclipse.emf.diffmerge.ui.viewers.MergeChoicesDialog.java

/**
 * A dialog for specifying a merge operation.
 * @author Olivier Constant
 */
public class MergeChoicesDialog extends MessageDialog {

From source file org.eclipse.epf.common.serviceability.WrappedMessageDialog.java

/**
 * Displays a message dialog that displays wrapped text.
 * 
 * @author Bingxue Xu
 * @since 1.0
 */

From source file org.eclipse.epf.common.ui.util.WrappedMessageDialog.java

/**
 * Displays a message dialog that displays wrapped text.
 * 
 * @author Bingxue Xu
 * @since 1.0
 */

From source file org.eclipse.epp.internal.logging.aeri.ui.ReportDialog.java

public class ReportDialog extends MessageDialog {

    private static final class PackShellExpansionListener extends ExpansionAdapter {
        private final Shell shell;

        private PackShellExpansionListener(Shell shell) {

From source file org.eclipse.equinox.internal.p2.importexport.internal.wizard.StyledErrorDialog.java

public class StyledErrorDialog extends MessageDialog {

    public static boolean openQuestion(Shell parent, String title, String message) {
        return open(QUESTION, parent, title, message, SWT.NONE);
    }

From source file org.eclipse.equinox.internal.p2.ui.dialogs.ApplyProfileChangesDialog.java

/**
 * A dialog which prompts the user to restart.
 * 
 * @since 3.4
 */
public class ApplyProfileChangesDialog extends MessageDialog {

From source file org.eclipse.jdt.internal.debug.ui.classpath.DefaultClasspathEntryDialog.java

/**
 * Edits project default classpath.
 * 
 * @since 3.2
 */
public class DefaultClasspathEntryDialog extends MessageDialog {

From source file org.eclipse.jdt.internal.ui.dialogs.OptionalMessageDialog.java

/**
 * This is a <code>MessageDialog</code> which allows the user
 * to choose that the dialog isn't shown again the next time.
 */
public class OptionalMessageDialog extends MessageDialog {