Uses of Interface
com.biglybt.pif.ui.tables.TableCellDisposeListener
-
-
Uses of TableCellDisposeListener in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableCellDisposeListener Modifier and Type Method Description void
TableColumn. addCellDisposeListener(TableCellDisposeListener listener)
Adds a listener that triggers when a TableCell that belongs to this column is being disposed.void
TableCell. addDisposeListener(TableCellDisposeListener listener)
Adds a listener that triggers when the TableCell has been disposedvoid
TableColumn. removeCellDisposeListener(TableCellDisposeListener listener)
void
TableCell. removeDisposeListener(TableCellDisposeListener listener)
Remove a previously added TableCellDisposeListener -
Uses of TableCellDisposeListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCellDisposeListener Modifier and Type Field Description private java.util.ArrayList<TableCellDisposeListener>
TableColumnImpl. cellDisposeListeners
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellDisposeListener Modifier and Type Method Description void
TableColumnImpl. addCellDisposeListener(TableCellDisposeListener listener)
void
TableColumnImpl. removeCellDisposeListener(TableCellDisposeListener listener)
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableCellDisposeListener Modifier and Type Class Description private class
ColumnControls.Cell
class
ColumnThumbAndName
Torrent name cell for My Torrents. -
Uses of TableCellDisposeListener in com.biglybt.ui.swt.devices.columns
Classes in com.biglybt.ui.swt.devices.columns that implement TableCellDisposeListener Modifier and Type Class Description class
ColumnTJ_Name
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement TableCellDisposeListener Modifier and Type Class Description private static class
ColumnTC_Sample.Cell
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement TableCellDisposeListener Modifier and Type Class Description private static class
PeerFilesView.PiecesItem
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableCellDisposeListener Modifier and Type Field Description private java.util.ArrayList<TableCellDisposeListener>
TableCellSWTBase. disposeListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellDisposeListener Modifier and Type Method Description void
FakeTableCell. addDisposeListener(TableCellDisposeListener listener)
void
TableCellSWTBase. addDisposeListener(TableCellDisposeListener listener)
void
FakeTableCell. removeDisposeListener(TableCellDisposeListener listener)
void
TableCellSWTBase. removeDisposeListener(TableCellDisposeListener listener)
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableCellDisposeListener Modifier and Type Class Description class
PathNameItem
class
ProgressGraphItem
Torrent Completion Level Graphic Cell for My Torrents. -
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement TableCellDisposeListener Modifier and Type Class Description (package private) class
AbstractTrackerCell
Base cell class for cells listening to the tracker listenerclass
CompletionItem
Torrent Completion Level Graphic Cell for My Torrents.class
NameItem
Torrent name cell for My Torrents.private class
PeersItem.Cell
class
PiecesItem
private class
SeedsItem.Cell
class
TrackerNextAccessItem
private static class
TrackerStatusItem.Cell
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.tableitems.peers
Classes in com.biglybt.ui.swt.views.tableitems.peers that implement TableCellDisposeListener Modifier and Type Class Description class
PiecesItem
-
Uses of TableCellDisposeListener in com.biglybt.ui.swt.views.tableitems.pieces
Classes in com.biglybt.ui.swt.views.tableitems.pieces that implement TableCellDisposeListener Modifier and Type Class Description class
BlocksItem
-