Package com.biglybt.pif.ui.tables
Interface TableCellAddedListener
- All Known Subinterfaces:
TagsColumnHelper
- All Known Implementing Classes:
BlocksItem,ColumnActivityActions,ColumnActivityDate,ColumnActivityNew,ColumnControls,ColumnFileCount,ColumnFO_Progress,ColumnProgressETA,ColumnSearchResultSite,ColumnSearchSubResultActions,ColumnSearchSubResultTags,ColumnSearchSubResultType,ColumnStream,ColumnSubResultNew,ColumnSubscriptionActions,ColumnTagGroupTags,ColumnTC_Sample,ColumnTJ_Completion,ColumnUnopened,CommentIconItem,CompletionItem,DescriptionItem,DownSpeedItem,HealthItem,PeerFilesView.PiecesItem,PeersItem,PiecesItem,PiecesItem,ProgressGraphItem,SeedsItem,SwarmTagsItem,TagsColumn,TagsItem,TrackerStatusItem,UpSpeedItem
public interface TableCellAddedListener
A listener that triggers when a cell is being added
-
Method Summary
-
Method Details
-
cellAdded
triggered when a cell is being added.- Parameters:
cell- TableCell that is being added
-