Package | Description |
---|---|
de.esprit.appsuite.gui.dialog |
Contains reuseable standard dialogs.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
Modifier and Type | Method and Description |
---|---|
protected javax.swing.Icon |
MessageDialog.createHeaderIcon(MessageDialogType msgType,
ErrorType errType) |
protected java.lang.String |
MessageDialog.createHeaderText(MessageDialogType msgType,
ErrorType errType) |
static void |
MessageDialog.popupMessageDialog(MessageDialogType msgType,
java.lang.String message,
java.lang.String details,
java.lang.Exception e)
Pops up the error dialog attached to the main-frame.
|
static void |
MessageDialog.popupMessageDialog(java.awt.Window hook,
MessageDialogType msgType,
java.lang.String message,
java.lang.String details,
java.lang.Exception e)
Pops up the error dialog attached to the given window, which must be either a JFrame or a JDialog instance.
|
Constructor and Description |
---|
MessageDialog(java.awt.Window hook,
MessageDialogType msgType,
java.lang.String message,
java.lang.String details,
java.lang.Exception error) |
Modifier and Type | Method and Description |
---|---|
static MessageDialogType |
MessageDialogType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageDialogType[] |
MessageDialogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MessageDialogType |
ServerNotificationMessage.getMessageDialogType() |
Constructor and Description |
---|
ServerNotificationMessage(MessageDialogType msgType,
NlsKey messageKey) |
ServerNotificationMessage(MessageDialogType msgType,
NlsKey messageKey,
java.lang.Object... args) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.