Public Member Functions | |
| LogAnalyserDialog () | |
| void | actionPerformed (ActionEvent e) |
| void | updateGUI () |
| void | closeDialog () |
| JFormattedTextField | getTuneTime_ () |
| JFormattedTextField | getTimeBuffer_ () |
| JFormattedTextField | getBigStreet_ () |
| JFormattedTextField | getSmallStreet_ () |
| JFormattedTextField | getStaysOnStreet_ () |
| JFormattedTextField | getLeavesStreet_ () |
| JFormattedTextField | getMakesUTurn_ () |
| JFormattedTextField | getFilePath_ () |
| JFormattedTextField | getAdvancedDataFilePath_ () |
| JCheckBox | getUseProbability_ () |
| JButton | getBtnStart_ () |
| JButton | getBtnStop_ () |
| JProgressBar | getProgressBar () |
| void | setProgressBar (JProgressBar progressBar) |
| JFormattedTextField | getLimitToAngle_ () |
| JTextArea | getInformationTextArea_ () |
| JButton | getCopyResultsBtn () |
| JRadioButton | getSilentPeriodLog_ () |
| void | setSilentPeriodLog_ (JRadioButton silentPeriodLog_) |
| JRadioButton | getMixZoneLog_ () |
| void | setMixZoneLog_ (JRadioButton mixZoneLog_) |
| JComboBox | getChooseAttackType_ () |
| void | setChooseAttackType_ (JComboBox chooseAttackType_) |
A dialog to create,edit and delete vehicle type files.
|
inline |
Constructor. Creating GUI items.
|
inline |
An implemented ActionListener which performs the needed actions
| e | an ActionEvent |
|
inline |
Methode is evoked when closing JDialog
|
inline |
Gets the log file path for advanced attacks set in the gui
|
inline |
Gets the big street value set in the gui
|
inline |
Gets the start button element of the GUI
|
inline |
Gets the stop button element of the GUI
|
inline |
Gets the choose attack type combo box element of the GUI
|
inline |
Gets the copy button element of the GUI
|
inline |
Gets the log file path set in the gui
|
inline |
Gets the information text area element of the GUI
|
inline |
Gets the leaves street value set in the gui
|
inline |
Gets the limit to angle element of the GUI
|
inline |
Gets the makes u-turn value set in the gui
|
inline |
Gets the radio button mix-zone element of the GUI
|
inline |
Gets the progressbar element of the GUI
|
inline |
Gets the radio button silent-period element of the GUI
|
inline |
Gets the small street value set in the gui
|
inline |
Gets the stays on street value set in the gui
|
inline |
Gets the time buffer value set in the gui
|
inline |
Gets the tune time value set in the gui
|
inline |
Gets the the probabilities flag set in the gui
true if the probabilities should be used in the attack
|
inline |
Sets the choose attack type combo box
| chooseAttackType_ | the new JComboBox |
|
inline |
Sets the mix zone radio button
| mixZoneLog_ | the new JRadioButton |
|
inline |
Sets the progress bar
| progressBar | the new JProgressBar |
|
inline |
Sets the silent-period radio button
| silentPeriodLog_ | the new JRadioButton |
|
inline |
Methode to update GUI Elements when changing mode
1.8.3.1