public class ResourceNotification
extends java.lang.Object
Constructor and Description |
---|
ResourceNotification() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification |
showError(java.lang.String message)
Shows an error popup with the specified message.
|
static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification |
showInfo(java.lang.String message)
Shows an information popup with the specified message.
|
static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification |
showOk(java.lang.String message)
Shows an message popup.
|
static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification |
showWarning(java.lang.String message)
Shows a warning popup with the specified message.
|
public static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification showError(java.lang.String message)
message
- the error message to showpublic static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification showWarning(java.lang.String message)
message
- the warning message to showpublic static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification showInfo(java.lang.String message)
message
- the information message to showpublic static org.eclipse.papyrus.infra.widgets.toolbox.notification.INotification showOk(java.lang.String message)
message
- the message to show