public interface DialogOptions
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCEL_OPTION
Return value if cancel is chosen.
|
static int |
CLOSE_OPTION
Return value if dialog was closed.
|
static int |
ERROR_OPTION
Return value if an error occured.
|
static int |
NONE_OPTION
Return value if no actions were taken.
|
static int |
OK_OPTION
Return value if approve (yes, ok) is chosen.
|
static final int CANCEL_OPTION
static final int OK_OPTION
static final int CLOSE_OPTION
static final int NONE_OPTION
static final int ERROR_OPTION