public interface IMessageBoxDelegate
| Modifier and Type | Field and Description |
|---|---|
static int |
ABORT |
static int |
CANCEL |
static int |
ICON_ERROR |
static int |
ICON_INFORMATION |
static int |
ICON_QUESTION |
static int |
ICON_WARNING |
static int |
ICON_WORKING |
static int |
IGNORE |
static int |
NO |
static int |
OK |
static int |
RETRY |
static int |
YES |
| Modifier and Type | Method and Description |
|---|---|
int |
displayMessageBox(java.lang.String astrTitle,
java.lang.String astrMessage,
int aiStyleBits)
Display a message box to the user bearing the title, message
and style characteristics specified.
|
static final int ICON_ERROR
static final int ICON_INFORMATION
static final int ICON_QUESTION
static final int ICON_WARNING
static final int ICON_WORKING
static final int OK
static final int YES
static final int NO
static final int CANCEL
static final int ABORT
static final int RETRY
static final int IGNORE
int displayMessageBox(java.lang.String astrTitle,
java.lang.String astrMessage,
int aiStyleBits)
astrTitle - Title (typically appears at the top of the dialog window).astrMessage - Message to display in the body of the message box.aiStyleBits - Style specification.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.