![]() |
NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
| Dialog_ConfigureClient (int n, Map< String, JComponent > helpfulComponents) | |
| void | setVisible (boolean b) |
| void | showDialog (int n) |
| int | getStopTime () |
| String | getStartTime () |
| String | getClientIndex () |
| String | getMTU () |
| String | getInterval () |
| String | getPackets () |
Public Attributes | |
| ArrayList< String > | settings |
Static Public Attributes | |
| static final String | COMPONENT_OVERVIEW_LABEL = "Server_OverviewLabel" |
to manage the configuration of one UDP Echo client
Definition at line 16 of file Dialog_ConfigureClient.java.
| Dialogs.Dialog_ConfigureClient.Dialog_ConfigureClient | ( | int | n, |
| Map< String, JComponent > | helpfulComponents ) |
to create the object of type Dialog_ConfigureClient Server
| n | total no. of nodes |
| helpfulComponents | the map of helpful components |
Definition at line 86 of file Dialog_ConfigureClient.java.
| String Dialogs.Dialog_ConfigureClient.getClientIndex | ( | ) |
to get the index of the client node
Definition at line 184 of file Dialog_ConfigureClient.java.
| String Dialogs.Dialog_ConfigureClient.getInterval | ( | ) |
to get the interval of the client
Definition at line 204 of file Dialog_ConfigureClient.java.
| String Dialogs.Dialog_ConfigureClient.getMTU | ( | ) |
| String Dialogs.Dialog_ConfigureClient.getPackets | ( | ) |
to get the no. of packets for the client
Definition at line 214 of file Dialog_ConfigureClient.java.
| String Dialogs.Dialog_ConfigureClient.getStartTime | ( | ) |
to get the start time of the client
Definition at line 174 of file Dialog_ConfigureClient.java.
| int Dialogs.Dialog_ConfigureClient.getStopTime | ( | ) |
to get the stop time of the client
Definition at line 164 of file Dialog_ConfigureClient.java.
| void Dialogs.Dialog_ConfigureClient.setVisible | ( | boolean | b | ) |
to make the dialog visible with list of all nodes
| b | whether to show or hide |
Definition at line 137 of file Dialog_ConfigureClient.java.
| void Dialogs.Dialog_ConfigureClient.showDialog | ( | int | n | ) |
to show dialog with nodes
| n | the total nodes |
Definition at line 153 of file Dialog_ConfigureClient.java.
|
static |
the key for overview label
Definition at line 56 of file Dialog_ConfigureClient.java.
| ArrayList<String> Dialogs.Dialog_ConfigureClient.settings |
the client configuration settings
Definition at line 72 of file Dialog_ConfigureClient.java.