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.wst.common.frameworks.internal.dialog.ui.OptionsDialog.java

/**
 * A dialog to display one or more errors to the user, as contained in an
 * <code>Status</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 org.eclipse.wst.common.frameworks.internal.dialog.ui.WarningDialog.java

/**
 * A dialog to display one or more errors to the user, as contained in an
 * <code>Status</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 org.eclipse.wst.common.frameworks.internal.ui.ErrorDialog.java

/**
 * Added a Details button to the MessageDialog to show the exception stack trace.
 * 
 * Borrowed from an eclipse InternalErrorDialog
 */
public class ErrorDialog extends MessageDialog {

From source file org.eclipse.wst.common.frameworks.internal.ui.ListMessageDialog.java

/**
 * @author dfholt
 */
public class ListMessageDialog extends MessageDialog {
    protected String[] listItems;
    protected List list;

From source file org.eclipse.wst.jsdt.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.wst.jsdt.internal.ui.refactoring.reorg.RenameTypeWizardSimilarElementsOptionsDialog.java

/**
 * Option dialog for selecting a similarly named element renaming strategy
 * 
 * 
 * 
 */

From source file org.eclipse.wst.jsdt.internal.ui.wizards.buildpaths.newsourcepage.RemoveLinkedFolderDialog.java

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

From source file org.eclipse.wst.server.ui.internal.actions.BreakpointDialog.java

/**
 * Custom message dialog that is used when the server is not in the correct launch mode.
 */
public class BreakpointDialog extends MessageDialog {
    protected boolean remember;

From source file org.eclipse.wst.server.ui.internal.actions.OptionsMessageDialog.java

/**
 * Custom message dialog that displays a set of options.
 * Return value is the option
 */
public class OptionsMessageDialog extends MessageDialog {
    protected int radio;

From source file org.eclipse.wst.server.ui.internal.DeleteRuntimeDialog.java

public class DeleteRuntimeDialog extends MessageDialog {
    protected boolean promptDeleteServers;
    protected boolean promptRemoveTargets;
    protected boolean deleteServers;
    protected boolean removeTargets;