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 TypeMethodDescriptionvoidTableView.addSortColumn(TableColumnCore column) Add a column to the sorting.voidTableStructureEventDispatcher.cellInvalidate(TableColumnCore tableColumn, Object data_source) voidTableStructureModificationListener.cellInvalidate(TableColumnCore tableColumn, T data_source) voidTableStructureEventDispatcher.columnInvalidate(TableColumnCore tableColumn) voidTableStructureModificationListener.columnInvalidate(TableColumnCore tableColumn) voidTableView.columnInvalidate(TableColumnCore tableColumn) voidTableStructureEventDispatcher.columnSizeChanged(TableColumnCore tableColumn, int diff) voidTableStructureModificationListener.columnSizeChanged(TableColumnCore tableColumn, int diff) booleanTableView.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 TypeClassDescriptionclassThis class provides constructors for setting most of the common column attributes and sets the column as a 'core' column.classTable Column definition and modification routines.Fields in com.biglybt.ui.common.table.impl declared as TableColumnCoreModifier and TypeFieldDescriptionprivate TableColumnCore[]TableViewImpl.basicItemsBasic (pre-defined) Column Definitionsprivate final TableColumnCoreTableColumnInfoImpl.columnprivate TableColumnCore[]TableViewImpl.columnsOrderedWe 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.nextColsprivate final TableColumnCore[]TableViewImpl.HistorySort.prevColsprivate TableColumnCore[]TableViewImpl.tableColumnsAll Column Definitions.Fields in com.biglybt.ui.common.table.impl with type parameters of type TableColumnCoreModifier and TypeFieldDescriptionprivate Map<String, Map<String, TableColumnCore>> TableColumnManager.itemsprivate final List<TableColumnCore> TableViewImpl.sortColumnsSorting 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 TypeMethodDescriptionvoidTableColumnManager.addColumns(TableColumnCore[] itemsToAdd) Adds a column definition to the listvoidTableViewImpl.addSortColumn(TableColumnCore column) private voidTableViewImpl.HistorySort.apply(TableColumnCore[] columns, boolean[] asc) voidTableViewImpl.cellInvalidate(TableColumnCore tableColumn, DATASOURCETYPE data_source) voidTableViewImpl.cellInvalidate(TableColumnCore tableColumn, DATASOURCETYPE data_source, boolean bMustRefresh) voidTableViewImpl.columnInvalidate(TableColumnCore tableColumn) voidTableViewImpl.columnInvalidate(TableColumnCore tableColumn, boolean bMustRefresh) TableColumnManager.getColumnInfo(TableColumnCore column) voidTableColumnManager.removeColumns(TableColumnCore[] itemsToRemove) Remove a column definition from the listvoidTableViewImpl.setColumnsOrdered(TableColumnCore[] columnsOrdered) booleanTableViewImpl.setSortColumns(TableColumnCore[] newSortColumns, boolean allowOrderChange) private booleanTableViewImpl.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 booleanTableViewImpl.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 TypeMethodDescriptionvoidTorrentMenuFancy.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of TableColumnCore in com.biglybt.ui.swt.columns.torrent
Classes in com.biglybt.ui.swt.columns.torrent that implement TableColumnCoreModifier and TypeClassDescriptionclassclassclassclassTorrent name cell for My Torrents.classA 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 booleanTableColumnCreatorV3.areNoneVisible(Map<String, TableColumnCore> mapTCs) private static voidTableColumnCreatorV3.setVisibility(Map<String, TableColumnCore> mapTCs, String[] defaultVisibleOrder, boolean reorder) private static voidTableColumnCreatorV3.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 TypeClassDescriptionclassclassclassclassclass -
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.basicItemsprivate static final TableColumnCore[]MySharesView.basicItemsprivate static TableColumnCore[]MyTrackerView.basicItemsprivate static final TableColumnCore[]PeersViewBase.basicItemsprivate static final TableColumnCore[]PiecesViewBase.basicItemsprivate static final TableColumnCore[]TrackerAvailView.basicItemsprivate static final TableColumnCore[]TrackerView.basicItemsMethods 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) private static TableColumnCore[]FilesView.getBasicItems(String tableID) 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 anTableViewSWTSubclasses my override to return a different TableViewSWT if neededprotected MyTorrentsViewMyTorrentsSuperView.createTorrentView(Core _core, String tableID, boolean isSeedingView, TableColumnCore[] columns, org.eclipse.swt.widgets.Composite c) Returns an instance ofMyTorrentsViewSubclasses 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 TypeClassDescriptionclassclassclassclassFields in com.biglybt.ui.swt.views.columnsetup declared as TableColumnCoreModifier and TypeFieldDescriptionprivate final TableColumnCoreColumnTC_Sample.Cell.columnprivate final TableColumnCore[]TableColumnSetupWindow.columnsCurrentOrderprivate final TableColumnCore[]TableColumnSetupWindow.columnsOriginalOrderFields in com.biglybt.ui.swt.views.columnsetup with type parameters of type TableColumnCoreModifier and TypeFieldDescriptionprivate ArrayList<TableColumnCore> TableColumnSetupWindow.listColumnsNoCatprivate Map<TableColumnCore, Boolean> TableColumnSetupWindow.mapNewVisibilityprivate TableViewSWT<TableColumnCore> TableColumnSetupWindow.tvChosenMethods 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 TypeMethodDescriptionvoidTableColumnSetupWindow.chooseColumn(TableColumnCore column) voidTableColumnSetupWindow.chooseColumn(TableColumnCore column, TableRowCore placeAboveRow, boolean ignoreExisting) booleanTableColumnSetupWindow.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 classprivate static classprivate static classFields 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 TypeMethodDescriptionvoidTableViewSWT.editCell(TableColumnCore column, int row) voidTableViewSWT.invokePaintListeners(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea) voidTableRowSWTPaintListener.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 TableColumnCoreTableColumnSWTBase.coreprivate final TableColumnCoreFakeTableCell.tableColumnprotected TableColumnCoreTableCellSWTBase.tableColumnCoreMethods 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) voidTableViewSWT_Common.fillColumnMenu(org.eclipse.swt.widgets.Menu menu, TableColumnCore column, boolean isBlankArea) SubMenu for column specific tasks.voidTableViewSWT_Common.fillMenu(org.eclipse.swt.widgets.Menu menu, TableColumnCore column) Fill the Context Menu with items.voidTableViewSWT_Common.invokePaintListeners(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea) private booleanTableViewSWT_Common.isInExpando(TableRowSWT row, TableCellCore cell, TableColumnCore tc, org.eclipse.swt.events.MouseEvent e) voidTableViewSWT_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) TableColumnCoreTableHeaderPainted.MouseListeners.columnSizingprivate TableColumnCoreTableHeaderPainted.draggingHeadernull if not draggingprivate TableColumnCoreTableHeaderPainted.droppingOnHeaderFields in com.biglybt.ui.swt.views.table.painted with type parameters of type TableColumnCoreModifier and TypeFieldDescriptionprivate Map<TableColumnCore, TableColumnPainted> TableViewPainted.paintedColumnsMethods 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 TypeMethodDescriptionvoidTableViewPainted.columnSizeChanged(TableColumnCore tableColumn, int diff) voidTableViewPainted.editCell(TableColumnCore column, int row) protected TableColumnPaintedTableViewPainted.getColumnPainted(TableColumnCore c) voidTableViewPainted.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 TypeMethodDescriptionbooleanTableRowPainted.sortSubRows(List<TableColumnCore> cols) Constructors in com.biglybt.ui.swt.views.table.painted with parameters of type TableColumnCoreModifierConstructorDescriptionprotectedTableViewPainted(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 TypeClassDescriptionclassbytes doneclassclassAvailability/"Seeing Copies" ColumnclassclassclassclassclassclassclassclassclassclassclassclassclassFile's First Piece #classclassclassTorrent name cell for My Torrents.classclassclassclassclassclassclassTorrent Completion Level Graphic Cell for My Torrents.classclassclassclassclassclassclassclass -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.mytorrents
Classes in com.biglybt.ui.swt.views.tableitems.mytorrents that implement TableColumnCoreModifier and TypeClassDescriptionclassDisplay Category torrent belongs to.classAvailability/"Seeing Copies" ColumnclassAvg Avail/"Seeing Copies/peer" ColumnclassclassDisplay Category torrent belongs to.classDisplay Category torrent belongs to.class% Done column in My TorrentsclassclassclassclassclassUser-editable comment for a download.classclassTorrent Completion Level Graphic Cell for My Torrents.classclassclassclassclassclassclassclassclassclassclass% Done column in My Torrentsclassbytes downloaded columnclassclassDownload Speed columnclassclassclassclassclassclassclassclassDisplay Category torrent belongs to.classclassclassclassDisplay Category torrent belongs to.classclassclassDisplay Category torrent belongs to.classclassTorrent name cell for My Torrents.classclassDisplay Category torrent belongs to.classclassclassclass# 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).classDisplay Category torrent belongs to.classclassTorrent Position column.classclassclassclassclassclassclassbytes downloaded columnclassbytes downloaded columnclassclassclassSize of Torrent cellclassclassclassclassclassclassclassclassclassclassclassDisplay Category torrent belongs to.classclassclassclassclassclassclassclassclassclassTotal Speed of all peers cell for My Torrentsclassclassclassclassbytes uploaded columnclassclassclassUpload 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.peers
Classes in com.biglybt.ui.swt.views.tableitems.peers that implement TableColumnCoreModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassDownloaded from others WHILE connected to youclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.pieces
Classes in com.biglybt.ui.swt.views.tableitems.pieces that implement TableColumnCoreModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassPiece Sizeclassclassclass -
Uses of TableColumnCore in com.biglybt.ui.swt.views.tableitems.tracker
Classes in com.biglybt.ui.swt.views.tableitems.tracker that implement TableColumnCoreModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass