NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
Dialog_Helper (Component component) | |
int | showConfirmationDialog (String msg, String title) |
void | showWarningMsg (String msg, String title) |
void | showInformationMsg (String msg, String title) |
void | showErrorMsg (String msg, String title) |
Public Attributes | |
Component | anyParentComponent |
This will help to show confirmation, warning, error and information messages in dialog form
Definition at line 19 of file Dialog_Helper.java.
Dialogs.Dialog_Helper.Dialog_Helper | ( | Component | component | ) |
to create an object of type Dialog_Helper
component | the parent component |
Definition at line 31 of file Dialog_Helper.java.
int Dialogs.Dialog_Helper.showConfirmationDialog | ( | String | msg, |
String | title ) |
to show the confirmation dialog
msg | the msg that you want to show |
title | The title of the dialog |
Definition at line 44 of file Dialog_Helper.java.
void Dialogs.Dialog_Helper.showErrorMsg | ( | String | msg, |
String | title ) |
to show the error dialog
msg | the message that you want to show |
title | the title of the dialog |
Definition at line 80 of file Dialog_Helper.java.
void Dialogs.Dialog_Helper.showInformationMsg | ( | String | msg, |
String | title ) |
to show the information dialog
msg | the message that you want to show |
title | the title of the dialog |
Definition at line 68 of file Dialog_Helper.java.
void Dialogs.Dialog_Helper.showWarningMsg | ( | String | msg, |
String | title ) |
to show the warning dialog
msg | the message that you want to show |
title | The title of the dialog |
Definition at line 56 of file Dialog_Helper.java.
Component Dialogs.Dialog_Helper.anyParentComponent |
the parent component, in reference of the dialog box
Definition at line 23 of file Dialog_Helper.java.