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.dltk.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 {

From source file org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.RemoveLinkedFolderDialog.java

/**
 * Dialog to prompt whether a linked folder should be deleted.
 * 
 * @see IRemoveLinkedFolderQuery
 */
class RemoveLinkedFolderDialog extends MessageDialog {

From source file org.eclipse.dltk.mod.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 {

From source file org.eclipse.dltk.mod.internal.ui.wizards.buildpath.newsourcepage.RemoveLinkedFolderDialog.java

/**
 * Dialog to prompt whether a linked folder should be deleted.
 * 
 * @see IRemoveLinkedFolderQuery
 */
class RemoveLinkedFolderDialog extends MessageDialog {

From source file org.eclipse.ecf.salvo.ui.internal.dialogs.UnsubscribeDialog.java

public class UnsubscribeDialog extends MessageDialog {

    private static boolean isServer;

    protected UnsubscribeDialog(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage,
            int dialogImageType, String[] dialogButtonLabels, int defaultIndex) {

From source file org.eclipse.edt.ide.ui.internal.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 {

From source file org.eclipse.egit.gitflow.ui.internal.dialogs.AbstractGitFlowBranchSelectionDialog.java

/**
 * Select Git Flow branches.
 *
 * @param <T>
 */
public abstract class AbstractGitFlowBranchSelectionDialog<T> extends MessageDialog {

From source file org.eclipse.egit.gitflow.ui.internal.dialogs.FeatureBranchSelectionDialog.java

/**
 * Select Git Flow feature branches.
 */
public class FeatureBranchSelectionDialog extends MessageDialog {
    private List<Ref> selected = new ArrayList<>();
    private FilteredBranchesWidget filteredFeatures;

From source file org.eclipse.egit.ui.internal.branch.BranchResultDialog.java

/**
 * Display the result of a Branch operation.
 */
public class BranchResultDialog extends MessageDialog {
    private static final Image INFO = PlatformUI.getWorkbench().getSharedImages()
            .getImage(ISharedImages.IMG_OBJS_INFO_TSK);

From source file org.eclipse.egit.ui.internal.branch.CleanupUncomittedChangesDialog.java

/**
 * Offer options to cleanup uncommitted changes
 */
public class CleanupUncomittedChangesDialog extends MessageDialog {

    private static final Image INFO = PlatformUI.getWorkbench().getSharedImages()