![]() |
NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
| Dialog_ConfigureServer (int n, Map< String, JComponent > helpfulComponents) | |
| void | setVisible (boolean b) |
| void | showDialog (int n) |
| int | getStopTime () |
| String | getServerIndex () |
| String | getPortNumber () |
| String | getStartTime () |
Public Attributes | |
| ArrayList< String > | settings |
Static Public Attributes | |
| static final String | COMPONENT_OVERVIEW_LABEL = "Client_OverviewLabel" |
to manage the configuration of one UDP Echo server
Definition at line 15 of file Dialog_ConfigureServer.java.
| Dialogs.Dialog_ConfigureServer.Dialog_ConfigureServer | ( | int | n, |
| Map< String, JComponent > | helpfulComponents ) |
to create the object of type Dialog_ConfigureServer
| n | total no. of nodes |
| helpfulComponents | the map of helpful components |
Definition at line 72 of file Dialog_ConfigureServer.java.
| String Dialogs.Dialog_ConfigureServer.getPortNumber | ( | ) |
to get the port number of the server
Definition at line 205 of file Dialog_ConfigureServer.java.
| String Dialogs.Dialog_ConfigureServer.getServerIndex | ( | ) |
to get the index of the server node
Definition at line 195 of file Dialog_ConfigureServer.java.
| String Dialogs.Dialog_ConfigureServer.getStartTime | ( | ) |
to get the start time of the server
Definition at line 215 of file Dialog_ConfigureServer.java.
| int Dialogs.Dialog_ConfigureServer.getStopTime | ( | ) |
to get the stop time of the server
Definition at line 185 of file Dialog_ConfigureServer.java.
| void Dialogs.Dialog_ConfigureServer.setVisible | ( | boolean | b | ) |
to make the dialog visible with list of all nodes
| b | whether to show or hide |
Definition at line 158 of file Dialog_ConfigureServer.java.
| void Dialogs.Dialog_ConfigureServer.showDialog | ( | int | n | ) |
to show dialog with nodes
| n | the total nodes |
Definition at line 174 of file Dialog_ConfigureServer.java.
|
static |
the key for overview label
Definition at line 43 of file Dialog_ConfigureServer.java.
| ArrayList<String> Dialogs.Dialog_ConfigureServer.settings |
the server configuration settings
Definition at line 59 of file Dialog_ConfigureServer.java.