FileDocCategorySizeDatePackage
TrackerStatusItem.javaAPI DocAzureus 3.0.3.42919Mon Jul 30 12:18:38 BST 2007org.gudy.azureus2.ui.swt.views.tableitems.mytorrents

TrackerStatusItem

public class TrackerStatusItem extends org.gudy.azureus2.ui.swt.views.table.utils.CoreTableColumn implements org.gudy.azureus2.plugins.ui.tables.TableCellToolTipListener, org.gudy.azureus2.plugins.ui.tables.TableCellAddedListener
author
Olivier

Fields Summary
Constructors Summary
public TrackerStatusItem(String sTableID)

		super("tracker", POSITION_LAST, 90, sTableID);
		setRefreshInterval(15); // Slow update while no responses from tracker
	
Methods Summary
public voidcellAdded(org.gudy.azureus2.plugins.ui.tables.TableCell cell)

		new Cell(cell);
	
public voidcellHover(org.gudy.azureus2.plugins.ui.tables.TableCell cell)

		DownloadManager dm = (DownloadManager) cell.getDataSource();
		cell.setToolTip(TrackerCellUtils.getTooltipText(cell, dm));
	
public voidcellHoverComplete(org.gudy.azureus2.plugins.ui.tables.TableCell cell)

		cell.setToolTip(null);