Uses of Interface
com.biglybt.pif.ui.tables.TableCellToolTipListener
-
-
Uses of TableCellToolTipListener in com.biglybt.pif.ui.tables
Methods in com.biglybt.pif.ui.tables with parameters of type TableCellToolTipListener Modifier and Type Method Description void
TableColumn. addCellToolTipListener(TableCellToolTipListener listener)
Adds a listener that triggers when a TableCell that belongs to this column has a tooltip actionvoid
TableCell. addToolTipListener(TableCellToolTipListener listener)
Adds a listener related to tooltip actionsvoid
TableColumn. removeCellToolTipListener(TableCellToolTipListener listener)
void
TableCell. removeToolTipListener(TableCellToolTipListener listener)
Remove a previously added TableCellToolTipListener -
Uses of TableCellToolTipListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableCellToolTipListener Modifier and Type Field Description private java.util.ArrayList<TableCellToolTipListener>
TableColumnImpl. cellToolTipListeners
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellToolTipListener Modifier and Type Method Description void
TableColumnImpl. addCellToolTipListener(TableCellToolTipListener listener)
void
TableColumnImpl. removeCellToolTipListener(TableCellToolTipListener listener)
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.columns.subscriptions
Classes in com.biglybt.ui.swt.columns.subscriptions that implement TableCellToolTipListener Modifier and Type Class Description class
ColumnSubscriptionLastChecked
class
ColumnSubscriptionNewestDate
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableCellToolTipListener Modifier and Type Class Description class
ColumnStream
class
ColumnThumbnail
A non-interactive (no click no hover) thumbnail column -
Uses of TableCellToolTipListener in com.biglybt.ui.swt.columns.vuzeactivity
Classes in com.biglybt.ui.swt.columns.vuzeactivity that implement TableCellToolTipListener Modifier and Type Class Description class
ColumnActivityDate
class
ColumnActivityText
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TableCellToolTipListener Modifier and Type Class Description class
TableColumnOTOF_Size
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement TableCellToolTipListener Modifier and Type Class Description class
ColumnTC_NameInfo
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl with type parameters of type TableCellToolTipListener Modifier and Type Field Description private java.util.ArrayList<TableCellToolTipListener>
TableCellSWTBase. tooltipListeners
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableCellToolTipListener Modifier and Type Method Description void
FakeTableCell. addToolTipListener(TableCellToolTipListener listener)
void
TableCellSWTBase. addToolTipListener(TableCellToolTipListener listener)
void
FakeTableCell. removeToolTipListener(TableCellToolTipListener listener)
void
TableCellSWTBase. removeToolTipListener(TableCellToolTipListener listener)
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.tableitems
Classes in com.biglybt.ui.swt.views.tableitems that implement TableCellToolTipListener Modifier and Type Class Description class
ColumnDateSizer
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableCellToolTipListener Modifier and Type Class Description class
FileModifiedItem
class
SizeItem
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement TableCellToolTipListener Modifier and Type Class Description (package private) class
AbstractTrackerCell
Base cell class for cells listening to the tracker listenerclass
BadAvailTimeItem
class
CommentIconItem
class
ConnectHealthItem
class
DateAddedItem
class
DateCompletedItem
class
DateFileCompletedItem
class
DateLastActiveItem
class
MergedDataItem
private class
PeersItem.Cell
private class
SeedsItem.Cell
class
ShareRatioProgressItem
class
SizeItem
Size of Torrent cellclass
TagAddedToDateItem
class
TagsItem
Display Category torrent belongs to.class
TorrentCreateDateItem
class
TrackerNameItem
class
TrackerNextAccessItem
class
TrackerStatusItem
private static class
TrackerStatusItem.Cell
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.tableitems.peers
Classes in com.biglybt.ui.swt.views.tableitems.peers that implement TableCellToolTipListener Modifier and Type Class Description class
DownItem
class
IpItem
class
TypeItem
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.tableitems.tracker
Classes in com.biglybt.ui.swt.views.tableitems.tracker that implement TableCellToolTipListener Modifier and Type Class Description class
LastUpdateItem
class
NameItem
-
Uses of TableCellToolTipListener in com.biglybt.ui.swt.views.utils
Classes in com.biglybt.ui.swt.views.utils that implement TableCellToolTipListener Modifier and Type Class Description private class
LocProvUtils.FlagListener
-