Uses of Interface
com.biglybt.pif.ui.tables.TableCellAddedListener
-
-
Uses of TableCellAddedListener in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableCellAddedListener Modifier and Type Method Description void
TableColumn. addCellAddedListener(TableCellAddedListener listener)
Adds a listener that triggers when a TableCell that belongs to this column is being added.void
TableColumn. removeCellAddedListener(TableCellAddedListener listener)
-
Uses of TableCellAddedListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCellAddedListener Modifier and Type Field Description private java.util.ArrayList<TableCellAddedListener>
TableColumnImpl. cellAddedListeners
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellAddedListener Modifier and Type Method Description void
TableColumnImpl. addCellAddedListener(TableCellAddedListener listener)
void
TableColumnImpl. removeCellAddedListener(TableCellAddedListener listener)
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.columns.search
Classes in com.biglybt.ui.swt.columns.search that implement TableCellAddedListener Modifier and Type Class Description class
ColumnSearchResultSite
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.columns.searchsubs
Classes in com.biglybt.ui.swt.columns.searchsubs that implement TableCellAddedListener Modifier and Type Class Description class
ColumnSearchSubResultActions
class
ColumnSearchSubResultType
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.columns.subscriptions
Classes in com.biglybt.ui.swt.columns.subscriptions that implement TableCellAddedListener Modifier and Type Class Description class
ColumnSubResultNew
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableCellAddedListener Modifier and Type Class Description class
ColumnControls
class
ColumnProgressETA
class
ColumnStream
class
ColumnUnopened
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.columns.vuzeactivity
Classes in com.biglybt.ui.swt.columns.vuzeactivity that implement TableCellAddedListener Modifier and Type Class Description class
ColumnActivityActions
class
ColumnActivityDate
class
ColumnActivityNew
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.devices.columns
Classes in com.biglybt.ui.swt.devices.columns that implement TableCellAddedListener Modifier and Type Class Description class
ColumnFO_Progress
class
ColumnTJ_Completion
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement TableCellAddedListener Modifier and Type Class Description class
ColumnTC_Sample
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement TableCellAddedListener Modifier and Type Class Description private static class
PeerFilesView.PiecesItem
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableCellAddedListener Modifier and Type Class Description class
ProgressGraphItem
Torrent Completion Level Graphic Cell for My Torrents. -
Uses of TableCellAddedListener in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement TableCellAddedListener Modifier and Type Class Description class
ColumnFileCount
class
CommentIconItem
class
CompletionItem
Torrent Completion Level Graphic Cell for My Torrents.class
DescriptionItem
class
DownSpeedItem
Download Speed columnclass
HealthItem
class
PeersItem
# of Peers A new object is created for each cell, so that we can listen to the scrapes and update individually (and only when needed).class
PiecesItem
class
SeedsItem
class
TagsItem
Display Category torrent belongs to.class
TrackerStatusItem
class
UpSpeedItem
Upload Speed column -
Uses of TableCellAddedListener in com.biglybt.ui.swt.views.tableitems.peers
Classes in com.biglybt.ui.swt.views.tableitems.peers that implement TableCellAddedListener Modifier and Type Class Description class
PiecesItem
-
Uses of TableCellAddedListener in com.biglybt.ui.swt.views.tableitems.pieces
Classes in com.biglybt.ui.swt.views.tableitems.pieces that implement TableCellAddedListener Modifier and Type Class Description class
BlocksItem
-