![]() |
NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
| Dialog_outputFileChooser () | |
| void | setPath (String value) |
| void | setFileName (String value) |
| String | getOutputPath () |
| String | getFileName () |
For configuration of output file generation
Definition at line 13 of file Dialog_outputFileChooser.java.
| Dialogs.Dialog_outputFileChooser.Dialog_outputFileChooser | ( | ) |
to create an object of type Dialog_outputFileChooser
Definition at line 53 of file Dialog_outputFileChooser.java.
| String Dialogs.Dialog_outputFileChooser.getFileName | ( | ) |
Definition at line 117 of file Dialog_outputFileChooser.java.
| String Dialogs.Dialog_outputFileChooser.getOutputPath | ( | ) |
Definition at line 112 of file Dialog_outputFileChooser.java.
| void Dialogs.Dialog_outputFileChooser.setFileName | ( | String | value | ) |
to set the file name, act as placeholder
| value | the value that is in the text box |
Definition at line 99 of file Dialog_outputFileChooser.java.
| void Dialogs.Dialog_outputFileChooser.setPath | ( | String | value | ) |
to set the path of the file, act as placeholder
| value | the value that is in the text box |
Definition at line 80 of file Dialog_outputFileChooser.java.