Java org.eclipse.jface.dialogs ErrorDialog fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs ErrorDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.dialogs ErrorDialog.

The text is from its open source code.

Subclass

org.eclipse.jface.dialogs.ErrorDialog has subclasses.
Click this link to see all its subclasses.

Field

booleanAUTOMATED_MODE
Static to prevent opening of error dialogs for automated testing.

Constructor

Method

intopen()
Extends Window.open().
intopenError(Shell parent, String dialogTitle, String message, IStatus status)
Opens an error dialog to display the given error.
intopenError(Shell parentShell, String title, String message, IStatus status, int displayMask)
Opens an error dialog to display the given error.