NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
Dialog_Network (Map< String, JComponent > components) | |
void | setDefaultNetworks (ArrayList< Network > links) |
void | showDefaultNetworks (boolean show) |
ArrayList< Network > | getAllNetworks () |
int | getNetworkCount () |
Static Public Member Functions | |
static Dialog_Network | getInstance (Map< String, JComponent > helpfulComponents) |
Public Attributes | |
ArrayList< Network > | links |
Static Public Attributes | |
static final String | COMPONENT_COMBO_BOX = "Network_ComboBox" |
static final String | COMPONENT_OVERVIEW_LABEL = "Network_OverviewLabel" |
static boolean | SHOW_DEFAULT = false |
to manage network settings
Definition at line 16 of file Dialog_Network.java.
Dialogs.Dialog_Network.Dialog_Network | ( | Map< String, JComponent > | components | ) |
to create the object of type Dialog_Network
components | the helpful components |
Definition at line 96 of file Dialog_Network.java.
ArrayList< Network > Dialogs.Dialog_Network.getAllNetworks | ( | ) |
to get all the network settings
Definition at line 167 of file Dialog_Network.java.
|
static |
to get the instance of this class
helpfulComponents | the components that should be managed |
Definition at line 62 of file Dialog_Network.java.
int Dialogs.Dialog_Network.getNetworkCount | ( | ) |
to get the count of network settings
Definition at line 180 of file Dialog_Network.java.
void Dialogs.Dialog_Network.setDefaultNetworks | ( | ArrayList< Network > | links | ) |
Definition at line 144 of file Dialog_Network.java.
void Dialogs.Dialog_Network.showDefaultNetworks | ( | boolean | show | ) |
to make all default links visible
show | whether to show or hide default links |
Definition at line 155 of file Dialog_Network.java.
|
static |
key for the combo box
Definition at line 42 of file Dialog_Network.java.
|
static |
key for the overview label
Definition at line 46 of file Dialog_Network.java.
ArrayList<Network> Dialogs.Dialog_Network.links |
network settings
Definition at line 79 of file Dialog_Network.java.
|
static |
to indicate that whether the default network settings are visible or not
Definition at line 50 of file Dialog_Network.java.