|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.MessageBoxID
public class MessageBoxID
The MessageBox() function return codes. If a message box has a Cancel button, the function returns the IDCANCEL value if either the ESC key is pressed or the Cancel button is selected. If the message box has no Cancel button, pressing ESC has no effect.
Field Summary | |
---|---|
static int |
_IDABORT
|
static int |
_IDCANCEL
|
static int |
_IDCONTINUE
|
static int |
_IDIGNORE
|
static int |
_IDNO
|
static int |
_IDOK
|
static int |
_IDRETRY
|
static int |
_IDTRYAGAIN
|
static int |
_IDYES
|
static MessageBoxID |
IDABORT
Abort button was selected. |
static MessageBoxID |
IDCANCEL
Cancel button was selected. |
static MessageBoxID |
IDCONTINUE
Continue button was selected. |
static MessageBoxID |
IDIGNORE
Ignore button was selected. |
static MessageBoxID |
IDNO
No button was selected. |
static MessageBoxID |
IDOK
OK button was selected. |
static MessageBoxID |
IDRETRY
Retry button was selected. |
static MessageBoxID |
IDTRYAGAIN
Try Again button was selected. |
static MessageBoxID |
IDYES
Yes button was selected. |
int |
val
|
Method Summary | |
---|---|
static MessageBoxID |
getMessageBoxID(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MessageBoxID IDOK
public static final int _IDOK
public static final MessageBoxID IDCANCEL
public static final int _IDCANCEL
public static final MessageBoxID IDABORT
public static final int _IDABORT
public static final MessageBoxID IDRETRY
public static final int _IDRETRY
public static final MessageBoxID IDIGNORE
public static final int _IDIGNORE
public static final MessageBoxID IDYES
public static final int _IDYES
public static final MessageBoxID IDNO
public static final int _IDNO
public static final MessageBoxID IDTRYAGAIN
public static final int _IDTRYAGAIN
public static final MessageBoxID IDCONTINUE
public static final int _IDCONTINUE
public int val
Method Detail |
---|
public static MessageBoxID getMessageBoxID(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |