Uses of Interface
com.biglybt.ui.common.table.TableColumnCore
Packages that use TableColumnCore
Package
Description
-
Uses of TableColumnCore in com.biglybt.activities
Fields in com.biglybt.activities declared as TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableColumnCoreModifier and TypeMethodDescriptionTableColumnCoreCreationListener.createTableColumnCore
(Class<?> forDataSourceType, String tableID, String columnID) TableView.getAllColumns()
TableView.getSortColumns()
TableCellCore.getTableColumnCore()
TableView.getVisibleColumns()
Methods in com.biglybt.ui.common.table with parameters of type TableColumnCoreModifier and TypeMethodDescriptionvoid
TableView.addSortColumn
(TableColumnCore column) Add a column to the sorting.void
TableStructureEventDispatcher.cellInvalidate
(TableColumnCore tableColumn, 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) Method parameters in com.biglybt.ui.common.table with type arguments of type TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.common.table.impl
Classes in com.biglybt.ui.common.table.impl that implement TableColumnCoreModifier and TypeClassDescriptionclass
This class provides constructors for setting most of the common column attributes and sets the column as a 'core' column.class
Table Column definition and modification routines.Fields in com.biglybt.ui.common.table.impl declared as TableColumnCoreModifier and TypeFieldDescriptionprivate TableColumnCore[]
TableViewImpl.basicItems
Basic (pre-defined) Column Definitionsprivate final 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 final TableColumnCore[]
TableViewImpl.HistorySort.nextCols
private final TableColumnCore[]
TableViewImpl.HistorySort.prevCols
private TableColumnCore[]
TableViewImpl.tableColumns
All Column Definitions.Fields in com.biglybt.ui.common.table.impl with type parameters of type TableColumnCoreModifier and TypeFieldDescriptionprivate Map
<String, Map<String, TableColumnCore>> TableColumnManager.items
private final List
<TableColumnCore> TableViewImpl.sortColumns
Sorting functionsMethods in com.biglybt.ui.common.table.impl that return TableColumnCoreModifier and TypeMethodDescriptionTableViewImpl.getAllColumns()
TableColumnManager.getAllTableColumnCoreAsArray
(Class forDataSourceType, String tableID) TableColumnInfoImpl.getColumn()
TableViewImpl.getSortColumns()
TableColumnManager.getTableColumnCore
(String sTableID, String sColumnName) TableViewImpl.getVisibleColumns()
Methods in com.biglybt.ui.common.table.impl that return types with arguments of type TableColumnCoreModifier and TypeMethodDescriptionprivate Map
<String, TableColumnCore> TableColumnManager.getAllTableColumnCore
(Class forDataSourceType, String tableID) Will create columns for tableID if neededTableColumnManager.getTableColumnsAsMap
(Class forDataSourceType, String sTableID) Retrieves TableColumnCore objects of a particular type.Methods in com.biglybt.ui.common.table.impl with parameters of type TableColumnCoreModifier and TypeMethodDescriptionvoid
TableColumnManager.addColumns
(TableColumnCore[] itemsToAdd) Adds a column definition to the listvoid
TableViewImpl.addSortColumn
(TableColumnCore column) private void
TableViewImpl.HistorySort.apply
(TableColumnCore[] columns, boolean[] asc) 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) 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) private boolean
TableViewImpl.setSortColumns
(TableColumnCore[] newSortColumns, boolean allowOrderChange, Map<TableColumnCore, Boolean> originalAscMap, boolean doHistory) Method parameters in com.biglybt.ui.common.table.impl with type arguments of type TableColumnCoreModifier and TypeMethodDescriptionprivate boolean
TableViewImpl.setSortColumns
(TableColumnCore[] newSortColumns, boolean allowOrderChange, Map<TableColumnCore, Boolean> originalAscMap, boolean doHistory) Constructors in com.biglybt.ui.common.table.impl with parameters of type TableColumnCoreModifierConstructorDescription(package private)
HistorySort
(TableColumnCore[] pCols, boolean[] pAsc, TableColumnCore[] nCols, boolean[] nAsc) TableColumnInfoImpl
(TableColumnCore column) TableViewImpl
(Class<?> pluginDataSourceType, String _sTableID, String _sTextPrefixID, Object rows_sync, TableColumnCore[] _basicItems) -
Uses of TableColumnCore in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as TableColumnCoreMethods in com.biglybt.ui.swt with parameters of type TableColumnCoreModifier and TypeMethodDescriptionvoid
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
Classes in com.biglybt.ui.swt.columns that implement TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.swt.columns.searchsubs
Classes in com.biglybt.ui.swt.columns.searchsubs that implement TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.swt.columns.subscriptions
Classes in com.biglybt.ui.swt.columns.subscriptions that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of TableColumnCore in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
Torrent name cell for My Torrents.class
A non-interactive (no click no hover) thumbnail columnclass
-
Uses of TableColumnCore in com.biglybt.ui.swt.columns.utils
Methods in com.biglybt.ui.swt.columns.utils that return TableColumnCoreModifier and TypeMethodDescriptionstatic TableColumnCore[]
TableColumnCreatorV3.createActivityBig
(String tableID) static TableColumnCore[]
TableColumnCreatorV3.createActivitySmall
(String tableID) static TableColumnCore[]
TableColumnCreatorV3.createAllDM
(String tableID, boolean big) static TableColumnCore[]
TableColumnCreatorV3.createCompleteDM
(String tableID, boolean big) static TableColumnCore[]
TableColumnCreatorV3.createIncompleteDM
(String tableID, boolean big) static TableColumnCore[]
TableColumnCreatorV3.createUnopenedDM
(String tableID, boolean big) Method parameters in com.biglybt.ui.swt.columns.utils with type arguments of type TableColumnCoreModifier and TypeMethodDescriptionprivate static boolean
TableColumnCreatorV3.areNoneVisible
(Map<String, TableColumnCore> mapTCs) private static void
TableColumnCreatorV3.setVisibility
(Map<String, TableColumnCore> mapTCs, String[] defaultVisibleOrder, boolean reorder) private static void
TableColumnCreatorV3.upgradeColumns
(String[] oldOrder, String[] newOrder, Map<String, TableColumnCore> mapTCs) -
Uses of TableColumnCore in com.biglybt.ui.swt.columns.vuzeactivity
Classes in com.biglybt.ui.swt.columns.vuzeactivity that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of TableColumnCore in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TableColumnCoreModifier and TypeFieldDescriptionprivate static final TableColumnCore[]
ArchivedFilesView.basicItems
private static TableColumnCore[]
FilesView.basicItems
private static final TableColumnCore[]
MySharesView.basicItems
private static TableColumnCore[]
MyTrackerView.basicItems
private static final TableColumnCore[]
PeersViewBase.basicItems
private static final TableColumnCore[]
PiecesViewBase.basicItems
private static final TableColumnCore[]
TrackerAvailView.basicItems
private static final TableColumnCore[]
TrackerView.basicItems
Methods in com.biglybt.ui.swt.views that return TableColumnCoreModifier and TypeMethodDescription(package private) static TableColumnCore[]
PeersViewBase.getBasicColumnItems
(String table_id) (package private) static TableColumnCore[]
PiecesViewBase.getBasicColumnItems
(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 TableColumnCoreModifier and TypeMethodDescriptionprotected TableViewSWT
<DownloadManager> MyTorrentsView.createTableView
(Class<?> forDataSourceType, String tableID, TableColumnCore[] basicItems) Creates and return anTableViewSWT
Subclasses my override to return a different TableViewSWT if neededprotected MyTorrentsView
MyTorrentsSuperView.createTorrentView
(Core _core, 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 MyTorrentsViewMyTorrentsView.init
(Core _core, String tableID, Class<?> _forDataSourceType, TableColumnCore[] basicItems) Constructors in com.biglybt.ui.swt.views with parameters of type TableColumnCoreModifierConstructorDescriptionMyTorrentsView
(Core core, String tableID, boolean isSeedingView, TableColumnCore[] basicItems, BubbleTextBox filterBox, boolean supportsTabs) Initialize -
Uses of TableColumnCore in com.biglybt.ui.swt.views.columnsetup
Classes in com.biglybt.ui.swt.views.columnsetup that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
Fields in com.biglybt.ui.swt.views.columnsetup declared as TableColumnCoreModifier and TypeFieldDescriptionprivate final TableColumnCore
ColumnTC_Sample.Cell.column
private final TableColumnCore[]
TableColumnSetupWindow.columnsCurrentOrder
private final TableColumnCore[]
TableColumnSetupWindow.columnsOriginalOrder
Fields in com.biglybt.ui.swt.views.columnsetup with type parameters of type TableColumnCoreModifier and TypeFieldDescriptionprivate ArrayList
<TableColumnCore> TableColumnSetupWindow.listColumnsNoCat
private Map
<TableColumnCore, Boolean> TableColumnSetupWindow.mapNewVisibility
private TableViewSWT
<TableColumnCore> TableColumnSetupWindow.tvChosen
Methods in com.biglybt.ui.swt.views.columnsetup that return types with arguments of type TableColumnCoreModifier and TypeMethodDescriptionprivate TableViewSWT
<TableColumnCore> TableColumnSetupWindow.createTVChosen()
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableColumnCoreModifier and TypeMethodDescriptionvoid
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 TableColumnCoreModifierConstructorDescriptionCell
(TableCell parentCell, TableColumnCore column, org.eclipse.swt.widgets.Composite c, TableRowCore sampleRow) TableColumnSetupWindow
(Class<?> forDataSourceType, String _tableID, TableColumnCore selectedColumn, TableRow sampleRow, TableStructureModificationListener<?> _listener, boolean _rowDetailsOnly) -
Uses of TableColumnCore in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement TableColumnCoreModifier and TypeClassDescriptionprivate static class
private static class
private static class
Fields in com.biglybt.ui.swt.views.peer declared as TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin that return TableColumnCoreModifier and TypeMethodDescriptionSBC_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 TableColumnCoreModifierConstructorDescriptionMyTorrentsView_Big
(Core _core, int torrentFilterMode, Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter) MyTorrentsView_Small
(Core _core, int torrentFilterMode, Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter) -
Uses of TableColumnCore in com.biglybt.ui.swt.views.table
Classes in com.biglybt.ui.swt.views.table that implement TableColumnCoreMethods in com.biglybt.ui.swt.views.table that return TableColumnCoreMethods in com.biglybt.ui.swt.views.table with parameters of type TableColumnCoreModifier and TypeMethodDescriptionvoid
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 TableColumnCoreModifier and TypeFieldDescriptionprivate final TableColumnCore
TableColumnSWTBase.core
private final TableColumnCore
FakeTableCell.tableColumn
protected TableColumnCore
TableCellSWTBase.tableColumnCore
Methods in com.biglybt.ui.swt.views.table.impl that return TableColumnCoreModifier and TypeMethodDescriptionTableColumnSWTBase.getColumnCore()
FakeTableCell.getTableColumnCore()
TableCellSWTBase.getTableColumnCore()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableColumnCoreModifier and TypeMethodDescriptionstatic <V> TableViewSWT
<V> TableViewFactory.createTableViewSWT
(Class<?> pluginDataSourceType, String _sTableID, String _sTextPrefixID, TableColumnCore[] _basicItems, 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 -
Uses of TableColumnCore in com.biglybt.ui.swt.views.table.painted
Fields in com.biglybt.ui.swt.views.table.painted declared as TableColumnCoreModifier and TypeFieldDescription(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 TableColumnCoreModifier and TypeFieldDescriptionprivate Map
<TableColumnCore, TableColumnPainted> TableViewPainted.paintedColumns
Methods in com.biglybt.ui.swt.views.table.painted that return TableColumnCoreModifier and TypeMethodDescriptionTableHeaderPainted.getTableColumnByOffset
(int mouseX, org.eclipse.swt.graphics.Point outRelativePos) TableViewPainted.getTableColumnByOffset
(int mouseX) Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableColumnCoreModifier and TypeMethodDescriptionvoid
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) Method parameters in com.biglybt.ui.swt.views.table.painted with type arguments of type TableColumnCoreModifier and TypeMethodDescriptionboolean
TableRowPainted.sortSubRows
(List<TableColumnCore> cols) Constructors in com.biglybt.ui.swt.views.table.painted with parameters of type TableColumnCoreModifierConstructorDescriptionprotected
TableViewPainted
(Class<?> pluginDataSourceType, String _sTableID, String _sTextPrefixID, TableColumnCore[] _basicItems, 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 TableColumnCoreModifier and TypeMethodDescriptionstatic TableColumnCore[]
TableColumnCreator.createAllDM
(String tableID) static TableColumnCore[]
TableColumnCreator.createCompleteDM
(String tableID) static TableColumnCore[]
TableColumnCreator.createIncompleteDM
(String tableID) -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems
Classes in com.biglybt.ui.swt.views.tableitems that implement TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.archivedfiles
Classes in com.biglybt.ui.swt.views.tableitems.archivedfiles that implement TableColumnCore -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableColumnCoreModifier and TypeClassDescriptionclass
bytes doneclass
class
Availability/"Seeing Copies" Columnclass
class
class
class
class
class
class
class
class
class
class
class
class
File's First Piece #class
class
class
Torrent name cell for My Torrents.class
class
class
class
class
class
class
Torrent Completion Level Graphic Cell for My Torrents.class
class
class
class
class
class
class
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement TableColumnCoreModifier and TypeClassDescriptionclass
Display Category torrent belongs to.class
Availability/"Seeing Copies" Columnclass
Avg Avail/"Seeing Copies/peer" Columnclass
class
Display Category torrent belongs to.class
Display Category torrent belongs to.class
% Done column in My Torrentsclass
class
class
class
class
User-editable comment for a download.class
class
Torrent Completion Level Graphic Cell for My Torrents.class
class
class
class
class
class
class
class
class
class
class
% Done column in My Torrentsclass
bytes downloaded columnclass
class
Download Speed columnclass
class
class
class
class
class
class
class
Display Category torrent belongs to.class
class
class
class
Display Category torrent belongs to.class
class
class
Display Category torrent belongs to.class
class
Torrent name cell for My Torrents.class
class
Display Category torrent belongs to.class
class
class
class
# 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
Display Category torrent belongs to.class
class
Torrent Position column.class
class
class
class
class
class
class
bytes downloaded columnclass
bytes downloaded columnclass
class
class
Size of Torrent cellclass
class
class
class
class
class
class
class
class
class
class
Display Category torrent belongs to.class
class
class
class
class
class
class
class
Total Speed of all peers cell for My Torrentsclass
class
class
class
bytes uploaded columnclass
class
class
Upload Speed columnclass
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.mytracker
Classes in com.biglybt.ui.swt.views.tableitems.mytracker that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.peers
Classes in com.biglybt.ui.swt.views.tableitems.peers that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Downloaded from others WHILE connected to youclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.pieces
Classes in com.biglybt.ui.swt.views.tableitems.pieces that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Piece Sizeclass
class
class
-
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.tracker
Classes in com.biglybt.ui.swt.views.tableitems.tracker that implement TableColumnCoreModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class