VANET Simulator
 All Classes Functions Variables
Public Member Functions | List of all members
vanetsim.gui.controlpanels.LogAnalyserDialog Class Reference
Inheritance diagram for vanetsim.gui.controlpanels.LogAnalyserDialog:

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_)
 

Detailed Description

A dialog to create,edit and delete vehicle type files.

Constructor & Destructor Documentation

vanetsim.gui.controlpanels.LogAnalyserDialog.LogAnalyserDialog ( )
inline

Constructor. Creating GUI items.

Member Function Documentation

void vanetsim.gui.controlpanels.LogAnalyserDialog.actionPerformed ( ActionEvent  e)
inline

An implemented ActionListener which performs the needed actions

Parameters
ean ActionEvent
void vanetsim.gui.controlpanels.LogAnalyserDialog.closeDialog ( )
inline

Methode is evoked when closing JDialog

JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getAdvancedDataFilePath_ ( )
inline

Gets the log file path for advanced attacks set in the gui

Returns
the log file path for advanced attacks
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getBigStreet_ ( )
inline

Gets the big street value set in the gui

Returns
the big street value
JButton vanetsim.gui.controlpanels.LogAnalyserDialog.getBtnStart_ ( )
inline

Gets the start button element of the GUI

Returns
the start button element of the GUI
JButton vanetsim.gui.controlpanels.LogAnalyserDialog.getBtnStop_ ( )
inline

Gets the stop button element of the GUI

Returns
the stop button element of the GUI
JComboBox vanetsim.gui.controlpanels.LogAnalyserDialog.getChooseAttackType_ ( )
inline

Gets the choose attack type combo box element of the GUI

Returns
the choose attack type combo box element of the GUI
JButton vanetsim.gui.controlpanels.LogAnalyserDialog.getCopyResultsBtn ( )
inline

Gets the copy button element of the GUI

Returns
the copy button element of the GUI
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getFilePath_ ( )
inline

Gets the log file path set in the gui

Returns
the log file path
JTextArea vanetsim.gui.controlpanels.LogAnalyserDialog.getInformationTextArea_ ( )
inline

Gets the information text area element of the GUI

Returns
the information text area of the GUI
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getLeavesStreet_ ( )
inline

Gets the leaves street value set in the gui

Returns
the leaves street value
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getLimitToAngle_ ( )
inline

Gets the limit to angle element of the GUI

Returns
the limit to angle element of the GUI
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getMakesUTurn_ ( )
inline

Gets the makes u-turn value set in the gui

Returns
the makes u-turn value
JRadioButton vanetsim.gui.controlpanels.LogAnalyserDialog.getMixZoneLog_ ( )
inline

Gets the radio button mix-zone element of the GUI

Returns
the radio button mix-zone element of the GUI
JProgressBar vanetsim.gui.controlpanels.LogAnalyserDialog.getProgressBar ( )
inline

Gets the progressbar element of the GUI

Returns
the progressbar element of the GUI
JRadioButton vanetsim.gui.controlpanels.LogAnalyserDialog.getSilentPeriodLog_ ( )
inline

Gets the radio button silent-period element of the GUI

Returns
the radio button silent-period element of the GUI
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getSmallStreet_ ( )
inline

Gets the small street value set in the gui

Returns
the small street value
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getStaysOnStreet_ ( )
inline

Gets the stays on street value set in the gui

Returns
the stays on street value
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getTimeBuffer_ ( )
inline

Gets the time buffer value set in the gui

Returns
the time buffer value
JFormattedTextField vanetsim.gui.controlpanels.LogAnalyserDialog.getTuneTime_ ( )
inline

Gets the tune time value set in the gui

Returns
the tune time value
JCheckBox vanetsim.gui.controlpanels.LogAnalyserDialog.getUseProbability_ ( )
inline

Gets the the probabilities flag set in the gui

Returns
true if the probabilities should be used in the attack
void vanetsim.gui.controlpanels.LogAnalyserDialog.setChooseAttackType_ ( JComboBox  chooseAttackType_)
inline

Sets the choose attack type combo box

Parameters
chooseAttackType_the new JComboBox
void vanetsim.gui.controlpanels.LogAnalyserDialog.setMixZoneLog_ ( JRadioButton  mixZoneLog_)
inline

Sets the mix zone radio button

Parameters
mixZoneLog_the new JRadioButton
void vanetsim.gui.controlpanels.LogAnalyserDialog.setProgressBar ( JProgressBar  progressBar)
inline

Sets the progress bar

Parameters
progressBarthe new JProgressBar
void vanetsim.gui.controlpanels.LogAnalyserDialog.setSilentPeriodLog_ ( JRadioButton  silentPeriodLog_)
inline

Sets the silent-period radio button

Parameters
silentPeriodLog_the new JRadioButton
void vanetsim.gui.controlpanels.LogAnalyserDialog.updateGUI ( )
inline

Methode to update GUI Elements when changing mode


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