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 com.ceteva.mosaic.MessageDialogWithToggle.java

/**
 * A message dialog which also allows the user to adjust a toggle setting.
 * 
 * This is typically used to allow the user to indicate whether the dialog
 * should be shown in the future.
 */

From source file com.drgarbage.bytecode.jdi.dialogs.SelectDebugTargetDialog.java

/**
 * The message dialog for selecting the debug target.
 * 
 * @author Peter Palaga
 * @version $Revision$
 * $Id$

From source file com.drgarbage.bytecode.jdi.dialogs.SelectJavaTypeDialog.java

/**
 * The message dialog for selecting the java types.
 * 
 * @author Peter Palaga
 * @version $Revision$
 * $Id$

From source file com.drgarbage.core.jface.AbstractMessageDialog.java

public class AbstractMessageDialog extends MessageDialog {

    private static final String DIALOG_HEIGHT = "DIALOG_HEIGHT";
    private static final String DIALOG_ORIGIN_X = "DIALOG_X_ORIGIN";
    private static final String DIALOG_ORIGIN_Y = "DIALOG_Y_ORIGIN";
    private static final String DIALOG_WIDTH = "DIALOG_WIDTH";

From source file com.drgarbage.core.jface.SelectDialog.java

/**
 * A Message box with a list of classes. The selected class 
 * is returned as a string. 
 * 
 * @author Sergej Alekseev
 * @version $Revision$

From source file com.dubture.symfony.debug.launch.SymfonyURLLaunchDialog.java

/**
 * A Launch dialog to offer the possibility of altering the route parameters of a Launch URL.
 *
 *
 *
 *

From source file com.genuitec.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()

From source file com.google.code.t4eclipse.tools.dialog.InternalErrorDialog.java

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

From source file com.google.dart.tools.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 com.google.eclipse.elt.view.ui.WarnOnCloseDialog.java

/**
 * @author alruiz@google.com (Alex Ruiz)
 */
class WarnOnCloseDialog extends MessageDialog {
    private static final String[] BUTTON_LABELS = { YES_LABEL, NO_LABEL };