![]() |
NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
| Dialog_DefaultNetworkConfig (ArrayList< Network > networks) | |
| void | showNetworks () |
| void | showNetworksAgain () |
Static Public Member Functions | |
| static Dialog_DefaultNetworkConfig | getInstance (ArrayList< Network > networks) |
Public Attributes | |
| ArrayList< Network > | defaultNetworks |
Dialog to configure the default network settings
Definition at line 20 of file Dialog_DefaultNetworkConfig.java.
| Dialogs.Dialog_DefaultNetworkConfig.Dialog_DefaultNetworkConfig | ( | ArrayList< Network > | networks | ) |
to make the object of type Dialog_DefaultNetworkConfig
| networks | the list of network settings |
Definition at line 86 of file Dialog_DefaultNetworkConfig.java.
|
static |
to get the instance of this class
| networks | the list of network settings |
Definition at line 71 of file Dialog_DefaultNetworkConfig.java.
| void Dialogs.Dialog_DefaultNetworkConfig.showNetworks | ( | ) |
to show the network settings
Definition at line 117 of file Dialog_DefaultNetworkConfig.java.
| void Dialogs.Dialog_DefaultNetworkConfig.showNetworksAgain | ( | ) |
to show the network settings
Definition at line 167 of file Dialog_DefaultNetworkConfig.java.
| ArrayList<Network> Dialogs.Dialog_DefaultNetworkConfig.defaultNetworks |
list of network settings
Definition at line 50 of file Dialog_DefaultNetworkConfig.java.