Class SeedsItem.Cell
java.lang.Object
com.biglybt.ui.swt.views.tableitems.mytorrents.AbstractTrackerCell
com.biglybt.ui.swt.views.tableitems.mytorrents.SeedsItem.Cell
- All Implemented Interfaces:
DownloadManagerTrackerListener, TableCellDisposeListener, TableCellMouseListener, TableCellRefreshListener, TableCellToolTipListener
- Enclosing class:
SeedsItem
-
Field Summary
FieldsFields inherited from class AbstractTrackerCell
cell -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtriggered when a cell's tooltip is about to be displayed.voidtriggered when a mouse event for the TableCell occurs, excluding mouse move.voidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()protected voidupdateSeedsPeers(Download download, boolean cache) Methods inherited from class AbstractTrackerCell
announceResult, cellHoverComplete, checkScrapeResult, dispose, getDownload, scrapeResult
-
Field Details
-
lTotalPeers
private long lTotalPeers -
lTotalSeeds
private long lTotalSeeds
-
-
Constructor Details
-
Cell
-
-
Method Details
-
updateSeedsPeers
- Specified by:
updateSeedsPeersin classAbstractTrackerCell
-
refresh
Description copied from interface:TableCellRefreshListenerTriggered based on refresh interval specified inTableColumn.getRefreshInterval()- Specified by:
refreshin interfaceTableCellRefreshListener- Overrides:
refreshin classAbstractTrackerCell- Parameters:
cell- TableCell that the refresh trigger is for
-
cellHover
Description copied from interface:TableCellToolTipListenertriggered when a cell's tooltip is about to be displayed.- Specified by:
cellHoverin interfaceTableCellToolTipListener- Overrides:
cellHoverin classAbstractTrackerCell- Parameters:
cell- TableCell which the tooltip will be displayed for
-
cellMouseTrigger
Description copied from interface:TableCellMouseListenertriggered when a mouse event for the TableCell occurs, excluding mouse move.- Specified by:
cellMouseTriggerin interfaceTableCellMouseListener- Parameters:
event- Mouse event information
-