Uses of Interface
com.biglybt.pif.ui.tables.TableCellVisibilityListener
-
-
Uses of TableCellVisibilityListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCellVisibilityListener Modifier and Type Field Description private java.util.ArrayList<TableCellVisibilityListener>
TableColumnImpl. cellVisibilityListeners
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellVisibilityListener Modifier and Type Method Description void
TableColumnImpl. addCellVisibilityListener(TableCellVisibilityListener listener)
void
TableColumnImpl. removeCellVisibilityListener(TableCellVisibilityListener listener)
-
Uses of TableCellVisibilityListener in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableCellVisibilityListener Modifier and Type Class Description private class
ColumnControls.Cell
-
Uses of TableCellVisibilityListener in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement TableCellVisibilityListener Modifier and Type Class Description private static class
ColumnTC_Sample.Cell
-
Uses of TableCellVisibilityListener in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement TableCellVisibilityListener Modifier and Type Class Description private static class
PeerFilesView.PiecesItem
-
Uses of TableCellVisibilityListener in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableCellVisibilityListener Modifier and Type Field Description private java.util.ArrayList<TableCellVisibilityListener>
TableCellSWTBase. cellVisibilityListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellVisibilityListener Modifier and Type Method Description void
FakeTableCell. addVisibilityListener(TableCellVisibilityListener listener)
void
TableCellSWTBase. addVisibilityListener(TableCellVisibilityListener listener)
void
FakeTableCell. removeVisibilityListener(TableCellVisibilityListener listener)
void
TableCellSWTBase. removeVisibilityListener(TableCellVisibilityListener listener)
-
Uses of TableCellVisibilityListener in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableCellVisibilityListener Modifier and Type Class Description class
ProgressGraphItem
Torrent Completion Level Graphic Cell for My Torrents.
-