NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
Dialog_WiFiLink (Map< String, JComponent > components) | |
void | showDefaultLinks (boolean show) |
ArrayList< NetworkLink > | getAllLinks () |
void | setDefaultLinks (ArrayList< WIFI > defaultLinks) |
int | getLinkCount () |
Static Public Member Functions | |
static Dialog_WiFiLink | getInstance (Map< String, JComponent > helpfulComponents) |
Public Attributes | |
ArrayList< NetworkLink > | links |
Static Public Attributes | |
static final String | COMPONENT_COMBO_BOX = "WiFiLink_ComboBox" |
static final String | COMPONENT_OVERVIEW_LABEL = "WiFiLink_OverviewLabel" |
static boolean | SHOW_DEFAULT = false |
The dialog for management of links setting for WiFi Links
Definition at line 17 of file Dialog_WiFiLink.java.
Dialogs.Dialog_WiFiLink.Dialog_WiFiLink | ( | Map< String, JComponent > | components | ) |
to create the object of type Dialog_WiFiLink
components | the helpful components |
Definition at line 88 of file Dialog_WiFiLink.java.
ArrayList< NetworkLink > Dialogs.Dialog_WiFiLink.getAllLinks | ( | ) |
to get all the wi-fi link settings
Definition at line 175 of file Dialog_WiFiLink.java.
|
static |
to get the instance of this class
helpfulComponents | the components that should be managed |
Definition at line 73 of file Dialog_WiFiLink.java.
int Dialogs.Dialog_WiFiLink.getLinkCount | ( | ) |
to get the count of Wi-Fi Links
Definition at line 205 of file Dialog_WiFiLink.java.
void Dialogs.Dialog_WiFiLink.setDefaultLinks | ( | ArrayList< WIFI > | defaultLinks | ) |
Definition at line 183 of file Dialog_WiFiLink.java.
void Dialogs.Dialog_WiFiLink.showDefaultLinks | ( | boolean | show | ) |
to make all default links visible
show | whether to show or hide default links |
Definition at line 163 of file Dialog_WiFiLink.java.
|
static |
the key for the combo box
Definition at line 42 of file Dialog_WiFiLink.java.
|
static |
the key for the overview label
Definition at line 46 of file Dialog_WiFiLink.java.
ArrayList<NetworkLink> Dialogs.Dialog_WiFiLink.links |
link settings
Definition at line 58 of file Dialog_WiFiLink.java.
|
static |
to indicate that whether the default network settings are visible or not
Definition at line 50 of file Dialog_WiFiLink.java.