Uses of Interface
com.biglybt.pif.ui.tables.TableCellClipboardListener
-
Packages that use TableCellClipboardListener Package Description com.biglybt.ui.common.table.impl com.biglybt.ui.swt.columns.torrent com.biglybt.ui.swt.views.table.impl -
-
Uses of TableCellClipboardListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCellClipboardListener Modifier and Type Field Description private java.util.ArrayList<TableCellClipboardListener>
TableColumnImpl. cellClipboardListeners
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellClipboardListener Modifier and Type Method Description void
TableColumnImpl. addCellClipboardListener(TableCellClipboardListener listener)
void
TableColumnImpl. removeCellClipboardListener(TableCellClipboardListener listener)
-
Uses of TableCellClipboardListener in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableCellClipboardListener Modifier and Type Class Description class
ColumnThumbAndName
Torrent name cell for My Torrents. -
Uses of TableCellClipboardListener in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableCellClipboardListener Modifier and Type Field Description private java.util.ArrayList<TableCellClipboardListener>
FakeTableCell. cellClipboardListeners
private java.util.ArrayList<TableCellClipboardListener>
TableCellSWTBase. cellClipboardListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellClipboardListener Modifier and Type Method Description private void
FakeTableCell. addCellClipboardListener(TableCellClipboardListener listener)
private void
TableCellSWTBase. addCellClipboardListener(TableCellClipboardListener listener)
-