|
| 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 24 of file AlertBox.java.
◆ AlertBox() [1/2]
com.generalrobotix.ui.util.AlertBox.AlertBox |
( |
Frame |
owner, |
|
|
String |
title, |
|
|
int |
messageType, |
|
|
int |
buttonType |
|
) |
| |
|
inline |
◆ AlertBox() [2/2]
com.generalrobotix.ui.util.AlertBox.AlertBox |
( |
Dialog |
owner, |
|
|
String |
title, |
|
|
int |
messageType, |
|
|
int |
buttonType |
|
) |
| |
|
inline |
◆ _init()
void com.generalrobotix.ui.util.AlertBox._init |
( |
String |
title, |
|
|
int |
messageType, |
|
|
int |
buttonType |
|
) |
| |
|
inlineprivate |
◆ dispose()
void com.generalrobotix.ui.util.AlertBox.dispose |
( |
| ) |
|
|
inline |
◆ setCaption()
void com.generalrobotix.ui.util.AlertBox.setCaption |
( |
String |
caption | ) |
|
|
inline |
◆ setMessage()
void com.generalrobotix.ui.util.AlertBox.setMessage |
( |
String |
message | ) |
|
|
inline |
◆ setTitle()
void com.generalrobotix.ui.util.AlertBox.setTitle |
( |
String |
title | ) |
|
|
inline |
◆ show()
void com.generalrobotix.ui.util.AlertBox.show |
( |
| ) |
|
|
inline |
◆ caption_
JLabel com.generalrobotix.ui.util.AlertBox.caption_ |
|
protected |
◆ dialog_
JDialog com.generalrobotix.ui.util.AlertBox.dialog_ |
|
private |
◆ messageType_
int com.generalrobotix.ui.util.AlertBox.messageType_ |
|
private |
◆ options_
Object [] com.generalrobotix.ui.util.AlertBox.options_ |
|
protected |
◆ title_
String com.generalrobotix.ui.util.AlertBox.title_ |
|
protected |
The documentation for this class was generated from the following file: