Uses of Interface
com.biglybt.pif.ui.tables.TableCellClipboardListener
Packages that use TableCellClipboardListener
Package
Description
-
Uses of TableCellClipboardListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCellClipboardListenerModifier and TypeFieldDescriptionprivate ArrayList
<TableCellClipboardListener> TableColumnImpl.cellClipboardListeners
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellClipboardListenerModifier and TypeMethodDescriptionvoid
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 -
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 TableCellClipboardListenerModifier and TypeFieldDescriptionprivate ArrayList
<TableCellClipboardListener> FakeTableCell.cellClipboardListeners
private ArrayList
<TableCellClipboardListener> TableCellSWTBase.cellClipboardListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellClipboardListenerModifier and TypeMethodDescriptionprivate void
FakeTableCell.addCellClipboardListener
(TableCellClipboardListener listener) private void
TableCellSWTBase.addCellClipboardListener
(TableCellClipboardListener listener)