Uses of Interface
com.biglybt.pif.ui.tables.TableCell
Packages that use TableCell
Package
Description
-
Uses of TableCell in com.biglybt.pif.ui.tables
Fields in com.biglybt.pif.ui.tables declared as TableCellModifier and TypeFieldDescriptionfinal TableCellTableCellMenuEvent.cellTableCellMouseEvent.cellTableCell that the mouse trigger applies toFields in com.biglybt.pif.ui.tables with type parameters of type TableCellModifier and TypeFieldDescriptionprivate Map<TableCell, TableColumn> TableCellRefresher.mapCellsToColumnMethods in com.biglybt.pif.ui.tables that return TableCellModifier and TypeMethodDescriptionTableRow.getTableCell(TableColumn column) TableRow.getTableCell(String sColumnName) Retrieve a cell based on its column nameMethods in com.biglybt.pif.ui.tables with parameters of type TableCellModifier and TypeMethodDescriptionprivate voidTableCellRefresher._addColumnCell(TableColumn column, TableCell cell) static voidTableCellRefresher.addCell(TableColumn column, TableCell cell) voidtriggered when a cell is being added.voidtriggered when a cell's tooltip is about to be displayed.voidTableCellToolTipListener.cellHoverComplete(TableCell cell) triggered when a cell's tooltip is about to be removed.voidTableCellVisibilityListener.cellVisibilityChanged(TableCell cell, int visibility) voidtriggered when a cell is being dispose ofTableCellClipboardListener.getClipboardText(TableCell cell) booleanTableCellInplaceEditorListener.inplaceValueSet(TableCell cell, String value, boolean finalEdit) Override this function to obtain edited valuesvoidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()voidTriggered based on refresh interval specified inTableColumn.getRefreshInterval()Constructors in com.biglybt.pif.ui.tables with parameters of type TableCell -
Uses of TableCell in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.common.table
Subinterfaces of TableCell in com.biglybt.ui.common.tableModifier and TypeInterfaceDescriptioninterfaceCore Table Cell functions are those available to plugins plus some core-only functions.Methods in com.biglybt.ui.common.table with parameters of type TableCellModifier and TypeMethodDescriptionTableColumnCore.getClipboardText(TableCell cell) voidTableColumnCore.invokeCellAddedListeners(TableCell cell) Send a cellAdded trigger to all listeners stored in TableColumnvoidTableColumnCore.invokeCellDisposeListeners(TableCell cell) Send a dispose trigger to all listeners stored in TableColumnvoidTableColumnCore.invokeCellRefreshListeners(TableCell cell, boolean fastRefresh) Send a refresh trigger to all listeners stored in TableColumn -
Uses of TableCell in com.biglybt.ui.common.table.impl
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellModifier and TypeMethodDescriptionTableColumnImpl.getClipboardText(TableCell cell) voidTableColumnImpl.invokeCellAddedListeners(TableCell cell) voidTableColumnImpl.invokeCellDisposeListeners(TableCell cell) voidTableColumnImpl.invokeCellRefreshListeners(TableCell cell, boolean fastRefresh) -
Uses of TableCell in com.biglybt.ui.swt.columns
Methods in com.biglybt.ui.swt.columns with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.columns.alltrackers
Methods in com.biglybt.ui.swt.columns.alltrackers with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.columns.archivedls
Methods in com.biglybt.ui.swt.columns.archivedls with parameters of type TableCellModifier and TypeMethodDescriptionColumnArchiveDLName.getObfuscatedText(TableCell cell) ColumnArchiveDLSaveLocation.getObfuscatedText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.columns.dlhistory
Methods in com.biglybt.ui.swt.columns.dlhistory with parameters of type TableCellModifier and TypeMethodDescriptionColumnDLHistoryName.getObfuscatedText(TableCell cell) ColumnDLHistorySaveLocation.getObfuscatedText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.columns.search
Methods in com.biglybt.ui.swt.columns.search with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.columns.searchsubs
Methods in com.biglybt.ui.swt.columns.searchsubs with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.columns.subscriptions
Methods in com.biglybt.ui.swt.columns.subscriptions with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidColumnSubscriptionName.getClipboardText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.columns.tag
Methods in com.biglybt.ui.swt.columns.tag with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.columns.tagdiscovery
Methods in com.biglybt.ui.swt.columns.tagdiscovery with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidColumnStream.cellHoverComplete(TableCell cell) voidColumnThumbnail.cellHoverComplete(TableCell cell) private voidColumnThumbAndName.cellPaintName(TableCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle cellBounds, int textX, int originalBoundxsX) voidColumnControls.Cell.cellVisibilityChanged(TableCell cell, int visibility) voidvoidvoidprivate voidColumnControls.Cell.disposeExisting(TableCell cell) ColumnThumbAndName.getClipboardText(TableCell cell) private longColumnThumbAndName.getObfuscatedText(TableCell cell) private intprivate voidprivate voidprivate booleanColumnStream.noIconForYou(Object ds, TableCell cell) voidprivate voidvoidvoidvoidvoidvoidvoidConstructors in com.biglybt.ui.swt.columns.torrent with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.columns.utils
Methods in com.biglybt.ui.swt.columns.utils with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.columns.vuzeactivity
Methods in com.biglybt.ui.swt.columns.vuzeactivity with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidColumnActivityText.cellHoverComplete(TableCell cell) voidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.devices.columns
Methods in com.biglybt.ui.swt.devices.columns with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidColumnTJ_Name.getObfuscatedText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.plugin.net.buddy.swt.columns
Methods in com.biglybt.ui.swt.plugin.net.buddy.swt.columns with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidTableColumnOTOF_Size.cellHoverComplete(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.views.clientstats
Methods in com.biglybt.ui.swt.views.clientstats with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.views.columnsetup
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidColumnTC_NameInfo.cellHoverComplete(TableCell cell) voidColumnTC_Sample.Cell.cellVisibilityChanged(TableCell cell, int visibility) voidColumnTC_Sample.Cell.getClipboardText(TableCell cell) voidvoidvoidvoidConstructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableCellModifierConstructorDescriptionCell(TableCell parentCell, TableColumnCore column, org.eclipse.swt.widgets.Composite c, TableRowCore sampleRow) -
Uses of TableCell in com.biglybt.ui.swt.views.peer
Methods in com.biglybt.ui.swt.views.peer with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidPeerFilesView.PiecesItem.cellVisibilityChanged(TableCell cell, int visibility) voidvoidvoidvoidvoidConstructors in com.biglybt.ui.swt.views.peer with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.views.table
Subinterfaces of TableCell in com.biglybt.ui.swt.views.tableModifier and TypeInterfaceDescriptioninterfaceSWT specific functions for Table Cells -
Uses of TableCell in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableCellMethods in com.biglybt.ui.swt.views.table.impl that return TableCell -
Uses of TableCell in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableCellMethods in com.biglybt.ui.swt.views.table.painted that return TableCellModifier and TypeMethodDescriptionTableRowPainted.getTableCell(TableColumn column) TableRowPainted.getTableCell(String field) -
Uses of TableCell in com.biglybt.ui.swt.views.table.utils
Methods in com.biglybt.ui.swt.views.table.utils with parameters of type TableCellModifier and TypeMethodDescriptionstatic voidTableColumnSWTUtils.setSizeAlpha(TableCell cell, long size) -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems
Methods in com.biglybt.ui.swt.views.tableitems with parameters of type TableCellModifier and TypeMethodDescriptiondefault voidvoiddefault voidvoidColumnDateSizer.cellHoverComplete(TableCell cell) default voidTagsColumnHelper.cellHoverComplete(TableCell cell) final voidvoidvoidvoiddefault voidprivate voidColumnDateSizer.refreshDynamic(TableCell cell, long timestamp, String prefix) private booleanColumnDateSizer.setSortValue(TableCell cell, long value) -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.archivedfiles
Methods in com.biglybt.ui.swt.views.tableitems.archivedfiles with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.files
Methods in com.biglybt.ui.swt.views.tableitems.files with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidNameItem.cellHoverComplete(TableCell cell) voidSizeItem.cellHoverComplete(TableCell cell) private voidNameItem.cellPaintName(TableCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle cellBounds, int textX, int originalBoundxsX) voidProgressGraphItem.cellVisibilityChanged(TableCell cell, int visibility) voidvoidNameItem.getClipboardText(TableCell cell) NameItem.getObfuscatedText(TableCell cell) PathNameItem.getObfuscatedText(TableCell cell) booleanNameItem.inplaceValueSet(TableCell cell, String value, boolean finalEdit) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidConstructors in com.biglybt.ui.swt.views.tableitems.files with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as TableCellMethods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidAbstractTrackerCell.cellHoverComplete(TableCell cell) voidCommentIconItem.cellHoverComplete(TableCell cell) voidConnectHealthItem.cellHoverComplete(TableCell cell) voidMergedDataItem.cellHoverComplete(TableCell cell) voidSizeItem.cellHoverComplete(TableCell cell) voidTrackerNameItem.cellHoverComplete(TableCell cell) voidTrackerNextAccessItem.cellHoverComplete(TableCell cell) voidTrackerStatusItem.cellHoverComplete(TableCell cell) private voidDownSpeedItem.RefreshListener.changeColor(TableCell cell, Download dl, int iState) private voidUpSpeedItem.RefreshListener.changeColor(TableCell cell, Download dl, int iState) voidvoidvoidvoidvoidprivate voidNameItem.disposeCellIcon(TableCell cell) CommentItem.getObfuscatedText(TableCell cell) NameItem.getObfuscatedText(TableCell cell) SavePathItem.getObfuscatedText(TableCell cell) TorrentHashItem.getObfuscatedText(TableCell cell) TorrentHashV2Item.getObfuscatedText(TableCell cell) TorrentPathItem.getObfuscatedText(TableCell cell) private intCompletionItem.getPercentDone(TableCell cell) private longRemainingItem.getRemaining(TableCell cell) static StringTrackerCellUtils.getTooltipText(TableCell cell, DownloadManager dm, boolean show_errors) private voidColumnFileCount.openFilesMiniView(DownloadManager dm, TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidstatic voidTrackerCellUtils.updateColor(TableCell cell, DownloadManager dm, boolean show_errors) Constructors in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableCell -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.mytracker
Methods in com.biglybt.ui.swt.views.tableitems.mytracker with parameters of type TableCellModifier and TypeMethodDescriptionNameItem.getObfuscatedText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.peers
Methods in com.biglybt.ui.swt.views.tableitems.peers with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidDownItem.cellHoverComplete(TableCell cell) voidIpItem.cellHoverComplete(TableCell cell) voidTypeItem.cellHoverComplete(TableCell cell) voidDownloadNameItem.getObfuscatedText(TableCell cell) IpItem.getObfuscatedText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.pieces
Methods in com.biglybt.ui.swt.views.tableitems.pieces with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidDownloadNameItem.getObfuscatedText(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.tracker
Methods in com.biglybt.ui.swt.views.tableitems.tracker with parameters of type TableCellModifier and TypeMethodDescriptionvoidvoidNameItem.cellHoverComplete(TableCell cell) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of TableCell in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type TableCell