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

Public Member Functions

 EditEventControlPanel ()
 
void receiveMouseEvent (int x, int y)
 
void updateList ()
 
void actionPerformed (ActionEvent e)
 

Detailed Description

The control panel for editing events.

Constructor & Destructor Documentation

vanetsim.gui.controlpanels.EditEventControlPanel.EditEventControlPanel ( )
inline

Constructor.

Member Function Documentation

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

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

Parameters
ean ActionEvent
void vanetsim.gui.controlpanels.EditEventControlPanel.receiveMouseEvent ( int  x,
int  y 
)
inline

Receives a mouse event.

Parameters
xthe x coordinate (in map scale)
ythe y coordinate (in map scale)
void vanetsim.gui.controlpanels.EditEventControlPanel.updateList ( )
inline

Update the event list.


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