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, 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 Type
    Method
    Description
    void
    triggered when a cell's tooltip is about to be displayed.
    void
    triggered when a cell's tooltip is about to be removed.
  • Method Details

    • cellHover

      void cellHover(TableCell cell)
      triggered when a cell's tooltip is about to be displayed.
      Parameters:
      cell - TableCell which the tooltip will be displayed for
    • cellHoverComplete

      void cellHoverComplete(TableCell cell)
      triggered when a cell's tooltip is about to be removed.
      Parameters:
      cell - TableCell which the tooltip will be removed