NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
Loading...
Searching...
No Matches
Dialogs.Dialog_DefaultNetworkConfig Class Reference
Inheritance diagram for Dialogs.Dialog_DefaultNetworkConfig:

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< NetworkdefaultNetworks
 

Detailed Description

Dialog to configure the default network settings

Definition at line 20 of file Dialog_DefaultNetworkConfig.java.

Constructor & Destructor Documentation

◆ Dialog_DefaultNetworkConfig()

Dialogs.Dialog_DefaultNetworkConfig.Dialog_DefaultNetworkConfig ( ArrayList< Network > networks)

to make the object of type Dialog_DefaultNetworkConfig

Parameters
networksthe list of network settings
Since
1.0.0

Definition at line 86 of file Dialog_DefaultNetworkConfig.java.

Member Function Documentation

◆ getInstance()

static Dialog_DefaultNetworkConfig Dialogs.Dialog_DefaultNetworkConfig.getInstance ( ArrayList< Network > networks)
static

to get the instance of this class

Parameters
networksthe list of network settings
Returns
the instance of this class
Since
1.1.0

Definition at line 71 of file Dialog_DefaultNetworkConfig.java.

◆ showNetworks()

void Dialogs.Dialog_DefaultNetworkConfig.showNetworks ( )

to show the network settings

Since
1.0.0

Definition at line 117 of file Dialog_DefaultNetworkConfig.java.

◆ showNetworksAgain()

void Dialogs.Dialog_DefaultNetworkConfig.showNetworksAgain ( )

to show the network settings

Since
1.0.0

Definition at line 167 of file Dialog_DefaultNetworkConfig.java.

Member Data Documentation

◆ defaultNetworks

ArrayList<Network> Dialogs.Dialog_DefaultNetworkConfig.defaultNetworks

list of network settings

Definition at line 50 of file Dialog_DefaultNetworkConfig.java.


The documentation for this class was generated from the following file: