Package com.biglybt.pif.ui.tables
Interface TableCellToolTipListener
- All Known Subinterfaces:
TagsColumnHelper
- All Known Implementing Classes:
AbstractTrackerCell
,BadAvailTimeItem
,ColumnActivityDate
,ColumnActivityText
,ColumnDateSizer
,ColumnSearchSubResultTags
,ColumnStream
,ColumnSubscriptionLastChecked
,ColumnSubscriptionNewestDate
,ColumnSubscriptionNextUpdate
,ColumnTagGroupTags
,ColumnTC_NameInfo
,ColumnThumbnail
,CommentIconItem
,ConnectHealthItem
,DateAddedItem
,DateAddedItem
,DateCompletedItem
,DateFileCompletedItem
,DateItem
,DateLastActiveItem
,DateLastQueuedItem
,DateLastXferItem
,DownItem
,FileCreationItem
,FileModifiedItem
,IpItem
,LastScrapeTimeItem
,LastUpdateItem
,LocProvUtils.FlagListener
,MergedDataItem
,NameItem
,NameItem
,PeersItem.Cell
,SeedsItem.Cell
,ShareRatioProgressItem
,SizeItem
,SizeItem
,SwarmTagsItem
,TableColumnOTOF_Size
,TagAddedToDateItem
,TagsColumn
,TagsItem
,TorrentCreateDateItem
,TrackerNameItem
,TrackerNextAccessItem
,TrackerStatusItem
,TrackerStatusItem.Cell
,TypeItem
public interface TableCellToolTipListener
A listener that triggers when a cell's tooltip is about to be
displayed or removed
-
Method Summary
Modifier and TypeMethodDescriptionvoid
triggered when a cell's tooltip is about to be displayed.void
cellHoverComplete
(TableCell cell) triggered when a cell's tooltip is about to be removed.
-
Method Details
-
cellHover
triggered when a cell's tooltip is about to be displayed.- Parameters:
cell
- TableCell which the tooltip will be displayed for
-
cellHoverComplete
triggered when a cell's tooltip is about to be removed.- Parameters:
cell
- TableCell which the tooltip will be removed
-