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.cellClipboardListenersMethods in com.biglybt.ui.common.table.impl with parameters of type TableCellClipboardListenerModifier and TypeMethodDescriptionvoidTableColumnImpl.addCellClipboardListener(TableCellClipboardListener listener) voidTableColumnImpl.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.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup 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.cellClipboardListenersprivate ArrayList<TableCellClipboardListener> TableCellSWTBase.cellClipboardListenersMethods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellClipboardListenerModifier and TypeMethodDescriptionprivate voidFakeTableCell.addCellClipboardListener(TableCellClipboardListener listener) private voidTableCellSWTBase.addCellClipboardListener(TableCellClipboardListener listener)