Uses of Interface
com.biglybt.pif.ui.tables.TableCell
-
-
Uses of TableCell in com.biglybt.pif.ui.tables
Fields in com.biglybt.pif.ui.tables declared as TableCell Modifier and Type Field Description TableCell
TableCellMouseEvent. cell
TableCell that the mouse trigger applies toFields in com.biglybt.pif.ui.tables with type parameters of type TableCell Modifier and Type Field Description private java.util.Map<TableCell,TableColumn>
TableCellRefresher. mapCellsToColumn
Methods in com.biglybt.pif.ui.tables that return TableCell Modifier and Type Method Description TableCell
TableRow. getTableCell(java.lang.String sColumnName)
Retrieve a cell based on its column nameMethods in com.biglybt.pif.ui.tables with parameters of type TableCell Modifier and Type Method Description private void
TableCellRefresher. _addColumnCell(TableColumn column, TableCell cell)
static void
TableCellRefresher. addCell(TableColumn column, TableCell cell)
void
TableCellAddedListener. cellAdded(TableCell cell)
triggered when a cell is being added.void
TableCellToolTipListener. cellHover(TableCell cell)
triggered when a cell's tooltip is about to be displayed.void
TableCellToolTipListener. cellHoverComplete(TableCell cell)
triggered when a cell's tooltip is about to be removed.void
TableCellVisibilityListener. cellVisibilityChanged(TableCell cell, int visibility)
void
TableCellDisposeListener. dispose(TableCell cell)
triggered when a cell is being dispose ofjava.lang.String
TableCellClipboardListener. getClipboardText(TableCell cell)
boolean
TableCellInplaceEditorListener. inplaceValueSet(TableCell cell, java.lang.String value, boolean finalEdit)
Override this function to obtain edited valuesvoid
TableCellLightRefreshListener. refresh(TableCell cell, boolean sortOnlyRefresh)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
void
TableCellRefreshListener. refresh(TableCell cell)
Triggered based on refresh interval specified inTableColumn.getRefreshInterval()
-
Uses of TableCell in com.biglybt.plugin.net.buddy.swt.columns
Methods in com.biglybt.plugin.net.buddy.swt.columns with parameters of type TableCell Modifier and Type Method Description void
ColumnChatMessageCount. refresh(TableCell cell)
void
ColumnChatName. refresh(TableCell cell)
void
ColumnChatNick. refresh(TableCell cell)
void
ColumnChatStatus. refresh(TableCell cell)
void
ColumnChatUserCount. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type TableCell Modifier and Type Method Description void
DownloadingRankColumnListener. refresh(TableCell cell)
void
SeedingRankColumnListener. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.common.table
Subinterfaces of TableCell in com.biglybt.ui.common.table Modifier and Type Interface Description interface
TableCellCore
Core Table Cell functions are those available to plugins plus some core-only functions.Methods in com.biglybt.ui.common.table with parameters of type TableCell Modifier and Type Method Description java.lang.String
TableColumnCore. getClipboardText(TableCell cell)
void
TableColumnCore. invokeCellAddedListeners(TableCell cell)
Send a cellAdded trigger to all listeners stored in TableColumnvoid
TableColumnCore. invokeCellDisposeListeners(TableCell cell)
Send a dispose trigger to all listeners stored in TableColumnvoid
TableColumnCore. 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 TableCell Modifier and Type Method Description java.lang.String
TableColumnImpl. getClipboardText(TableCell cell)
void
TableColumnImpl. invokeCellAddedListeners(TableCell cell)
void
TableColumnImpl. invokeCellDisposeListeners(TableCell cell)
void
TableColumnImpl. 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 Modifier and Type Method Description void
ColumnCheckBox. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.alltrackers
Methods in com.biglybt.ui.swt.columns.alltrackers with parameters of type TableCell Modifier and Type Method Description void
ColumnAllTrackersBadSinceDate. refresh(TableCell cell)
void
ColumnAllTrackersConsecutiveFails. refresh(TableCell cell)
void
ColumnAllTrackersDNSPrefs. refresh(TableCell cell)
void
ColumnAllTrackersFailingFor. refresh(TableCell cell)
void
ColumnAllTrackersHasPrivate. refresh(TableCell cell)
void
ColumnAllTrackersLastBadDate. refresh(TableCell cell)
void
ColumnAllTrackersLastGoodDate. refresh(TableCell cell)
void
ColumnAllTrackersReportedDown. refresh(TableCell cell)
void
ColumnAllTrackersReportedUp. refresh(TableCell cell)
void
ColumnAllTrackersResponseTime. refresh(TableCell cell)
void
ColumnAllTrackersStatus. refresh(TableCell cell)
void
ColumnAllTrackersTracker. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.archivedls
Methods in com.biglybt.ui.swt.columns.archivedls with parameters of type TableCell Modifier and Type Method Description java.lang.String
ColumnArchiveDLName. getObfuscatedText(TableCell cell)
java.lang.String
ColumnArchiveDLSaveLocation. getObfuscatedText(TableCell cell)
void
ColumnArchiveDLCategory. refresh(TableCell cell)
void
ColumnArchiveDLCompDate. refresh(TableCell cell)
void
ColumnArchiveDLDate. refresh(TableCell cell)
void
ColumnArchiveDLFileCount. refresh(TableCell cell)
void
ColumnArchiveDLMainTracker. refresh(TableCell cell)
void
ColumnArchiveDLName. refresh(TableCell cell)
void
ColumnArchiveDLSaveLocation. refresh(TableCell cell)
void
ColumnArchiveDLSize. refresh(TableCell cell)
void
ColumnArchiveDLTags. refresh(TableCell cell)
void
ColumnArchiveShareRatio. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.dlhistory
Methods in com.biglybt.ui.swt.columns.dlhistory with parameters of type TableCell Modifier and Type Method Description java.lang.String
ColumnDLHistoryName. getObfuscatedText(TableCell cell)
java.lang.String
ColumnDLHistorySaveLocation. getObfuscatedText(TableCell cell)
void
ColumnDLHistoryAddDate. refresh(TableCell cell)
void
ColumnDLHistoryCompleteDate. refresh(TableCell cell)
void
ColumnDLHistoryHash. refresh(TableCell cell)
void
ColumnDLHistoryName. refresh(TableCell cell)
void
ColumnDLHistoryRemoveDate. refresh(TableCell cell)
void
ColumnDLHistorySaveLocation. refresh(TableCell cell)
void
ColumnDLHistorySize. refresh(TableCell cell)
void
ColumnDLHistoryTags. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.search
Methods in com.biglybt.ui.swt.columns.search with parameters of type TableCell Modifier and Type Method Description void
ColumnSearchResultSite. cellAdded(TableCell cell)
void
ColumnSearchResultSite. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.searchsubs
Methods in com.biglybt.ui.swt.columns.searchsubs with parameters of type TableCell Modifier and Type Method Description void
ColumnSearchSubResultActions. cellAdded(TableCell cell)
void
ColumnSearchSubResultType. cellAdded(TableCell cell)
void
ColumnSearchSubResultActions. refresh(TableCell cell)
void
ColumnSearchSubResultAge. refresh(TableCell cell)
void
ColumnSearchSubResultAssetDate. refresh(TableCell cell)
void
ColumnSearchSubResultCategory. refresh(TableCell cell)
void
ColumnSearchSubResultExisting. refresh(TableCell cell)
void
ColumnSearchSubResultHash. refresh(TableCell cell)
void
ColumnSearchSubResultName. refresh(TableCell cell)
void
ColumnSearchSubResultRank. refresh(TableCell cell)
void
ColumnSearchSubResultRatings. refresh(TableCell cell)
void
ColumnSearchSubResultSeedsPeers. refresh(TableCell cell)
void
ColumnSearchSubResultSize. refresh(TableCell cell)
void
ColumnSearchSubResultType. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.subscriptions
Methods in com.biglybt.ui.swt.columns.subscriptions with parameters of type TableCell Modifier and Type Method Description void
ColumnSubResultNew. cellAdded(TableCell cell)
void
ColumnSubscriptionNew. cellAdded(TableCell cell)
void
ColumnSubscriptionNewestDate. cellHover(TableCell cell)
void
ColumnSubResultNew. refresh(TableCell cell)
void
ColumnSubscriptionAutoDownload. refresh(TableCell cell)
void
ColumnSubscriptionCategory. refresh(TableCell cell)
void
ColumnSubscriptionEnabled. refresh(TableCell cell)
void
ColumnSubscriptionError. refresh(TableCell cell)
void
ColumnSubscriptionLastChecked. refresh(TableCell cell, long timestamp)
void
ColumnSubscriptionMaxResults. refresh(TableCell cell)
void
ColumnSubscriptionName. refresh(TableCell cell)
void
ColumnSubscriptionNbNewResults. refresh(TableCell cell)
void
ColumnSubscriptionNbResults. refresh(TableCell cell)
void
ColumnSubscriptionNew. refresh(TableCell cell)
void
ColumnSubscriptionNewestDate. refresh(TableCell cell, long timestamp)
void
ColumnSubscriptionParent. refresh(TableCell cell)
void
ColumnSubscriptionSubscribers. refresh(TableCell cell)
void
ColumnSubscriptionTag. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.tag
Methods in com.biglybt.ui.swt.columns.tag with parameters of type TableCell Modifier and Type Method Description void
ColumnTagAggregateSR. refresh(TableCell cell)
void
ColumnTagAggregateSRMax. refresh(TableCell cell)
void
ColumnTagColor. refresh(TableCell cell)
void
ColumnTagCopyOnComp. refresh(TableCell cell)
void
ColumnTagCount. refresh(TableCell cell)
void
ColumnTagDependsOn. refresh(TableCell cell)
void
ColumnTagDownLimit. refresh(TableCell cell)
void
ColumnTagDownRate. refresh(TableCell cell)
void
ColumnTagDownSession. refresh(TableCell cell)
void
ColumnTagDownTotal. refresh(TableCell cell)
void
ColumnTagGroup. refresh(TableCell cell)
void
ColumnTagGroupIcons. refresh(TableCell cell)
void
ColumnTagIcon. refresh(TableCell cell)
void
ColumnTagIconSortOrder. refresh(TableCell cell)
void
ColumnTagInitialSaveLocation. refresh(TableCell cell)
void
ColumnTagLimits. refresh(TableCell cell)
void
ColumnTagMaxSR. refresh(TableCell cell)
void
ColumnTagMinSR. refresh(TableCell cell)
void
ColumnTagMoveOnAssign. refresh(TableCell cell)
void
ColumnTagMoveOnComp. refresh(TableCell cell)
void
ColumnTagMoveOnRemove. refresh(TableCell cell)
void
ColumnTagName. refresh(TableCell cell)
void
ColumnTagProperties. refresh(TableCell cell)
void
ColumnTagStatus. refresh(TableCell cell)
void
ColumnTagType. refresh(TableCell cell)
void
ColumnTagUpLimit. refresh(TableCell cell)
void
ColumnTagUpRate. refresh(TableCell cell)
void
ColumnTagUpSession. refresh(TableCell cell)
void
ColumnTagUpTotal. refresh(TableCell cell)
void
ColumnTagXCode. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.tagdiscovery
Methods in com.biglybt.ui.swt.columns.tagdiscovery with parameters of type TableCell Modifier and Type Method Description void
ColumnTagDiscoveryAddedOn. refresh(TableCell cell)
void
ColumnTagDiscoveryName. refresh(TableCell cell)
void
ColumnTagDiscoveryNetwork. refresh(TableCell cell)
void
ColumnTagDiscoveryTorrent. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type TableCell Modifier and Type Method Description void
ColumnControls. cellAdded(TableCell cell)
void
ColumnProgressETA. cellAdded(TableCell cell)
void
ColumnStream. cellAdded(TableCell cell)
void
ColumnUnopened. cellAdded(TableCell cell)
void
ColumnStream. cellHover(TableCell cell)
void
ColumnThumbnail. cellHover(TableCell cell)
void
ColumnStream. cellHoverComplete(TableCell cell)
void
ColumnThumbnail. cellHoverComplete(TableCell cell)
private void
ColumnThumbAndName. cellPaintName(TableCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle cellBounds, int textX, int originalBoundxsX)
void
ColumnControls.Cell. cellVisibilityChanged(TableCell cell, int visibility)
void
ColumnControls.Cell. dispose(TableCell cell)
void
ColumnThumbAndName. dispose(TableCell cell)
void
ColumnThumbnail. dispose(TableCell cell)
private void
ColumnControls.Cell. disposeExisting(TableCell cell)
java.lang.String
ColumnThumbAndName. getClipboardText(TableCell cell)
private long
ColumnProgressETA. getETA(TableCell cell)
java.lang.String
ColumnThumbAndName. getObfuscatedText(TableCell cell)
private int
ColumnProgressETA. getState(TableCell cell)
private boolean
ColumnProgressETA. isStopped(TableCell cell)
private void
ColumnControls.Cell. log(TableCell cell, java.lang.String s)
private void
ColumnProgressETA. log(TableCell cell, java.lang.String s)
private boolean
ColumnStream. noIconForYou(java.lang.Object ds, TableCell cell)
void
ColumnControls.Cell. refresh(TableCell cell)
private void
ColumnControls.Cell. refresh(TableCell cell, boolean bForce)
void
ColumnProgressETA. refresh(TableCell cell)
void
ColumnStream. refresh(TableCell cell)
void
ColumnThumbAndName. refresh(TableCell cell)
void
ColumnThumbAndName. refresh(TableCell cell, boolean sortOnlyRefresh)
void
ColumnThumbnail. refresh(TableCell cell)
void
ColumnUnopened. refresh(TableCell cell)
Constructors in com.biglybt.ui.swt.columns.torrent with parameters of type TableCell Constructor Description Cell(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.columns.utils
Methods in com.biglybt.ui.swt.columns.utils with parameters of type TableCell Modifier and Type Method Description void
ColumnImageClickArea. addCell(TableCell cell)
void
ColumnImageClickArea. drawImage(TableCell cell, org.eclipse.swt.graphics.GC gcImage)
private void
ColumnImageClickArea. setContainsMouse(TableCell cell, boolean contains)
-
Uses of TableCell in com.biglybt.ui.swt.columns.vuzeactivity
Methods in com.biglybt.ui.swt.columns.vuzeactivity with parameters of type TableCell Modifier and Type Method Description void
ColumnActivityActions. cellAdded(TableCell cell)
void
ColumnActivityDate. cellAdded(TableCell cell)
void
ColumnActivityNew. cellAdded(TableCell cell)
void
ColumnActivityText. cellHover(TableCell cell)
void
ColumnActivityText. cellHoverComplete(TableCell cell)
void
ColumnActivityActions. refresh(TableCell cell)
void
ColumnActivityDate. refresh(TableCell cell, long timestamp)
void
ColumnActivityNew. refresh(TableCell cell)
void
ColumnActivityText. refresh(TableCell cell)
void
ColumnActivityType. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.debug
Methods in com.biglybt.ui.swt.debug with parameters of type TableCell Modifier and Type Method Description java.lang.String
ObfuscateCellText. getObfuscatedText(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.devices.columns
Methods in com.biglybt.ui.swt.devices.columns with parameters of type TableCell Modifier and Type Method Description void
ColumnFO_Progress. cellAdded(TableCell cell)
void
ColumnTJ_Completion. cellAdded(TableCell cell)
void
ColumnTJ_Name. dispose(TableCell cell)
java.lang.String
ColumnTJ_Name. getObfuscatedText(TableCell cell)
void
ColumnFO_FileSystems. refresh(TableCell cell)
void
ColumnFO_Name. refresh(TableCell cell)
void
ColumnFO_Order. refresh(TableCell cell)
void
ColumnFO_Percent. refresh(TableCell cell)
void
ColumnFO_Progress. refresh(TableCell cell)
void
ColumnFO_Size. refresh(TableCell cell)
void
ColumnFO_Status. refresh(TableCell cell)
void
ColumnFO_SubTask. refresh(TableCell cell)
void
ColumnFO_Type. refresh(TableCell cell)
void
ColumnTJ_Category. refresh(TableCell cell)
void
ColumnTJ_Completion. refresh(TableCell cell)
void
ColumnTJ_CopiedToDevice. refresh(TableCell cell)
void
ColumnTJ_Device. refresh(TableCell cell)
void
ColumnTJ_Duration. refresh(TableCell cell)
void
ColumnTJ_Name. refresh(TableCell cell)
void
ColumnTJ_Profile. refresh(TableCell cell)
void
ColumnTJ_Rank. refresh(TableCell cell)
void
ColumnTJ_Resolution. refresh(TableCell cell)
void
ColumnTJ_Status. refresh(TableCell cell)
void
ColumnTJ_Tags. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.shells.opentorrent
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type TableCell Modifier and Type Method Description void
TableColumnOTOF_Size. cellHover(TableCell cell)
void
TableColumnOTOF_Size. cellHoverComplete(TableCell cell)
void
TableColumnOTOF_Ext. refresh(TableCell cell)
void
TableColumnOTOF_Name. refresh(TableCell cell)
void
TableColumnOTOF_Path. refresh(TableCell cell)
void
TableColumnOTOF_Position. refresh(TableCell cell)
void
TableColumnOTOF_Priority. refresh(TableCell cell)
void
TableColumnOTOF_Size. refresh(TableCell cell)
void
TableColumnOTOT_Name. refresh(TableCell cell)
void
TableColumnOTOT_Position. refresh(TableCell cell)
void
TableColumnOTOT_SaveLocation. refresh(TableCell cell)
void
TableColumnOTOT_Size. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.clientstats
Methods in com.biglybt.ui.swt.views.clientstats with parameters of type TableCell Modifier and Type Method Description void
ColumnCS_Count. refresh(TableCell cell)
void
ColumnCS_Discarded. refresh(TableCell cell)
void
ColumnCS_Name. refresh(TableCell cell)
void
ColumnCS_Pct. refresh(TableCell cell)
void
ColumnCS_Received. refresh(TableCell cell)
void
ColumnCS_ReceivedPer. refresh(TableCell cell)
void
ColumnCS_Sent. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.columnsetup
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableCell Modifier and Type Method Description void
ColumnTC_Sample. cellAdded(TableCell cell)
void
ColumnTC_NameInfo. cellHover(TableCell cell)
void
ColumnTC_NameInfo. cellHoverComplete(TableCell cell)
void
ColumnTC_Sample.Cell. cellVisibilityChanged(TableCell cell, int visibility)
void
ColumnTC_Sample.Cell. dispose(TableCell cell)
void
ColumnTC_ChosenColumn. refresh(TableCell cell)
void
ColumnTC_Info. refresh(TableCell cell)
void
ColumnTC_NameInfo. refresh(TableCell cell)
void
ColumnTC_Sample.Cell. refresh(TableCell cell)
Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableCell Constructor Description Cell(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 TableCell Modifier and Type Method Description void
PeerFilesView.PiecesItem. cellAdded(TableCell cell)
void
PeerFilesView.PiecesItem. cellVisibilityChanged(TableCell cell, int visibility)
void
PeerFilesView.PiecesItem. dispose(TableCell cell)
void
PeerFilesView.NameItem. refresh(TableCell cell)
void
PeerFilesView.PercentItem. refresh(TableCell cell)
void
PeerFilesView.PiecesItem.Cell. refresh(TableCell cell)
void
PeerFilesView.PiecesItem.Cell. refresh(TableCell cell, boolean sortOnly)
Constructors in com.biglybt.ui.swt.views.peer with parameters of type TableCell Constructor Description Cell(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.table
Subinterfaces of TableCell in com.biglybt.ui.swt.views.table Modifier and Type Interface Description interface
TableCellSWT
SWT 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 TableCell Modifier and Type Class Description class
FakeTableCell
class
TableCellSWTBase
Methods in com.biglybt.ui.swt.views.table.impl that return TableCell Modifier and Type Method Description TableCell
TableRowSWTBase. getTableCell(java.lang.String field)
-
Uses of TableCell in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableCell Modifier and Type Class Description class
TableCellPainted
Methods in com.biglybt.ui.swt.views.table.painted that return TableCell Modifier and Type Method Description TableCell
TableRowPainted. getTableCell(java.lang.String field)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems
Methods in com.biglybt.ui.swt.views.tableitems with parameters of type TableCell Modifier and Type Method Description void
ColumnDateSizer. cellHover(TableCell cell)
void
ColumnDateSizer. cellHoverComplete(TableCell cell)
void
ColumnDateSizer. refresh(TableCell cell)
void
ColumnDateSizer. refresh(TableCell cell, long timestamp)
void
ColumnDateSizer. refresh(TableCell cell, long timestamp, long sort_order, java.lang.String prefix)
void
ColumnDateSizer. refresh(TableCell cell, long timestamp, java.lang.String prefix)
private boolean
ColumnDateSizer. 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 Modifier and Type Method Description java.lang.String
NameItem. getObfuscatedText(TableCell cell)
void
NameItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell, boolean sortOnlyRefresh)
void
SizeItem. refresh(TableCell cell)
void
SizeItem. refresh(TableCell cell, boolean sortOnlyRefresh)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.files
Methods in com.biglybt.ui.swt.views.tableitems.files with parameters of type TableCell Modifier and Type Method Description void
ProgressGraphItem. cellAdded(TableCell cell)
void
SizeItem. cellHover(TableCell cell)
void
SizeItem. cellHoverComplete(TableCell cell)
private void
NameItem. cellPaintName(TableCell cell, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle cellBounds, int textX, int originalBoundxsX)
void
ProgressGraphItem. cellVisibilityChanged(TableCell cell, int visibility)
void
PathNameItem. dispose(TableCell cell)
void
ProgressGraphItem. dispose(TableCell cell)
java.lang.String
NameItem. getClipboardText(TableCell cell)
java.lang.String
NameItem. getObfuscatedText(TableCell cell)
java.lang.String
PathNameItem. getObfuscatedText(TableCell cell)
boolean
NameItem. inplaceValueSet(TableCell cell, java.lang.String value, boolean finalEdit)
void
DoneItem. refresh(TableCell cell)
void
DownloadNameItem. refresh(TableCell cell)
void
FileAvailabilityItem. refresh(TableCell cell)
void
FileETAItem. refresh(TableCell cell)
void
FileExtensionItem. refresh(TableCell cell)
void
FileHashItemBase. refresh(TableCell cell)
void
FileIndexItem. refresh(TableCell cell)
void
FileModifiedItem. refresh(TableCell cell, long timestamp)
void
FileReadSpeedItem. refresh(TableCell cell)
void
FileWriteSpeedItem. refresh(TableCell cell)
void
FirstPieceItem. refresh(TableCell cell)
void
LastPieceItem. refresh(TableCell cell)
void
ModeItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell, boolean sortOnlyRefresh)
void
PathItem. refresh(TableCell cell)
void
PathNameItem. refresh(TableCell cell)
void
PathNameItem. refresh(TableCell cell, boolean sortOnlyRefresh)
void
PercentItem. refresh(TableCell cell)
void
PieceCountItem. refresh(TableCell cell)
void
PiecesDoneAndCountItem. refresh(TableCell cell)
void
PriorityItem. refresh(TableCell cell)
void
ProgressGraphItem.Cell. refresh(TableCell cell)
void
ProgressGraphItem.Cell. refresh(TableCell cell, boolean sortOnly)
void
RelocatedItem. refresh(TableCell cell)
void
RemainingPiecesItem. refresh(TableCell cell)
void
SizeBytesItem. refresh(TableCell cell)
void
SizeItem. refresh(TableCell cell)
void
StorageTypeItem. refresh(TableCell cell)
void
TorrentRelativePathItem. refresh(TableCell cell)
void
TorrentV2RootHashItem. refresh(TableCell cell)
Constructors in com.biglybt.ui.swt.views.tableitems.files with parameters of type TableCell Constructor Description Cell(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.myshares
Methods in com.biglybt.ui.swt.views.tableitems.myshares with parameters of type TableCell Modifier and Type Method Description void
CategoryItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell)
void
PersistentItem. refresh(TableCell cell)
void
TagsItem. refresh(TableCell cell)
void
TypeItem. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.mytorrents
Fields in com.biglybt.ui.swt.views.tableitems.mytorrents declared as TableCell Modifier and Type Field Description (package private) TableCell
AbstractTrackerCell. cell
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableCell Modifier and Type Method Description void
ColumnFileCount. cellAdded(TableCell cell)
void
CommentIconItem. cellAdded(TableCell cell)
void
CompletionItem. cellAdded(TableCell cell)
void
DescriptionItem. cellAdded(TableCell cell)
void
DownSpeedItem. cellAdded(TableCell cell)
void
HealthItem. cellAdded(TableCell cell)
void
PeersItem. cellAdded(TableCell cell)
void
PiecesItem. cellAdded(TableCell cell)
void
SeedsItem. cellAdded(TableCell cell)
void
TagsItem. cellAdded(TableCell cell)
void
TrackerStatusItem. cellAdded(TableCell cell)
void
UpSpeedItem. cellAdded(TableCell cell)
void
AbstractTrackerCell. cellHover(TableCell cell)
void
CommentIconItem. cellHover(TableCell cell)
void
ConnectHealthItem. cellHover(TableCell cell)
void
DateCompletedItem. cellHover(TableCell cell)
void
MergedDataItem. cellHover(TableCell cell)
void
PeersItem.Cell. cellHover(TableCell cell)
void
SeedsItem.Cell. cellHover(TableCell cell)
void
SizeItem. cellHover(TableCell cell)
void
TagsItem. cellHover(TableCell cell)
void
TrackerNameItem. cellHover(TableCell cell)
void
TrackerNextAccessItem. cellHover(TableCell cell)
void
TrackerStatusItem. cellHover(TableCell cell)
void
AbstractTrackerCell. cellHoverComplete(TableCell cell)
void
CommentIconItem. cellHoverComplete(TableCell cell)
void
ConnectHealthItem. cellHoverComplete(TableCell cell)
void
MergedDataItem. cellHoverComplete(TableCell cell)
void
SizeItem. cellHoverComplete(TableCell cell)
void
TagsItem. cellHoverComplete(TableCell cell)
void
TrackerNameItem. cellHoverComplete(TableCell cell)
void
TrackerNextAccessItem. cellHoverComplete(TableCell cell)
void
TrackerStatusItem. cellHoverComplete(TableCell cell)
private void
DownSpeedItem.RefreshListener. changeColor(TableCell cell, Download dl, int iState)
private void
UpSpeedItem.RefreshListener. changeColor(TableCell cell, Download dl, int iState)
void
AbstractTrackerCell. dispose(TableCell cell)
void
CompletionItem. dispose(TableCell cell)
void
NameItem. dispose(TableCell cell)
void
PiecesItem. dispose(TableCell cell)
void
TrackerNextAccessItem. dispose(TableCell cell)
private void
NameItem. disposeCellIcon(TableCell cell)
java.lang.String
CommentItem. getObfuscatedText(TableCell cell)
java.lang.String
NameItem. getObfuscatedText(TableCell cell)
java.lang.String
SavePathItem. getObfuscatedText(TableCell cell)
java.lang.String
TorrentPathItem. getObfuscatedText(TableCell cell)
private int
CompletionItem. getPercentDone(TableCell cell)
private long
RemainingItem. getRemaining(TableCell cell)
static java.lang.String
TrackerCellUtils. getTooltipText(TableCell cell, DownloadManager dm, boolean show_errors)
private void
ColumnFileCount. openFilesMiniView(DownloadManager dm, TableCell cell)
void
AbstractTrackerCell. refresh(TableCell cell)
void
AlertsItem. refresh(TableCell cell)
void
AvailabilityItem. refresh(TableCell cell)
void
AvgAvailItem. refresh(TableCell cell)
void
BadAvailTimeItem. refresh(TableCell cell, long timestamp)
void
CategoryIconsItem. refresh(TableCell cell)
void
CategoryItem. refresh(TableCell cell)
void
ColumnDoneWithDND. refresh(TableCell cell)
void
ColumnSizeWithDND. refresh(TableCell cell)
void
ColumnTorrentSpeed. refresh(TableCell cell)
void
CommentIconItem. refresh(TableCell cell)
void
CommentItem. refresh(TableCell cell)
void
CompletedItem. refresh(TableCell cell)
void
CompletionItem. refresh(TableCell cell)
void
ConnectHealthItem. refresh(TableCell cell)
void
DateAddedItem. refresh(TableCell cell, long timestamp)
void
DateCompletedItem. refresh(TableCell cell, long timestamp)
void
DateFileCompletedItem. refresh(TableCell cell, long timestamp)
void
DateLastActiveItem. refresh(TableCell cell, long timestamp)
void
DescriptionItem. refresh(TableCell cell)
void
DiskLatencyItem. refresh(TableCell cell)
void
DoneItem. refresh(TableCell cell)
void
DownItem. refresh(TableCell cell)
void
DownloadHealthItem. refresh(TableCell cell)
void
DownSpeedItem.RefreshListener. refresh(TableCell cell)
void
DownSpeedLimitItem. refresh(TableCell cell)
void
ETAItem. refresh(TableCell cell)
void
FileExtensionItem. refresh(TableCell cell)
void
FilesDoneItem. refresh(TableCell cell)
void
FilesLinkedItem. refresh(TableCell cell)
void
HealthItem. refresh(TableCell cell)
void
IPFilterItem. refresh(TableCell cell)
void
LeecherMaxCompletion. refresh(TableCell cell)
void
MaxSRItem. refresh(TableCell cell)
void
MaxUploadsItem. refresh(TableCell cell)
void
MergedDataItem. refresh(TableCell cell)
void
MinSRItem. refresh(TableCell cell)
void
MoveOnCompleteItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell, boolean sortOnlyRefresh)
void
NetworksItem. refresh(TableCell cell)
void
OnlyCDing4Item. refresh(TableCell cell)
void
PeakDownItem. refresh(TableCell cell)
void
PeakUpItem. refresh(TableCell cell)
void
PeersItem.Cell. refresh(TableCell cell)
void
PeerSourcesItem. refresh(TableCell cell)
void
PiecesItem. refresh(TableCell cell)
void
RankItem. refresh(TableCell cell)
void
RemainingItem. refresh(TableCell cell)
void
SavePathItem. refresh(TableCell cell)
void
SecondsDownloadingItem. refresh(TableCell cell)
void
SecondsSeedingItem. refresh(TableCell cell)
void
SeedsItem.Cell. refresh(TableCell cell)
void
SeedToPeerRatioItem. refresh(TableCell cell)
void
SessionDownItem. refresh(TableCell cell)
void
SessionUpItem. refresh(TableCell cell)
void
ShareRatioItem. refresh(TableCell cell)
void
ShareRatioProgressItem. refresh(TableCell cell, long _timestamp)
void
SizeItem. refresh(TableCell cell)
void
SmoothedDownItem. refresh(TableCell cell)
void
SmoothedETAItem. refresh(TableCell cell)
void
SmoothedUpItem. refresh(TableCell cell)
void
StatusItem. refresh(TableCell cell)
void
SuperSeedingItem. refresh(TableCell cell)
void
SwarmAverageCompletion. refresh(TableCell cell)
void
SwarmAverageSpeed. refresh(TableCell cell)
void
SwarmMaxCompletion. refresh(TableCell cell)
void
TagAddedToDateItem. refresh(TableCell cell, long timestamp)
void
TagColorsItem. refresh(TableCell cell)
void
TagIconsItem. refresh(TableCell cell)
void
TagsItem. refresh(TableCell cell)
void
TimeSinceDownloadItem. refresh(TableCell cell)
void
TimeSinceUploadItem. refresh(TableCell cell)
void
TorrentCreateDateItem. refresh(TableCell cell, long timestamp)
void
TorrentPathItem. refresh(TableCell cell)
void
TotalSpeedItem. refresh(TableCell cell)
void
TrackerNameItem. refresh(TableCell cell)
void
TrackerNextAccessItem. refresh(TableCell cell)
void
TrackerStatusItem.Cell. refresh(TableCell cell)
void
UpItem. refresh(TableCell cell)
void
UploadHealthItem. refresh(TableCell cell)
void
UpSpeedItem.RefreshListener. refresh(TableCell cell)
void
UpSpeedLimitItem. refresh(TableCell cell)
static void
TrackerCellUtils. updateColor(TableCell cell, DownloadManager dm, boolean show_errors)
Constructors in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TableCell Constructor Description AbstractTrackerCell(TableCell cell)
InitializeCell(TableCell cell)
InitializeCell(TableCell cell)
InitializeCell(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.mytracker
Methods in com.biglybt.ui.swt.views.tableitems.mytracker with parameters of type TableCell Modifier and Type Method Description java.lang.String
NameItem. getObfuscatedText(TableCell cell)
void
AnnounceCountItem. refresh(TableCell cell)
void
AverageBytesInItem. refresh(TableCell cell)
void
AverageBytesOutItem. refresh(TableCell cell)
void
BadNATCountItem. refresh(TableCell cell)
void
CategoryItem. refresh(TableCell cell)
void
CompletedCountItem. refresh(TableCell cell)
void
DateAddedItem. refresh(TableCell cell)
void
DownloadedItem. refresh(TableCell cell)
void
LeftItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell)
void
PassiveItem. refresh(TableCell cell)
void
PeerCountItem. refresh(TableCell cell)
void
PersistentItem. refresh(TableCell cell)
void
ScrapeCountItem. refresh(TableCell cell)
void
SeedCountItem. refresh(TableCell cell)
void
StatusItem. refresh(TableCell cell)
void
TotalBytesInItem. refresh(TableCell cell)
void
TotalBytesOutItem. refresh(TableCell cell)
void
TrackerItem. refresh(TableCell cell)
void
UploadedItem. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.peers
Methods in com.biglybt.ui.swt.views.tableitems.peers with parameters of type TableCell Modifier and Type Method Description void
PiecesItem. cellAdded(TableCell cell)
void
DownItem. cellHover(TableCell cell)
void
IpItem. cellHover(TableCell cell)
void
TypeItem. cellHover(TableCell cell)
void
DownItem. cellHoverComplete(TableCell cell)
void
IpItem. cellHoverComplete(TableCell cell)
void
TypeItem. cellHoverComplete(TableCell cell)
void
PiecesItem. dispose(TableCell cell)
java.lang.String
DownloadNameItem. getObfuscatedText(TableCell cell)
java.lang.String
IpItem. getObfuscatedText(TableCell cell)
void
ASItem. refresh(TableCell cell)
void
ChokedItem. refresh(TableCell cell)
void
ChokingItem. refresh(TableCell cell)
void
ClientIdentificationItem. refresh(TableCell cell)
void
ClientItem. refresh(TableCell cell)
void
ColumnPeerNetwork. refresh(TableCell cell)
void
ConnectedTimeItem. refresh(TableCell cell)
void
DiscardedItem. refresh(TableCell cell)
void
DLedFromOthersItem. refresh(TableCell cell)
void
DownItem. refresh(TableCell cell)
void
DownloadNameItem. refresh(TableCell cell)
void
DownSpeedItem. refresh(TableCell cell)
void
DownSpeedLimitItem. refresh(TableCell cell)
void
EncryptionItem. refresh(TableCell cell)
void
GainItem. refresh(TableCell cell)
void
HandshakeReservedBytesItem. refresh(TableCell cell)
void
HostNameItem. refresh(TableCell cell)
void
IncomingRequestCountItem. refresh(TableCell cell)
void
IndexItem. refresh(TableCell cell)
void
InterestedItem. refresh(TableCell cell)
void
InterestingItem. refresh(TableCell cell)
void
IpItem. refresh(TableCell cell)
void
LANItem. refresh(TableCell cell)
void
LatencyItem. refresh(TableCell cell)
void
MessagingItem. refresh(TableCell cell)
void
OptimisticUnchokeItem. refresh(TableCell cell)
void
OutgoingRequestCountItem. refresh(TableCell cell)
void
PeerByteIDItem. refresh(TableCell cell)
void
PeerIDItem. refresh(TableCell cell)
void
PeerSourceItem. refresh(TableCell cell)
void
PercentHaveWeNeedItem. refresh(TableCell cell)
void
PercentItem. refresh(TableCell cell)
void
PieceItem. refresh(TableCell cell)
void
PiecesItem. refresh(TableCell cell)
void
PortItem. refresh(TableCell cell)
void
ProtocolItem. refresh(TableCell cell)
void
SnubbedItem. refresh(TableCell cell)
void
StateItem. refresh(TableCell cell)
void
StatUpItem. refresh(TableCell cell)
void
TimeToSendPieceItem. refresh(TableCell cell)
void
TimeUntilCompleteItem. refresh(TableCell cell)
void
TotalDownSpeedItem. refresh(TableCell cell)
void
TypeItem. refresh(TableCell cell)
void
UniquePieceItem. refresh(TableCell cell)
void
UpDownRatioItem. refresh(TableCell cell)
void
UpItem. refresh(TableCell cell)
void
UpRatioItem. refresh(TableCell cell)
void
UpSpeedItem. refresh(TableCell cell)
void
UpSpeedLimitItem. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.pieces
Methods in com.biglybt.ui.swt.views.tableitems.pieces with parameters of type TableCell Modifier and Type Method Description void
BlocksItem. cellAdded(TableCell cell)
void
BlocksItem. dispose(TableCell cell)
java.lang.String
DownloadNameItem. getObfuscatedText(TableCell cell)
void
AvailabilityItem. refresh(TableCell cell)
void
BlockCountItem. refresh(TableCell cell)
void
BlocksItem. refresh(TableCell cell)
void
CompletedItem. refresh(TableCell cell)
void
DownloadNameItem. refresh(TableCell cell)
void
FilesItem. refresh(TableCell cell)
void
PieceNumberItem. refresh(TableCell cell)
void
PriorityItem. refresh(TableCell cell)
void
RequestedItem. refresh(TableCell cell)
void
ReservedByItem. refresh(TableCell cell)
void
SizeItem. refresh(TableCell cell)
void
SpeedItem. refresh(TableCell cell)
void
TypeItem. refresh(TableCell cell)
void
WritersItem. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.tableitems.tracker
Methods in com.biglybt.ui.swt.views.tableitems.tracker with parameters of type TableCell Modifier and Type Method Description void
NameItem. cellHover(TableCell cell)
void
NameItem. cellHoverComplete(TableCell cell)
void
CompletedItem. refresh(TableCell cell)
void
IntervalItem. refresh(TableCell cell)
void
LastUpdateItem. refresh(TableCell cell, long timestamp)
void
LeechersItem. refresh(TableCell cell)
void
NameItem. refresh(TableCell cell)
void
PeersItem. refresh(TableCell cell)
void
ReportedDownItem. refresh(TableCell cell)
void
ReportedUpItem. refresh(TableCell cell)
void
SeedsItem. refresh(TableCell cell)
void
StatusItem. refresh(TableCell cell)
void
TypeItem. refresh(TableCell cell)
void
UpdateInItem. refresh(TableCell cell)
-
Uses of TableCell in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type TableCell Modifier and Type Method Description void
LocProvUtils.FlagListener. cellHover(TableCell cell)
void
LocProvUtils.FlagListener. cellHoverComplete(TableCell cell)
void
LocProvUtils.FlagListener. refresh(TableCell cell)
-