Class JLabelCellRendererWithTextAsToolTipText

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer<Object>, SwingConstants

public class JLabelCellRendererWithTextAsToolTipText extends JLabelCellRenderer implements Serializable
This class allows render a JLabel in a Cell of other graphic component (as a JList) and if mouse is on this cell, a tool tip text with the text value will be shown
Author:
Pablo Piqueras Bartolomé (p_queras@hotmail.com)
See Also: