112113114115116117118119120121122
public String getToolTipText(MouseEvent e) { java.awt.Point p = e.getPoint(); int rowIndex = rowAtPoint(p); DownloadPlugins plugin = plugins.get(rowIndex); return plugin.htmlString(); } }; refresh(table, cols);