| javax.swing.JLabel de.uka.ilkd.key.ocl.gf.ToolTipCellRenderer
ToolTipCellRenderer | public class ToolTipCellRenderer extends JLabel implements ListCellRenderer(Code) | | A cell renderer, that returns JLables, that put everything after the first
'$' character into their tooltip
author: daniels |
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code) | | Returns a JLabel with a tooltip, which is given by the GFCommand
Parameters: list - Well, the list this cell belongs to Parameters: value - value to display Parameters: index - cell index Parameters: isSelected - is the cell selected Parameters: cellHasFocus - the list and the cell have the focus a suiting JLabel |
|
|