|
| MessageDialog (Frame owner, String caption, String message) |
|
| MessageDialog (Dialog owner, String caption, String message) |
|
| MessageDialog (Frame owner, String caption, String message, int type) |
|
| MessageDialog (Dialog owner, String caption, String message, int type) |
|
| AlertBox (Frame owner, String title, int messageType, int buttonType) |
|
| AlertBox (Dialog owner, String title, int messageType, int buttonType) |
|
void | dispose () |
|
void | setCaption (String caption) |
|
void | setMessage (String message) |
|
void | setTitle (String title) |
|
void | show () |
|
void | addActionListener (ActionListener listener) |
|
void | addButton (String caption) |
|
void | addInputComponent (String caption, Component component, int location, boolean fill) |
|
void | dispose () |
|
int | getInputAreaWidth () |
|
| ModalDialog () |
|
| ModalDialog (Frame owner, String title, String message, int buttonType) |
|
| ModalDialog (Dialog owner, String title, String message, int buttonType) |
|
void | processWindowEvent (WindowEvent evt) |
|
void | removeActionListener (ActionListener listener) |
|
void | setCloseButtonEnabled (boolean enabled) |
|
void | setInputAreaWidth (int width) |
|
int | showModalDialog () |
|
void | showNoWait () |
|
メッセージボックス
Definition at line 27 of file MessageDialog.java.
com.generalrobotix.ui.util.MessageDialog.MessageDialog |
( |
Frame |
owner, |
|
|
String |
caption, |
|
|
String |
message |
|
) |
| |
|
inline |
com.generalrobotix.ui.util.MessageDialog.MessageDialog |
( |
Dialog |
owner, |
|
|
String |
caption, |
|
|
String |
message |
|
) |
| |
|
inline |
com.generalrobotix.ui.util.MessageDialog.MessageDialog |
( |
Frame |
owner, |
|
|
String |
caption, |
|
|
String |
message, |
|
|
int |
type |
|
) |
| |
|
inline |
com.generalrobotix.ui.util.MessageDialog.MessageDialog |
( |
Dialog |
owner, |
|
|
String |
caption, |
|
|
String |
message, |
|
|
int |
type |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: