|
| ComboBoxDialog (Frame owner, String caption, String message, Object[] item) |
|
Object | showComboBoxDialog () |
|
| 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 ComboBoxDialog.java.
◆ ComboBoxDialog()
com.generalrobotix.ui.util.ComboBoxDialog.ComboBoxDialog |
( |
Frame |
owner, |
|
|
String |
caption, |
|
|
String |
message, |
|
|
Object [] |
item |
|
) |
| |
|
inline |
◆ _init()
void com.generalrobotix.ui.util.ComboBoxDialog._init |
( |
Object [] |
item | ) |
|
|
inlineprivate |
◆ showComboBoxDialog()
Object com.generalrobotix.ui.util.ComboBoxDialog.showComboBoxDialog |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: