|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.common.MessageBox
As for "MessageBox" class Windows like it is the class which indicates the message box. However, it does not support the idea contest.
| Field Summary | |
static int |
ABORTRETRYIGNORE
Three buttons "of discontinuance" "retrial" "disregard" are indicated. |
static int |
IDABORT
ID "of discontinuance" button |
static int |
IDCANCEL
"Cancel" button |
static int |
IDIGNORE
ID "of disregard" button |
static int |
IDNO
"To be able to call," ID of the button |
static int |
IDOK
ID "of OK" button |
static int |
IDRETRY
ID "of retrial" button |
static int |
IDYES
"To be", ID of the button |
protected int |
m_ButtonHeight
Height of button |
protected int |
m_ButtonWidth
Width of button |
protected java.lang.String |
m_Message
Message character string |
protected int |
m_Style
Style of message box |
protected static int |
MB_ABORT
Discontinuance |
protected static int |
MB_CANCEL
Cancellation |
protected static int |
MB_IGNORE
Disregard |
protected static int |
MB_NO
Calling obtaining |
protected static int |
MB_OK
OK |
protected static int |
MB_RETRY
Retrial |
protected static int |
MB_YES
It is, |
static int |
OK
"The OK" button is indicated. |
static int |
OKCANCEL
Two buttons "of OK" "Cancel" are indicated. |
static int |
RETRYCANCEL
Two buttons "of retrial" "discontinuance" are indicated. |
int |
status
When closing the message box, ID of the button which is pushed is returned. |
static int |
YESNO
"It is and" "can call" two buttons indicates. |
static int |
YESNOCANCEL
"It is and" "can call" three buttons indicates. |
| Constructor Summary | |
MessageBox(java.awt.Component parent,
java.lang.String title)
The message box (dialogue) it constructs. |
|
MessageBox(java.awt.Component parent,
java.lang.String title,
java.lang.String message,
int style)
The message box is constructed. |
|
MessageBox(javax.swing.JFrame parent,
java.lang.String title,
java.lang.String message,
int style)
The message box is constructed. |
|
| Method Summary | |
java.lang.String[] |
GetOptions()
It forms & arranges the options inside the message box. |
void |
SetOption(java.lang.String option)
Sets the Option |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final int MB_ABORT
protected static final int MB_CANCEL
protected static final int MB_IGNORE
protected static final int MB_NO
protected static final int MB_OK
protected static final int MB_RETRY
protected static final int MB_YES
protected int m_ButtonWidth
protected int m_ButtonHeight
public static final int ABORTRETRYIGNORE
public static final int OK
public static final int OKCANCEL
public static final int RETRYCANCEL
public static final int YESNO
public static final int YESNOCANCEL
public static final int IDABORT
public static final int IDCANCEL
public static final int IDIGNORE
public static final int IDNO
public static final int IDOK
public static final int IDRETRY
public static final int IDYES
public int status
protected java.lang.String m_Message
protected int m_Style
| Constructor Detail |
public MessageBox(javax.swing.JFrame parent,
java.lang.String title,
java.lang.String message,
int style)
parent - Message boxtitle - Message boxmessage - Message character stringstyle - Message box (future also the idea contest correspondence schedule)
public MessageBox(java.awt.Component parent,
java.lang.String title,
java.lang.String message,
int style)
parent - The owner of the message box (as for the message box being to search the frame from parent, as for the necessity to be Frame it is not.)title - Message boxmessage - Message character stringstyle - Style of the message box (future also the idea contest correspondence schedule)
public MessageBox(java.awt.Component parent,
java.lang.String title)
parent - message boxtitle - message box| Method Detail |
public java.lang.String[] GetOptions()
public void SetOption(java.lang.String option)
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||