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

Public Member Functions

 MixZonePanel ()
 
void receiveMouseEvent (int x, int y)
 
void actionPerformed (ActionEvent e)
 
JCheckBox getAutoAddMixZones ()
 
JCheckBox getEncryptedBeacons_ ()
 
JCheckBox getShowEncryptedBeacons_ ()
 

Detailed Description

This class represents the control panel for adding mix zones.

Constructor & Destructor Documentation

vanetsim.gui.controlpanels.MixZonePanel.MixZonePanel ( )
inline

Constructor, creating GUI items.

Member Function Documentation

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

An implemented ActionListener which performs all needed actions when a JCheckBox or JButton is clicked.

Parameters
ean ActionEvent
JCheckBox vanetsim.gui.controlpanels.MixZonePanel.getAutoAddMixZones ( )
inline

Returns if mix zones are added automatically

Returns
true: Mix Zones are added automatically
void vanetsim.gui.controlpanels.MixZonePanel.receiveMouseEvent ( int  x,
int  y 
)
inline

Receives a mouse event.

Parameters
xthe x coordinate (in map scale)
ythe y coordinate (in map scale)

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