|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDialogOptions
Provides constants for creating dialogs and for evaluating user choices in dialogs. The constants correspond directly to JOptionPane and may be used there, too.
JOptionPane
Field Summary | |
---|---|
static int |
MESSAGE_TYPE_ERROR
|
static int |
MESSAGE_TYPE_INFORMATION
|
static int |
MESSAGE_TYPE_PLAIN
|
static int |
MESSAGE_TYPE_QUESTION
|
static int |
MESSAGE_TYPE_WARNING
|
static int |
OPTION_TYPE_CANCEL
This is an extra option type not available in JOptionPane. |
static int |
OPTION_TYPE_DEFAULT
|
static int |
OPTION_TYPE_EMPTY
This is an extra option type not available in JOptionPane. |
static int |
OPTION_TYPE_OK_CANCEL
|
static int |
OPTION_TYPE_YES_NO
|
static int |
OPTION_TYPE_YES_NO_CANCEL
|
static int |
RETURN_VALUE_CANCEL
|
static int |
RETURN_VALUE_CLOSED
|
static int |
RETURN_VALUE_NO
|
static int |
RETURN_VALUE_OK
|
static int |
RETURN_VALUE_UNINITIALIZED
This is an extra return value not available in JOptionPane. |
static int |
RETURN_VALUE_YES
|
Field Detail |
---|
static final int MESSAGE_TYPE_PLAIN
static final int MESSAGE_TYPE_QUESTION
static final int MESSAGE_TYPE_ERROR
static final int MESSAGE_TYPE_WARNING
static final int MESSAGE_TYPE_INFORMATION
static final int OPTION_TYPE_DEFAULT
static final int OPTION_TYPE_OK_CANCEL
static final int OPTION_TYPE_YES_NO_CANCEL
static final int OPTION_TYPE_YES_NO
static final int OPTION_TYPE_EMPTY
static final int OPTION_TYPE_CANCEL
static final int RETURN_VALUE_CANCEL
static final int RETURN_VALUE_OK
static final int RETURN_VALUE_CLOSED
static final int RETURN_VALUE_YES
static final int RETURN_VALUE_NO
static final int RETURN_VALUE_UNINITIALIZED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |