|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogOptions
This interface represents various dialogs return options.
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |