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.team.svn.ui.dialog.ReplaceWarningDialog.java

/**
 * "Replace with..." warning dialog
 * 
 * @author Alexander Gurov
 */
public class ReplaceWarningDialog extends MessageDialog {

From source file org.eclipse.team.svn.ui.dialog.SetPropertyWithOverrideDialog.java

/**
 * Property ovewrite warning dialog
 *
 * @author Sergiy Logvin
 */
public class SetPropertyWithOverrideDialog extends MessageDialog {

From source file org.eclipse.team.svn.ui.dialog.ShowPostCommitErrorsDialog.java

/**
 * Unresolved conflict notification dialog
 * 
 * @author Alexander Gurov
 */
public class ShowPostCommitErrorsDialog extends MessageDialog {

From source file org.eclipse.team.svn.ui.dialog.TagModifyWarningDialog.java

/**
 * Tag modification warning dialog
 * 
 * @author Alexei Goncharov
 */
public class TagModifyWarningDialog extends MessageDialog {

From source file org.eclipse.team.svn.ui.properties.RemovePropertyDialog.java

/**
 * Remove property dialog
 * 
 * @author Alexander Gurov
 */
public class RemovePropertyDialog extends MessageDialog {

From source file org.eclipse.tycho.targeteditor.dialogs.RepositoryDeletionConfirmDialog.java

final class RepositoryDeletionConfirmDialog extends MessageDialog {
    private static final String DIALOG_TITLE = "Confirm Remove Repositories";
    private static final String DIALOG_MESSAGE = "This operation requires additional repositories to be deleted.";
    private static final String[] DIALOG_BUTTON_LABELS = new String[] { IDialogConstants.OK_LABEL,
            IDialogConstants.CANCEL_LABEL };
    private static final RepositoryTableLabelProvider LABEL_PROVIDER = new RepositoryTableLabelProvider();

From source file org.eclipse.ui.externaltools.internal.ui.FileSelectionDialog.java

/**
 * Dialog for selecting a file in the workspace. Derived from
 * org.eclipse.ui.dialogs.ResourceSelectionDialog
 */
public class FileSelectionDialog extends MessageDialog {
    // the root element to populate the viewer with

From source file org.eclipse.ui.internal.ide.dialogs.CleanDialog.java

/**
 * Dialog that asks the user to confirm a clean operation, and to configure
 * settings in relation to the clean. Clicking ok in the dialog will perform the
 * clean operation.
 * 
 * @since 3.0

From source file org.eclipse.ui.internal.ide.dialogs.InternalErrorDialog.java

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

From source file org.eclipse.uml2.examples.ui.dialogs.OptionsDialog.java

/**
 * 
 */
public class OptionsDialog extends MessageDialog {

    protected final Map options;