|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.dialogs.EMFStoreMessageDialog
public final class EMFStoreMessageDialog
Provides a standardized way of opening message dialogs within EMFStore.
| Method Summary | |
|---|---|
static void |
showExceptionDialog(Exception cause)
Opens a standard error message dialog displaying the given exception to the user. |
static void |
showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
Exception cause)
Opens a standard error message dialog displaying the given exception to the user. |
static void |
showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
String message,
Exception cause)
Opens a standard error message dialog displaying the given message and exception to the user. |
static void |
showExceptionDialog(String message,
Exception cause)
Opens a standard error message dialog displaying the given message and exception to the user. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void showExceptionDialog(Exception cause)
cause - the exception to be shown
public static void showExceptionDialog(String message,
Exception cause)
message - the message to be showncause - the exception to be shown
public static void showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
String message,
Exception cause)
shell - the shell that is used to show the exception dialogmessage - the message to be showncause - the exception to be shown
public static void showExceptionDialog(org.eclipse.swt.widgets.Shell shell,
Exception cause)
shell - the shell that is used to show the exception dialogcause - the exception to be shown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||