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

Public Member Functions

 Dialog_ConfigureClient (int n, Map< String, JComponent > helpfulComponents)
 
void setVisible (boolean b)
 
void showDialog (int n)
 
int getStopTime ()
 
String getStartTime ()
 
String getClientIndex ()
 
String getMTU ()
 
String getInterval ()
 
String getPackets ()
 

Public Attributes

ArrayList< String > settings
 

Static Public Attributes

static final String COMPONENT_OVERVIEW_LABEL = "Server_OverviewLabel"
 

Detailed Description

to manage the configuration of one UDP Echo client

Definition at line 16 of file Dialog_ConfigureClient.java.

Constructor & Destructor Documentation

◆ Dialog_ConfigureClient()

Dialogs.Dialog_ConfigureClient.Dialog_ConfigureClient ( int n,
Map< String, JComponent > helpfulComponents )

to create the object of type Dialog_ConfigureClient Server

Parameters
ntotal no. of nodes
helpfulComponentsthe map of helpful components
Since
0.3.0

Definition at line 86 of file Dialog_ConfigureClient.java.

Member Function Documentation

◆ getClientIndex()

String Dialogs.Dialog_ConfigureClient.getClientIndex ( )

to get the index of the client node

Since
1.0.0

Definition at line 184 of file Dialog_ConfigureClient.java.

◆ getInterval()

String Dialogs.Dialog_ConfigureClient.getInterval ( )

to get the interval of the client

Since
1.0.0

Definition at line 204 of file Dialog_ConfigureClient.java.

◆ getMTU()

String Dialogs.Dialog_ConfigureClient.getMTU ( )

to get the MTU of the client

Since
1.0.0

Definition at line 194 of file Dialog_ConfigureClient.java.

◆ getPackets()

String Dialogs.Dialog_ConfigureClient.getPackets ( )

to get the no. of packets for the client

Since
1.0.0

Definition at line 214 of file Dialog_ConfigureClient.java.

◆ getStartTime()

String Dialogs.Dialog_ConfigureClient.getStartTime ( )

to get the start time of the client

Since
1.0.0

Definition at line 174 of file Dialog_ConfigureClient.java.

◆ getStopTime()

int Dialogs.Dialog_ConfigureClient.getStopTime ( )

to get the stop time of the client

Since
1.0.0

Definition at line 164 of file Dialog_ConfigureClient.java.

◆ setVisible()

void Dialogs.Dialog_ConfigureClient.setVisible ( boolean b)

to make the dialog visible with list of all nodes

Parameters
bwhether to show or hide
Since
0.3.0

Definition at line 137 of file Dialog_ConfigureClient.java.

◆ showDialog()

void Dialogs.Dialog_ConfigureClient.showDialog ( int n)

to show dialog with nodes

Parameters
nthe total nodes
Since
0.3.0

Definition at line 153 of file Dialog_ConfigureClient.java.

Member Data Documentation

◆ COMPONENT_OVERVIEW_LABEL

final String Dialogs.Dialog_ConfigureClient.COMPONENT_OVERVIEW_LABEL = "Server_OverviewLabel"
static

the key for overview label

Definition at line 56 of file Dialog_ConfigureClient.java.

◆ settings

ArrayList<String> Dialogs.Dialog_ConfigureClient.settings

the client configuration settings

Definition at line 72 of file Dialog_ConfigureClient.java.


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