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

Public Member Functions

Component getListCellRendererComponent (JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
 

Detailed Description

This class implements an own ListCellRenderer in order to display the list of events appropriately.

Member Function Documentation

Component vanetsim.gui.helpers.EventJListRenderer.getListCellRendererComponent ( JList  list,
Object  value,
int  index,
boolean  isSelected,
boolean  cellHasFocus 
)
inline

Overwriting the standard cell renderer to get the information in it the way we want.

See Also
javax.swing.ListCellRenderer::getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean)

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