Public Member Functions | |
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 () |
Protected Attributes | |
JLabel | caption_ |
Object[] | options_ |
String | title_ |
Package Attributes | |
JTextArea | message_ |
Private Member Functions | |
void | _init (String title, int messageType, int buttonType) |
Private Attributes | |
JDialog | dialog_ |
int | messageType_ |
Definition at line 24 of file AlertBox.java.
com.generalrobotix.ui.util.AlertBox.AlertBox | ( | Frame | owner, |
String | title, | ||
int | messageType, | ||
int | buttonType | ||
) | [inline] |
Definition at line 36 of file AlertBox.java.
com.generalrobotix.ui.util.AlertBox.AlertBox | ( | Dialog | owner, |
String | title, | ||
int | messageType, | ||
int | buttonType | ||
) | [inline] |
Definition at line 40 of file AlertBox.java.
void com.generalrobotix.ui.util.AlertBox._init | ( | String | title, |
int | messageType, | ||
int | buttonType | ||
) | [inline, private] |
Definition at line 45 of file AlertBox.java.
void com.generalrobotix.ui.util.AlertBox.dispose | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.util.ModalDialog.
Definition at line 130 of file AlertBox.java.
void com.generalrobotix.ui.util.AlertBox.setCaption | ( | String | caption | ) | [inline] |
Definition at line 133 of file AlertBox.java.
void com.generalrobotix.ui.util.AlertBox.setMessage | ( | String | message | ) | [inline] |
Definition at line 139 of file AlertBox.java.
void com.generalrobotix.ui.util.AlertBox.setTitle | ( | String | title | ) | [inline] |
Definition at line 136 of file AlertBox.java.
void com.generalrobotix.ui.util.AlertBox.show | ( | ) | [inline] |
Definition at line 116 of file AlertBox.java.
JLabel com.generalrobotix.ui.util.AlertBox.caption_ [protected] |
Definition at line 27 of file AlertBox.java.
JDialog com.generalrobotix.ui.util.AlertBox.dialog_ [private] |
Definition at line 33 of file AlertBox.java.
JTextArea com.generalrobotix.ui.util.AlertBox.message_ [package] |
Definition at line 29 of file AlertBox.java.
Definition at line 32 of file AlertBox.java.
Object [] com.generalrobotix.ui.util.AlertBox.options_ [protected] |
Definition at line 26 of file AlertBox.java.
String com.generalrobotix.ui.util.AlertBox.title_ [protected] |
Definition at line 30 of file AlertBox.java.