Uses of Interface
com.biglybt.ui.common.table.TableColumnCore
-
-
Uses of TableColumnCore in com.biglybt.activities
Fields in com.biglybt.activities declared as TableColumnCore Modifier and Type Field Description TableColumnCore
ActivitiesEntry. tableColumn
-
Uses of TableColumnCore in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableColumnCore Modifier and Type Method Description TableColumnCore
TableColumnCoreCreationListener. createTableColumnCore(java.lang.Class<?> forDataSourceType, java.lang.String tableID, java.lang.String columnID)
TableColumnCore[]
TableView. getAllColumns()
TableColumnCore[]
TableView. getSortColumns()
TableColumnCore
TableCellCore. getTableColumnCore()
TableColumnCore[]
TableView. getVisibleColumns()
Methods in com.biglybt.ui.common.table with parameters of type TableColumnCore Modifier and Type Method Description void
TableView. addSortColumn(TableColumnCore column)
Add a column to the sorting.void
TableStructureEventDispatcher. cellInvalidate(TableColumnCore tableColumn, java.lang.Object data_source)
void
TableStructureModificationListener. cellInvalidate(TableColumnCore tableColumn, T data_source)
void
TableStructureEventDispatcher. columnInvalidate(TableColumnCore tableColumn)
void
TableStructureModificationListener. columnInvalidate(TableColumnCore tableColumn)
void
TableView. columnInvalidate(TableColumnCore tableColumn)
void
TableStructureEventDispatcher. columnSizeChanged(TableColumnCore tableColumn, int diff)
void
TableStructureModificationListener. columnSizeChanged(TableColumnCore tableColumn, int diff)
boolean
TableView. setSortColumns(TableColumnCore[] newSortColumns, boolean allowOrderChange)
boolean
TableRowCore. sortSubRows(TableColumnCore col)
-
Uses of TableColumnCore in com.biglybt.ui.common.table.impl
Classes in com.biglybt.ui.common.table.impl that implement TableColumnCore Modifier and Type Class Description class
CoreTableColumn
This class provides constructors for setting most of the common column attributes and sets the column as a 'core' column.class
TableColumnImpl
Table Column definition and modification routines.Fields in com.biglybt.ui.common.table.impl declared as TableColumnCore Modifier and Type Field Description private TableColumnCore[]
TableViewImpl. basicItems
Basic (pre-defined) Column Definitionsprivate TableColumnCore
TableColumnInfoImpl. column
private TableColumnCore[]
TableViewImpl. columnsOrdered
We need to remember the order of the columns at the time we added them in case the user drags the columns around.private TableColumnCore[]
TableViewImpl. tableColumns
All Column Definitions.Fields in com.biglybt.ui.common.table.impl with type parameters of type TableColumnCore Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<java.lang.String,TableColumnCore>>
TableColumnManager. items
private java.util.List<TableColumnCore>
TableViewImpl. sortColumns
Sorting functionsMethods in com.biglybt.ui.common.table.impl that return TableColumnCore Modifier and Type Method Description TableColumnCore[]
TableViewImpl. getAllColumns()
TableColumnCore[]
TableColumnManager. getAllTableColumnCoreAsArray(java.lang.Class forDataSourceType, java.lang.String tableID)
TableColumnCore
TableColumnInfoImpl. getColumn()
TableColumnCore[]
TableViewImpl. getSortColumns()
TableColumnCore
TableColumnManager. getTableColumnCore(java.lang.String sTableID, java.lang.String sColumnName)
TableColumnCore[]
TableViewImpl. getVisibleColumns()
Methods in com.biglybt.ui.common.table.impl that return types with arguments of type TableColumnCore Modifier and Type Method Description private java.util.Map<java.lang.String,TableColumnCore>
TableColumnManager. getAllTableColumnCore(java.lang.Class forDataSourceType, java.lang.String tableID)
Will create columns for tableID if neededjava.util.Map<java.lang.String,TableColumnCore>
TableColumnManager. getTableColumnsAsMap(java.lang.Class forDataSourceType, java.lang.String sTableID)
Retrieves TableColumnCore objects of a particular type.Methods in com.biglybt.ui.common.table.impl with parameters of type TableColumnCore Modifier and Type Method Description void
TableColumnManager. addColumns(TableColumnCore[] itemsToAdd)
Adds a column definition to the listvoid
TableViewImpl. addSortColumn(TableColumnCore column)
void
TableViewImpl. cellInvalidate(TableColumnCore tableColumn, DATASOURCETYPE data_source)
void
TableViewImpl. cellInvalidate(TableColumnCore tableColumn, DATASOURCETYPE data_source, boolean bMustRefresh)
void
TableViewImpl. columnInvalidate(TableColumnCore tableColumn)
void
TableViewImpl. columnInvalidate(TableColumnCore tableColumn, boolean bMustRefresh)
TableColumnInfo
TableColumnManager. getColumnInfo(TableColumnCore column)
void
TableColumnManager. removeColumns(TableColumnCore[] itemsToRemove)
Remove a column definition from the listvoid
TableViewImpl. setColumnsOrdered(TableColumnCore[] columnsOrdered)
boolean
TableViewImpl. setSortColumns(TableColumnCore[] newSortColumns, boolean allowOrderChange)
Constructors in com.biglybt.ui.common.table.impl with parameters of type TableColumnCore Constructor Description TableColumnInfoImpl(TableColumnCore column)
TableViewImpl(java.lang.Class<?> pluginDataSourceType, java.lang.String _sTableID, java.lang.String _sPropertiesPrefix, java.lang.Object rows_sync, TableColumnCore[] _basicItems)
-
Uses of TableColumnCore in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as TableColumnCore Modifier and Type Field Description private TableColumnCore
TorrentMenuFancy. column
Methods in com.biglybt.ui.swt with parameters of type TableColumnCore Modifier and Type Method Description void
TorrentMenuFancy. showMenu(org.eclipse.swt.graphics.Point locationOnDiplay, TableColumnCore acolumn, org.eclipse.swt.widgets.Menu fallbackMenu)
-
Uses of TableColumnCore in com.biglybt.ui.swt.columns.subscriptions
Classes in com.biglybt.ui.swt.columns.subscriptions that implement TableColumnCore Modifier and Type Class Description class
ColumnSubscriptionAutoDownload
class
ColumnSubscriptionCategory
class
ColumnSubscriptionEnabled
class
ColumnSubscriptionError
class
ColumnSubscriptionLastChecked
class
ColumnSubscriptionMaxResults
class
ColumnSubscriptionName
class
ColumnSubscriptionNbNewResults
class
ColumnSubscriptionNbResults
class
ColumnSubscriptionNew
class
ColumnSubscriptionNewestDate
class
ColumnSubscriptionParent
class
ColumnSubscriptionSubscribers
class
ColumnSubscriptionTag
-
Uses of TableColumnCore in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableColumnCore Modifier and Type Class Description class
ColumnControls
class
ColumnProgressETA
class
ColumnStream
class
ColumnThumbAndName
Torrent name cell for My Torrents.class
ColumnThumbnail
A non-interactive (no click no hover) thumbnail columnclass
ColumnUnopened
-
Uses of TableColumnCore in com.biglybt.ui.swt.columns.utils
Methods in com.biglybt.ui.swt.columns.utils that return TableColumnCore Modifier and Type Method Description static TableColumnCore[]
TableColumnCreatorV3. createActivityBig(java.lang.String tableID)
static TableColumnCore[]
TableColumnCreatorV3. createActivitySmall(java.lang.String tableID)
static TableColumnCore[]
TableColumnCreatorV3. createAllDM(java.lang.String tableID, boolean big)
static TableColumnCore[]
TableColumnCreatorV3. createCompleteDM(java.lang.String tableID, boolean big)
static TableColumnCore[]
TableColumnCreatorV3. createIncompleteDM(java.lang.String tableID, boolean big)
static TableColumnCore[]
TableColumnCreatorV3. createUnopenedDM(java.lang.String tableID, boolean big)
Method parameters in com.biglybt.ui.swt.columns.utils with type arguments of type TableColumnCore Modifier and Type Method Description private static boolean
TableColumnCreatorV3. areNoneVisible(java.util.Map<java.lang.String,TableColumnCore> mapTCs)
private static void
TableColumnCreatorV3. setVisibility(java.util.Map<java.lang.String,TableColumnCore> mapTCs, java.lang.String[] defaultVisibleOrder, boolean reorder)
private static void
TableColumnCreatorV3. upgradeColumns(java.lang.String[] oldOrder, java.lang.String[] newOrder, java.util.Map<java.lang.String,TableColumnCore> mapTCs)
-
Uses of TableColumnCore in com.biglybt.ui.swt.columns.vuzeactivity
Classes in com.biglybt.ui.swt.columns.vuzeactivity that implement TableColumnCore Modifier and Type Class Description class
ColumnActivityActions
class
ColumnActivityDate
class
ColumnActivityNew
class
ColumnActivityText
class
ColumnActivityType
-
Uses of TableColumnCore in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TableColumnCore Modifier and Type Field Description private static TableColumnCore[]
ArchivedFilesView. basicItems
private static TableColumnCore[]
FilesView. basicItems
private static TableColumnCore[]
MySharesView. basicItems
private static TableColumnCore[]
MyTrackerView. basicItems
private static TableColumnCore[]
PeersViewBase. basicItems
private static TableColumnCore[]
PiecesViewBase. basicItems
private static TableColumnCore[]
TrackerAvailView. basicItems
private static TableColumnCore[]
TrackerView. basicItems
Methods in com.biglybt.ui.swt.views that return TableColumnCore Modifier and Type Method Description (package private) static TableColumnCore[]
PeersViewBase. getBasicColumnItems(java.lang.String table_id)
(package private) static TableColumnCore[]
PiecesViewBase. getBasicColumnItems(java.lang.String table_id)
protected TableColumnCore[]
MyTorrentsSuperView. getCompleteColumns()
Returns the set of columns for the completed torrents view Subclasses my override to return a different set of columnsprotected TableColumnCore[]
MyTorrentsSuperView. getIncompleteColumns()
Returns the set of columns for the incomplete torrents view Subclasses my override to return a different set of columnsMethods in com.biglybt.ui.swt.views with parameters of type TableColumnCore Modifier and Type Method Description protected TableViewSWT<DownloadManager>
MyTorrentsView. createTableView(java.lang.Class<?> forDataSourceType, java.lang.String tableID, TableColumnCore[] basicItems)
Creates and return anTableViewSWT
Subclasses my override to return a different TableViewSWT if neededprotected MyTorrentsView
MyTorrentsSuperView. createTorrentView(Core _core, java.lang.String tableID, boolean isSeedingView, TableColumnCore[] columns, org.eclipse.swt.widgets.Composite c)
Returns an instance ofMyTorrentsView
Subclasses my override to return a different instance of MyTorrentsViewTableViewSWT<DownloadManager>
MyTorrentsView. init(Core _core, java.lang.String tableID, java.lang.Class<?> forDataSourceType, TableColumnCore[] basicItems)
Constructors in com.biglybt.ui.swt.views with parameters of type TableColumnCore Constructor Description MyTorrentsView(Core core, java.lang.String tableID, boolean isSeedingView, TableColumnCore[] basicItems, BubbleTextBox filterBox, org.eclipse.swt.widgets.Composite cCatsAndTags, boolean supportsTabs)
Initialize -
Uses of TableColumnCore in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement TableColumnCore Modifier and Type Class Description class
ColumnTC_ChosenColumn
class
ColumnTC_Info
class
ColumnTC_NameInfo
class
ColumnTC_Sample
Fields in com.biglybt.ui.swt.views.columnsetup declared as TableColumnCore Modifier and Type Field Description private TableColumnCore
ColumnTC_Sample.Cell. column
private TableColumnCore[]
TableColumnSetupWindow. columnsCurrentOrder
private TableColumnCore[]
TableColumnSetupWindow. columnsOriginalOrder
Fields in com.biglybt.ui.swt.views.columnsetup with type parameters of type TableColumnCore Modifier and Type Field Description private java.util.ArrayList<TableColumnCore>
TableColumnSetupWindow. listColumnsNoCat
private java.util.Map<TableColumnCore,java.lang.Boolean>
TableColumnSetupWindow. mapNewVisibility
private TableViewSWT<TableColumnCore>
TableColumnSetupWindow. tvChosen
Methods in com.biglybt.ui.swt.views.columnsetup that return types with arguments of type TableColumnCore Modifier and Type Method Description private TableViewSWT<TableColumnCore>
TableColumnSetupWindow. createTVChosen()
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableColumnCore Modifier and Type Method Description void
TableColumnSetupWindow. chooseColumn(TableColumnCore column)
void
TableColumnSetupWindow. chooseColumn(TableColumnCore column, TableRowCore placeAboveRow, boolean ignoreExisting)
boolean
TableColumnSetupWindow. isColumnAdded(TableColumnCore column)
Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableColumnCore Constructor Description Cell(TableCell parentCell, TableColumnCore column, org.eclipse.swt.widgets.Composite c, TableRowCore sampleRow)
TableColumnSetupWindow(java.lang.Class<?> forDataSourceType, java.lang.String _tableID, TableColumnCore selectedColumn, TableRow sampleRow, TableStructureModificationListener<?> _listener)
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement TableColumnCore Modifier and Type Class Description private static class
PeerFilesView.NameItem
private static class
PeerFilesView.PercentItem
private static class
PeerFilesView.PiecesItem
Fields in com.biglybt.ui.swt.views.peer declared as TableColumnCore Modifier and Type Field Description private static TableColumnCore[]
PeerFilesView. basicItems
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin that return TableColumnCore Modifier and Type Method Description TableColumnCore[]
SBC_LibraryTableView_Big. getColumns()
protected TableColumnCore[]
SBC_LibraryTableView. getColumns()
Returns the appropriate set of columns for the completed or incomplete torrents views Subclasses may override to return different sets of columnsprivate TableColumnCore[]
SBC_LibraryTableView. getColumnsSupport()
Constructors in com.biglybt.ui.swt.views.skin with parameters of type TableColumnCore Constructor Description MyTorrentsView_Big(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
MyTorrentsView_Small(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.table
Classes in com.biglybt.ui.swt.views.table that implement TableColumnCore Modifier and Type Class Description class
CoreTableColumnSWT
Methods in com.biglybt.ui.swt.views.table that return TableColumnCore Modifier and Type Method Description TableColumnCore
TableViewSWT. getTableColumnByOffset(int x)
Methods in com.biglybt.ui.swt.views.table with parameters of type TableColumnCore Modifier and Type Method Description void
TableViewSWT. editCell(TableColumnCore column, int row)
void
TableViewSWT. invokePaintListeners(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea)
void
TableRowSWTPaintListener. rowPaint(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea)
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as TableColumnCore Modifier and Type Field Description private TableColumnCore
TableColumnSWTBase. core
private TableColumnCore
FakeTableCell. tableColumn
protected TableColumnCore
TableCellSWTBase. tableColumnCore
Methods in com.biglybt.ui.swt.views.table.impl that return TableColumnCore Modifier and Type Method Description TableColumnCore
TableColumnSWTBase. getColumnCore()
TableColumnCore
FakeTableCell. getTableColumnCore()
TableColumnCore
TableCellSWTBase. getTableColumnCore()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableColumnCore Modifier and Type Method Description static <V> TableViewSWT<V>
TableViewFactory. createTableViewSWT(java.lang.Class<?> pluginDataSourceType, java.lang.String _sTableID, java.lang.String _sPropertiesPrefix, TableColumnCore[] _basicItems, java.lang.String _sDefaultSortOn, int _iTableStyle)
void
TableViewSWT_Common. fillColumnMenu(org.eclipse.swt.widgets.Menu menu, TableColumnCore column, boolean isBlankArea)
SubMenu for column specific tasks.void
TableViewSWT_Common. fillMenu(org.eclipse.swt.widgets.Menu menu, TableColumnCore column)
Fill the Context Menu with items.void
TableViewSWT_Common. invokePaintListeners(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea)
private boolean
TableViewSWT_Common. isInExpando(TableRowSWT row, TableCellCore cell, TableColumnCore tc, org.eclipse.swt.events.MouseEvent e)
void
TableViewSWT_Common. showColumnEditor(TableColumnCore column)
Constructors in com.biglybt.ui.swt.views.table.impl with parameters of type TableColumnCore Constructor Description FakeTableCell(TableColumnCore column, java.lang.Object ds)
TableColumnSWTBase(TableColumnCore _core)
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.table.painted
Fields in com.biglybt.ui.swt.views.table.painted declared as TableColumnCore Modifier and Type Field Description (package private) TableColumnCore
TableHeaderPainted.MouseListeners. columnSizing
private TableColumnCore
TableHeaderPainted. draggingHeader
null if not draggingprivate TableColumnCore
TableHeaderPainted. droppingOnHeader
Fields in com.biglybt.ui.swt.views.table.painted with type parameters of type TableColumnCore Modifier and Type Field Description private java.util.Map<TableColumnCore,TableColumnPainted>
TableViewPainted. paintedColumns
Methods in com.biglybt.ui.swt.views.table.painted that return TableColumnCore Modifier and Type Method Description TableColumnCore
TableHeaderPainted. getTableColumnByOffset(int mouseX, org.eclipse.swt.graphics.Point outRelativePos)
TableColumnCore
TableViewPainted. getTableColumnByOffset(int mouseX)
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableColumnCore Modifier and Type Method Description void
TableViewPainted. columnSizeChanged(TableColumnCore tableColumn, int diff)
void
TableViewPainted. editCell(TableColumnCore column, int row)
protected TableColumnPainted
TableViewPainted. getColumnPainted(TableColumnCore c)
void
TableViewPainted. invokePaintListeners(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea)
boolean
TableRowPainted. sortSubRows(TableColumnCore col)
Constructors in com.biglybt.ui.swt.views.table.painted with parameters of type TableColumnCore Constructor Description TableColumnPainted(TableColumnCore core)
TableViewPainted(java.lang.Class<?> pluginDataSourceType, java.lang.String _sTableID, java.lang.String _sPropertiesPrefix, TableColumnCore[] _basicItems, java.lang.String _sDefaultSortOn, int _iTableStyle)
Main Initializer -
Uses of TableColumnCore in com.biglybt.ui.swt.views.table.utils
Methods in com.biglybt.ui.swt.views.table.utils that return TableColumnCore Modifier and Type Method Description static TableColumnCore[]
TableColumnCreator. createAllDM(java.lang.String tableID)
static TableColumnCore[]
TableColumnCreator. createCompleteDM(java.lang.String tableID)
static TableColumnCore[]
TableColumnCreator. createIncompleteDM(java.lang.String tableID)
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems
Classes in com.biglybt.ui.swt.views.tableitems that implement TableColumnCore Modifier and Type Class Description class
ColumnDateSizer
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.archivedfiles
Classes in com.biglybt.ui.swt.views.tableitems.archivedfiles that implement TableColumnCore Modifier and Type Class Description class
NameItem
class
SizeItem
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableColumnCore Modifier and Type Class Description class
DoneItem
bytes doneclass
DownloadNameItem
class
FileAvailabilityItem
Availability/"Seeing Copies" Columnclass
FileCRC32Item
class
FileETAItem
class
FileExtensionItem
class
FileHashItemBase
class
FileIndexItem
class
FileMD5Item
class
FileModifiedItem
class
FileReadSpeedItem
class
FileSHA1Item
class
FileWriteSpeedItem
class
FirstPieceItem
File's First Piece #class
LastPieceItem
class
ModeItem
class
NameItem
Torrent name cell for My Torrents.class
PathItem
class
PathNameItem
class
PercentItem
class
PieceCountItem
class
PiecesDoneAndCountItem
class
PriorityItem
class
ProgressGraphItem
Torrent Completion Level Graphic Cell for My Torrents.class
RelocatedItem
class
RemainingPiecesItem
class
SizeBytesItem
class
SizeItem
class
StorageTypeItem
class
TorrentRelativePathItem
class
TorrentV2RootHashItem
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.myshares
Classes in com.biglybt.ui.swt.views.tableitems.myshares that implement TableColumnCore Modifier and Type Class Description class
CategoryItem
class
NameItem
class
PersistentItem
class
TagsItem
class
TypeItem
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement TableColumnCore Modifier and Type Class Description class
AlertsItem
Display Category torrent belongs to.class
AvailabilityItem
Availability/"Seeing Copies" Columnclass
AvgAvailItem
Avg Avail/"Seeing Copies/peer" Columnclass
BadAvailTimeItem
class
CategoryIconsItem
Display Category torrent belongs to.class
CategoryItem
Display Category torrent belongs to.class
ColumnDoneWithDND
% Done column in My Torrentsclass
ColumnFileCount
class
ColumnSizeWithDND
class
ColumnTorrentSpeed
class
CommentIconItem
class
CommentItem
User-editable comment for a download.class
CompletedItem
class
CompletionItem
Torrent Completion Level Graphic Cell for My Torrents.class
ConnectHealthItem
class
DateAddedItem
class
DateCompletedItem
class
DateFileCompletedItem
class
DateLastActiveItem
class
DescriptionItem
class
DiskLatencyItem
class
DoneItem
% Done column in My Torrentsclass
DownItem
bytes downloaded columnclass
DownloadHealthItem
class
DownSpeedItem
Download Speed columnclass
DownSpeedLimitItem
class
ETAItem
class
FileExtensionItem
class
FilesDoneItem
class
FilesLinkedItem
class
HealthItem
class
IPFilterItem
Display Category torrent belongs to.class
LeecherMaxCompletion
class
MaxSRItem
Display Category torrent belongs to.class
MaxUploadsItem
class
MergedDataItem
class
MinSRItem
Display Category torrent belongs to.class
MoveOnCompleteItem
class
NameItem
Torrent name cell for My Torrents.class
NetworksItem
Display Category torrent belongs to.class
OnlyCDing4Item
class
PeakDownItem
class
PeakUpItem
class
PeersItem
# of Peers A new object is created for each cell, so that we can listen to the scrapes and update individually (and only when needed).class
PeerSourcesItem
Display Category torrent belongs to.class
PiecesItem
class
RankItem
Torrent Position column.class
RemainingItem
class
SavePathItem
class
SecondsDownloadingItem
class
SecondsSeedingItem
class
SeedsItem
class
SeedToPeerRatioItem
class
SessionDownItem
bytes downloaded columnclass
SessionUpItem
bytes downloaded columnclass
ShareRatioItem
class
ShareRatioProgressItem
class
SizeItem
Size of Torrent cellclass
SmoothedDownItem
class
SmoothedETAItem
class
SmoothedUpItem
class
StatusItem
class
SuperSeedingItem
class
SwarmAverageCompletion
class
SwarmAverageSpeed
class
SwarmMaxCompletion
class
TagAddedToDateItem
class
TagColorsItem
Display Category torrent belongs to.class
TagIconsItem
Display Category torrent belongs to.class
TagsItem
Display Category torrent belongs to.class
TimeSinceDownloadItem
class
TimeSinceUploadItem
class
TorrentCreateDateItem
class
TorrentPathItem
class
TotalSpeedItem
Total Speed of all peers cell for My Torrentsclass
TrackerNameItem
class
TrackerNextAccessItem
class
TrackerStatusItem
class
UpItem
bytes uploaded columnclass
UploadHealthItem
class
UpSpeedItem
Upload Speed columnclass
UpSpeedLimitItem
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.mytracker
Classes in com.biglybt.ui.swt.views.tableitems.mytracker that implement TableColumnCore Modifier and Type Class Description class
AnnounceCountItem
class
AverageBytesInItem
class
AverageBytesOutItem
class
BadNATCountItem
class
CategoryItem
class
CompletedCountItem
class
DateAddedItem
class
DownloadedItem
class
LeftItem
class
NameItem
class
PassiveItem
class
PeerCountItem
class
PersistentItem
class
ScrapeCountItem
class
SeedCountItem
class
StatusItem
class
TotalBytesInItem
class
TotalBytesOutItem
class
TrackerItem
class
UploadedItem
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.peers
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.pieces
Classes in com.biglybt.ui.swt.views.tableitems.pieces that implement TableColumnCore Modifier and Type Class Description class
AvailabilityItem
class
BlockCountItem
class
BlocksItem
class
CompletedItem
class
DownloadNameItem
class
FilesItem
class
PieceNumberItem
class
PriorityItem
class
RequestedItem
class
ReservedByItem
class
SizeItem
Piece Sizeclass
SpeedItem
class
TypeItem
class
WritersItem
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.tracker
Classes in com.biglybt.ui.swt.views.tableitems.tracker that implement TableColumnCore Modifier and Type Class Description class
CompletedItem
class
IntervalItem
class
LastUpdateItem
class
LeechersItem
class
NameItem
class
PeersItem
class
ReportedDownItem
class
ReportedUpItem
class
SeedsItem
class
StatusItem
class
TypeItem
class
UpdateInItem
-