Uses of Interface
com.biglybt.ui.common.table.TableRowCore
Packages that use TableRowCore
Package
Description
-
Uses of TableRowCore in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
SBC_ChatOverview.defaultSelected
(TableRowCore[] rows, int stateMask) void
SBC_ChatOverview.deselected
(TableRowCore[] rows) void
SBC_ChatOverview.focusChanged
(TableRowCore focus) void
SBC_ChatOverview.mouseEnter
(TableRowCore row) void
SBC_ChatOverview.mouseExit
(TableRowCore row) void
SBC_ChatOverview.selected
(TableRowCore[] row) -
Uses of TableRowCore in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableRowCoreModifier and TypeMethodDescriptionTableView.getFocusedRow()
TableRowCore.getParentRowCore()
TableView.getRow
(int position) TableView.getRow
(int x, int y) TableView.getRow
(DATASOURCETYPE dataSource) Get the row associated with a datasourceTableView.getRows()
Get all the rows for this table, in the order they are displayedTableView.getRowsAndSubRows
(boolean includeHidden) TableView.getSelectedRows()
Returns an array of all selected TableRowSWT.TableRowCore.getSubRow
(int i) TableRowCore.getSubRowsRecursive
(boolean includeHidden) TableRowCore.getSubRowsWithNull()
TableCellCore.getTableRowCore()
Retrieve the row that this cell belongs toTableView.getTableRowWithCursor()
Retrieves the row that has the cursor over itTableView.getVisibleRows()
TableRowCore.linkSubItem
(int indexOf) Methods in com.biglybt.ui.common.table with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
TableSelectionAdapter.defaultSelected
(TableRowCore[] rows, int stateMask) default void
TableSelectionListener.defaultSelected
(TableRowCore[] rows, int stateMask) default void
TableSelectionListener.defaultSelected
(TableRowCore[] rows, int stateMask, int orgin) void
TableSelectionAdapter.deselected
(TableRowCore[] rows) void
TableSelectionListener.deselected
(TableRowCore[] rows) void
TableSelectionAdapter.focusChanged
(TableRowCore focus) void
TableSelectionListener.focusChanged
(TableRowCore focus) int
TableView.indexOf
(TableRowCore row) boolean
TableView.isRowVisible
(TableRowCore row) void
TableSelectionAdapter.mouseEnter
(TableRowCore row) void
TableSelectionListener.mouseEnter
(TableRowCore row) void
TableSelectionAdapter.mouseExit
(TableRowCore row) void
TableSelectionListener.mouseExit
(TableRowCore row) void
TableCountChangeAdapter.rowAdded
(TableRowCore row) void
TableCountChangeListener.rowAdded
(TableRowCore row) void
TableExpansionChangeListener.rowCollapsed
(TableRowCore row) void
TableExpansionChangeListener.rowExpanded
(TableRowCore row) void
TableCountChangeAdapter.rowRemoved
(TableRowCore row) void
TableCountChangeListener.rowRemoved
(TableRowCore row) void
TableGroupRowRunner.run
(TableRowCore row) Code to runboolean
TableGroupRowRunner.run
(TableRowCore[] rows) Code to run against multiple rows.void
TableGroupRowVisibilityRunner.run
(TableRowCore row, boolean bVisible) Code to runvoid
TableSelectionAdapter.selected
(TableRowCore[] rows) void
TableSelectionListener.selected
(TableRowCore[] row) default void
TableSelectionListener.selectionChanged
(TableRowCore[] selected_rows, TableRowCore[] deselected_rows) Use this instead of selected/deselected if it makes more sensevoid
TableView.setSelectedRows
(TableRowCore[] rows) void
TableView.showRow
(TableRowCore row) -
Uses of TableRowCore in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as TableRowCoreModifier and TypeFieldDescriptionprivate final TableRowCore[]
TableViewImpl.HistorySelection.nextSel
private final TableRowCore[]
TableViewImpl.HistorySelection.prevSel
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableRowCoreModifier and TypeFieldDescriptionprivate IdentityHashMap<DATASOURCETYPE,
TableRowCore> TableViewImpl.mapDataSourceToRow
Link DataSource to their row in the table.private List<TableRowCore>
TableViewImpl.selectedRows
Up to date list of selected rows, so we can access rows without being on SWT Thread.private List<TableRowCore>
TableViewImpl.sortedRows
Filtered rows in the tableMethods in com.biglybt.ui.common.table.impl that return TableRowCoreModifier and TypeMethodDescriptionabstract TableRowCore
TableViewImpl.createNewRow
(Object object) TableViewImpl.getFocusedRow()
TableViewImpl.getRow
(int iPos) TableViewImpl.getRow
(DATASOURCETYPE dataSource) TableViewImpl.getRowQuick
(int iPos) TableViewImpl.getRows()
TableViewImpl.getRowsAndSubRows
(boolean includeHidden) TableViewImpl.getSelectedRows()
Methods in com.biglybt.ui.common.table.impl that return types with arguments of type TableRowCoreModifier and TypeMethodDescriptionTableViewImpl.getSelectedRowsList()
Returns an list of all selected TableRowSWT objects.Methods in com.biglybt.ui.common.table.impl with parameters of type TableRowCoreModifier and TypeMethodDescriptionprivate void
TableViewImpl.HistorySelection.apply
(TableRowCore[] sel) int
TableColumnImpl.compare
(TableRowCore arg0, TableRowCore arg1) private void
TableViewImpl.getRowAndSubRowCount
(TableRowCore[] rows, int[] result, boolean isHidden) private void
TableViewImpl.getRowsAndSubRows
(List<TableRowCore> result, TableRowCore[] rows, boolean includeHidden) int
TableViewImpl.indexOf
(TableRowCore row) void
TableViewImpl.invokeExpansionChangeListeners
(TableRowCore row, boolean expanded) void
TableViewImpl.invokeRefreshListeners
(TableRowCore row) protected boolean
TableViewImpl.isLastRow
(TableRowCore row) private int
TableViewImpl.numberAllVisibleRows
(TableRowCore[] rows, int pos) void
TableViewImpl.setRowSelected
(TableRowCore row, boolean selected, boolean trigger) void
TableViewImpl.setSelectedRows
(TableRowCore[] rows) void
TableViewImpl.setSelectedRows
(TableRowCore[] newSelectionArray, boolean trigger) private void
TableViewImpl.setSelectedRows
(TableRowCore[] newSelectionArray, boolean trigger, boolean updateHistory) void
TableViewImpl.triggerDefaultSelectedListeners
(TableRowCore[] selectedRows, int keyMask, int origin) protected void
TableViewImpl.triggerDeselectionListeners
(TableRowCore[] rows) protected void
TableViewImpl.triggerFocusChangedListeners
(TableRowCore row) void
TableViewImpl.triggerListenerRowAdded
(TableRowCore[] rows) protected void
TableViewImpl.triggerListenerRowRemoved
(TableRowCore row) protected void
TableViewImpl.triggerMouseEnterExitRow
(TableRowCore row, boolean enter) void
TableViewImpl.triggerSelectionChangeListeners
(TableRowCore[] selected_rows, TableRowCore[] deselected_rows) protected void
TableViewImpl.triggerSelectionListeners
(TableRowCore[] rows) abstract void
TableViewImpl.uiRemoveRows
(TableRowCore[] rows, Integer[] rowIndexes) abstract void
TableViewImpl.uiSelectionChanged
(TableRowCore[] newlySelectedRows, TableRowCore[] deselectedRows) Method parameters in com.biglybt.ui.common.table.impl with type arguments of type TableRowCoreModifier and TypeMethodDescriptionprivate void
TableViewImpl.getRowsAndSubRows
(List<TableRowCore> result, TableRowCore[] rows, boolean includeHidden) Constructors in com.biglybt.ui.common.table.impl with parameters of type TableRowCoreModifierConstructorDescription(package private)
HistorySelection
(TableRowCore[] _prev, TableRowCore[] _next) -
Uses of TableRowCore in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type TableRowCoreModifier and TypeMethodDescription(package private) void
ColumnTorrentFileProgress.fillInfoProgressETA
(TableRowCore row, org.eclipse.swt.graphics.GC gc, DiskManagerFileInfo fileInfo, org.eclipse.swt.graphics.Rectangle cellArea) -
Uses of TableRowCore in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as TableRowCore -
Uses of TableRowCore in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TableRowCoreFields in com.biglybt.ui.swt.views with type parameters of type TableRowCoreModifier and TypeFieldDescriptionprivate final Set<TableRowCore>
MyTorrentsView.listRowsToRefresh
Methods in com.biglybt.ui.swt.views that return TableRowCoreModifier and TypeMethodDescriptionprivate TableRowCore
FilesView.getRowForFile
(DiskManagerFileInfo file) Methods in com.biglybt.ui.swt.views with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
FilesView.defaultSelected
(TableRowCore[] rows, int stateMask, int origin) private void
MySharesView.defaultSelected
(TableRowCore[] rows) void
MySharesView.defaultSelected
(TableRowCore[] rows, int stateMask) void
MyTorrentsView.defaultSelected
(TableRowCore[] rows, int keyMask, int origin) void
MyTrackerView.defaultSelected
(TableRowCore[] rows, int stateMask) void
PeersViewBase.defaultSelected
(TableRowCore[] rows, int stateMask) void
PiecesViewBase.defaultSelected
(TableRowCore[] rows, int keyMask, int origin) void
TrackerView.defaultSelected
(TableRowCore[] rows, int stateMask) void
FilesView.deselected
(TableRowCore[] rows) void
MySharesView.deselected
(TableRowCore[] rows) void
MyTorrentsView.deselected
(TableRowCore[] rows) void
MyTrackerView.deselected
(TableRowCore[] rows) void
PeersViewBase.deselected
(TableRowCore[] rows) void
PiecesViewBase.deselected
(TableRowCore[] rows) void
TrackerView.deselected
(TableRowCore[] rows) void
FilesView.focusChanged
(TableRowCore focus) void
MySharesView.focusChanged
(TableRowCore focus) void
MyTorrentsView.focusChanged
(TableRowCore focus) void
MyTrackerView.focusChanged
(TableRowCore focus) void
PeersViewBase.focusChanged
(TableRowCore focus) void
PiecesViewBase.focusChanged
(TableRowCore focus) void
TrackerView.focusChanged
(TableRowCore focus) private long
MyTorrentsView.getRowLocation
(TableRowCore row) void
FilesView.mouseEnter
(TableRowCore row) void
MySharesView.mouseEnter
(TableRowCore row) void
MyTorrentsView.mouseEnter
(TableRowCore row) void
MyTrackerView.mouseEnter
(TableRowCore row) void
PeersViewBase.mouseEnter
(TableRowCore row) void
PiecesViewBase.mouseEnter
(TableRowCore row) void
TrackerView.mouseEnter
(TableRowCore row) void
FilesView.mouseExit
(TableRowCore row) void
MySharesView.mouseExit
(TableRowCore row) void
MyTorrentsView.mouseExit
(TableRowCore row) void
MyTrackerView.mouseExit
(TableRowCore row) void
PeersViewBase.mouseExit
(TableRowCore row) void
PiecesViewBase.mouseExit
(TableRowCore row) void
TrackerView.mouseExit
(TableRowCore row) private void
MyTorrentsView.moveRowsTo
(TableRowCore[] rows, int iNewPos) void
MyTorrentsView.rowAdded
(TableRowCore row) void
FilesView.rowCollapsed
(TableRowCore row) void
MyTorrentsView.rowCollapsed
(TableRowCore row) void
FilesView.rowExpanded
(TableRowCore row) void
MyTorrentsView.rowExpanded
(TableRowCore row) void
MyTorrentsView.rowRemoved
(TableRowCore row) void
FilesView.selected
(TableRowCore[] rows) void
MySharesView.selected
(TableRowCore[] row) void
MyTorrentsView.selected
(TableRowCore[] rows) void
MyTrackerView.selected
(TableRowCore[] rows) void
PeersViewBase.selected
(TableRowCore[] rows) void
PiecesViewBase.selected
(TableRowCore[] rows) void
TrackerView.selected
(TableRowCore[] rows) void
FilesView.selectionChanged
(TableRowCore[] selected_rows, TableRowCore[] deselected_rows) void
MyTorrentsView.selectionChanged
(TableRowCore[] selected_rows, TableRowCore[] deselected_rows) private void
FilesView.updateTreeExpansionState
(TableRowCore row, boolean expanded) Method parameters in com.biglybt.ui.swt.views with type arguments of type TableRowCoreModifier and TypeMethodDescriptionprivate boolean
FilesView.doTreeAction
(Map<FilesView.FilesViewNodeInner, TableRowCore> node_to_row_map, FilesView.FilesViewNodeInner node, int action, boolean recursive, boolean test_only) -
Uses of TableRowCore in com.biglybt.ui.swt.views.columnsetup
Methods in com.biglybt.ui.swt.views.columnsetup with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
TableColumnSetupWindow.chooseColumn
(TableColumnCore column, TableRowCore placeAboveRow, boolean ignoreExisting) int
ColumnTC_Sample.compare
(TableRowCore arg0, TableRowCore arg1) Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableRowCoreModifierConstructorDescriptionCell
(TableCell parentCell, TableColumnCore column, org.eclipse.swt.widgets.Composite c, TableRowCore sampleRow) -
Uses of TableRowCore in com.biglybt.ui.swt.views.skin
Methods in com.biglybt.ui.swt.views.skin with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
MyTorrentsView_Big.defaultSelected
(TableRowCore[] rows, int stateMask, int origin) void
SBC_AllTrackersView.defaultSelected
(TableRowCore[] rows, int stateMask) void
SBC_ArchivedDownloadsView.defaultSelected
(TableRowCore[] rows, int stateMask) void
SBC_DownloadHistoryView.defaultSelected
(TableRowCore[] rows, int stateMask) void
SBC_TagDiscovery.defaultSelected
(TableRowCore[] rows, int stateMask) void
SBC_TagsOverview.defaultSelected
(TableRowCore[] rows, int stateMask) void
SBC_AllTrackersView.deselected
(TableRowCore[] rows) void
SBC_ArchivedDownloadsView.deselected
(TableRowCore[] rows) void
SBC_DownloadHistoryView.deselected
(TableRowCore[] rows) void
SBC_TagDiscovery.deselected
(TableRowCore[] rows) void
SBC_TagsOverview.deselected
(TableRowCore[] rows) static void
SBC_LibraryTableView.doDefaultClick
(TableRowCore[] rows, int stateMask, boolean neverPlay, int origin) void
SBC_AllTrackersView.focusChanged
(TableRowCore focus) void
SBC_ArchivedDownloadsView.focusChanged
(TableRowCore focus) void
SBC_DownloadHistoryView.focusChanged
(TableRowCore focus) void
SBC_TagDiscovery.focusChanged
(TableRowCore focus) void
SBC_TagsOverview.focusChanged
(TableRowCore focus) void
SBC_AllTrackersView.mouseEnter
(TableRowCore row) void
SBC_ArchivedDownloadsView.mouseEnter
(TableRowCore row) void
SBC_DownloadHistoryView.mouseEnter
(TableRowCore row) void
SBC_TagDiscovery.mouseEnter
(TableRowCore row) void
SBC_TagsOverview.mouseEnter
(TableRowCore row) void
SBC_AllTrackersView.mouseExit
(TableRowCore row) void
SBC_ArchivedDownloadsView.mouseExit
(TableRowCore row) void
SBC_DownloadHistoryView.mouseExit
(TableRowCore row) void
SBC_TagDiscovery.mouseExit
(TableRowCore row) void
SBC_TagsOverview.mouseExit
(TableRowCore row) void
SBC_AllTrackersView.selected
(TableRowCore[] row) void
SBC_ArchivedDownloadsView.selected
(TableRowCore[] row) void
SBC_DownloadHistoryView.selected
(TableRowCore[] row) void
SBC_TagDiscovery.selected
(TableRowCore[] row) void
SBC_TagsOverview.selected
(TableRowCore[] row) -
Uses of TableRowCore in com.biglybt.ui.swt.views.table
Subinterfaces of TableRowCore in com.biglybt.ui.swt.views.tableMethods in com.biglybt.ui.swt.views.table that return TableRowCoreModifier and TypeMethodDescriptionTableViewSWT.getRow
(org.eclipse.swt.dnd.DropTargetEvent event) TableViewSWT.getRowQuick
(int index) Methods in com.biglybt.ui.swt.views.table with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
TableViewSWT.invokeExpansionChangeListeners
(TableRowCore row, boolean expanded) void
TableViewSWT.invokePaintListeners
(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea) void
TableViewSWT.invokeRefreshListeners
(TableRowCore row) void
TableRowSWTPaintListener.rowPaint
(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea) void
TableViewSWT.setRowSelected
(TableRowCore row, boolean selected, boolean trigger) void
TableViewSWT.showRow
(TableRowCore rowToShow) void
TableViewSWT.triggerDefaultSelectedListeners
(TableRowCore[] selectedRows, int stateMask, int origin) -
Uses of TableRowCore in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableRowCoreFields in com.biglybt.ui.swt.views.table.impl declared as TableRowCoreModifier and TypeFieldDescription(package private) TableRowCore
TableViewSWT_Common.lastClickRow
private final TableRowCore
TableRowSWTBase.parentRow
Methods in com.biglybt.ui.swt.views.table.impl that return TableRowCoreModifier and TypeMethodDescriptionTableRowSWTBase.getParentRowCore()
FakeTableCell.getTableRowCore()
TableCellSWTBase.getTableRowCore()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowCoreModifier and TypeMethodDescriptionvoid
TableViewSWT_Common.invokePaintListeners
(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea) void
TableViewSWT_Common.mouseUp
(TableRowCore row, TableCellCore cell, int button, int stateMask) Constructors in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowCoreModifierConstructorDescriptionTableRowSWTBase
(Object lock, TableRowCore parentRow, TableViewSWT tv, Object dataSource) -
Uses of TableRowCore in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableRowCoreMethods in com.biglybt.ui.swt.views.table.painted that return TableRowCoreModifier and TypeMethodDescriptionTableViewPainted.createNewRow
(Object object) TableViewPainted.getFocusedRow()
protected TableRowCore
TableViewPainted.getNextRow
(TableRowCore relativeToRow) protected TableRowCore
TableViewPainted.getPreviousRow
(TableRowCore relativeToRow) TableViewPainted.getRow
(int x, int y) TableViewPainted.getRow
(org.eclipse.swt.dnd.DropTargetEvent event) TableRowPainted.getSubRow
(int pos) TableRowPainted.getSubRowsRecursive
(boolean includeHidden) TableRowPainted.getSubRowsWithNull()
TableViewPainted.getTableRowWithCursor()
TableViewPainted.getVisibleRows()
TableRowPainted.linkSubItem
(int indexOf) Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowCoreModifier and TypeMethodDescriptionprotected TableRowCore
TableViewPainted.getNextRow
(TableRowCore relativeToRow) protected TableRowCore
TableViewPainted.getPreviousRow
(TableRowCore relativeToRow) private void
TableRowPainted.getSubRowsRecursive
(List<TableRowCore> result, TableRowCore[] rows, boolean includeHidden) void
TableViewPainted.invokePaintListeners
(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea) boolean
TableViewPainted.isRowVisible
(TableRowCore row) private String
TableViewPainted.prettyIndex
(TableRowCore row) private void
TableViewPainted.recalculateVisibleRows
(TableRowCore[] rows, int yStart, List<TableRowSWT> newVisibleRows, List<TableRowSWT> rowsStayedVisibleButMoved) void
TableViewPainted.rowHeightChanged
(TableRowCore row, int oldHeight, int newHeight) protected void
TableViewPainted.selectRowsTo
(TableRowCore clickedRow) void
TableViewPainted.setFocusedRow
(TableRowCore row) void
TableViewPainted.setRowSelected
(TableRowCore row, boolean selected, boolean trigger) void
TableViewPainted.setSelectedRows
(TableRowCore[] newSelectionArray, boolean trigger) void
TableViewPainted.showRow
(TableRowCore rowToShow) private void
TableViewPainted.sortRowsByVisibilityIndex
(TableRowCore[] selectedRows) void
TableViewPainted.uiRemoveRows
(TableRowCore[] rows, Integer[] rowIndexes) void
TableViewPainted.uiSelectionChanged
(TableRowCore[] newlySelectedRows, TableRowCore[] deselectedRows) Method parameters in com.biglybt.ui.swt.views.table.painted with type arguments of type TableRowCoreModifier and TypeMethodDescriptionprivate void
TableRowPainted.getSubRowsRecursive
(List<TableRowCore> result, TableRowCore[] rows, boolean includeHidden) Constructors in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowCoreModifierConstructorDescriptionTableRowPainted
(TableRowCore parentRow, TableViewPainted tv, Object dataSource) FAKE row constructorTableRowPainted
(TableRowCore parentRow, TableViewPainted tv, Object dataSource, boolean triggerHeightChange)