Uses of Interface
com.biglybt.ui.common.table.TableRowCore
-
-
Uses of TableRowCore in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type TableRowCore Modifier and Type Method Description void
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 TableRowCore Modifier and Type Method Description TableRowCore
TableView. getFocusedRow()
TableRowCore
TableRowCore. getParentRowCore()
TableRowCore
TableView. getRow(int position)
TableRowCore
TableView. getRow(int x, int y)
TableRowCore
TableView. getRow(DATASOURCETYPE dataSource)
Get the row associated with a datasourceTableRowCore[]
TableView. getRows()
Get all the rows for this table, in the order they are displayedTableRowCore[]
TableView. getRowsAndSubRows(boolean includeHidden)
TableRowCore[]
TableView. getSelectedRows()
Returns an array of all selected TableRowSWT.TableRowCore
TableRowCore. getSubRow(int i)
TableRowCore[]
TableRowCore. getSubRowsRecursive(boolean includeHidden)
TableRowCore[]
TableRowCore. getSubRowsWithNull()
TableRowCore
TableCellCore. getTableRowCore()
Retrieve the row that this cell belongs toTableRowCore
TableView. getTableRowWithCursor()
Retrieves the row that has the cursor over itTableRowCore[]
TableView. getVisibleRows()
TableRowCore
TableRowCore. linkSubItem(int indexOf)
Methods in com.biglybt.ui.common.table with parameters of type TableRowCore Modifier and Type Method Description void
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)
-
Uses of TableRowCore in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl with type parameters of type TableRowCore Modifier and Type Field Description private java.util.IdentityHashMap<DATASOURCETYPE,TableRowCore>
TableViewImpl. mapDataSourceToRow
Link DataSource to their row in the table.private java.util.List<TableRowCore>
TableViewImpl. selectedRows
Up to date list of selected rows, so we can access rows without being on SWT Thread.private java.util.List<TableRowCore>
TableViewImpl. sortedRows
Filtered rows in the tableMethods in com.biglybt.ui.common.table.impl that return TableRowCore Modifier and Type Method Description abstract TableRowCore
TableViewImpl. createNewRow(java.lang.Object object)
TableRowCore
TableViewImpl. getFocusedRow()
TableRowCore
TableViewImpl. getRow(int iPos)
TableRowCore
TableViewImpl. getRow(DATASOURCETYPE dataSource)
TableRowCore
TableViewImpl. getRowQuick(int iPos)
TableRowCore[]
TableViewImpl. getRows()
TableRowCore[]
TableViewImpl. getRowsAndSubRows(boolean includeHidden)
TableRowCore[]
TableViewImpl. getSelectedRows()
Methods in com.biglybt.ui.common.table.impl that return types with arguments of type TableRowCore Modifier and Type Method Description java.util.List<TableRowCore>
TableViewImpl. getSelectedRowsList()
Returns an list of all selected TableRowSWT objects.Methods in com.biglybt.ui.common.table.impl with parameters of type TableRowCore Modifier and Type Method Description int
TableColumnImpl. compare(TableRowCore arg0, TableRowCore arg1)
private void
TableViewImpl. getRowAndSubRowCount(TableRowCore[] rows, int[] result, boolean isHidden)
private void
TableViewImpl. getRowsAndSubRows(java.util.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)
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, java.lang.Integer[] rowIndexes)
abstract void
TableViewImpl. uiSelectionChanged(TableRowCore[] newlySelectedRows, TableRowCore[] deselectedRows)
Method parameters in com.biglybt.ui.common.table.impl with type arguments of type TableRowCore Modifier and Type Method Description private void
TableViewImpl. getRowsAndSubRows(java.util.List<TableRowCore> result, TableRowCore[] rows, boolean includeHidden)
-
Uses of TableRowCore in com.biglybt.ui.swt.columns.torrent
Methods in com.biglybt.ui.swt.columns.torrent with parameters of type TableRowCore Modifier and Type Method Description (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 Modifier and Type Field Description private TableRowCore[]
SBC_DevicesView. drag_drop_rows
-
Uses of TableRowCore in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as TableRowCore Modifier and Type Field Description private TableRowCore[]
MyTorrentsView. drag_drop_rows
Fields in com.biglybt.ui.swt.views with type parameters of type TableRowCore Modifier and Type Field Description (package private) java.util.Set<TableRowCore>
MyTorrentsView. listRowsToRefresh
Methods in com.biglybt.ui.swt.views with parameters of type TableRowCore Modifier and Type Method Description void
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
MyTorrentsView. rowCollapsed(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
MyTorrentsView. selectionChanged(TableRowCore[] selected_rows, TableRowCore[] deselected_rows)
Method parameters in com.biglybt.ui.swt.views with type arguments of type TableRowCore Modifier and Type Method Description private boolean
FilesView. doTreeAction(java.util.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 TableRowCore Modifier and Type Method Description void
TableColumnSetupWindow. chooseColumn(TableColumnCore column, TableRowCore placeAboveRow, boolean ignoreExisting)
Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableRowCore Constructor Description Cell(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 TableRowCore Modifier and Type Method Description void
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.table Modifier and Type Interface Description interface
TableRowSWT
SWT specifics interfaces for TableRowMethods in com.biglybt.ui.swt.views.table that return TableRowCore Modifier and Type Method Description TableRowCore
TableViewSWT. getRow(org.eclipse.swt.dnd.DropTargetEvent event)
TableRowCore
TableViewSWT. getRowQuick(int index)
Methods in com.biglybt.ui.swt.views.table with parameters of type TableRowCore Modifier and Type Method Description void
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 TableRowCore Modifier and Type Class Description class
TableRowSWTBase
Fields in com.biglybt.ui.swt.views.table.impl declared as TableRowCore Modifier and Type Field Description (package private) TableRowCore
TableViewSWT_Common. lastClickRow
private TableRowCore
TableRowSWTBase. parentRow
Methods in com.biglybt.ui.swt.views.table.impl that return TableRowCore Modifier and Type Method Description TableRowCore
TableRowSWTBase. getParentRowCore()
TableRowCore
FakeTableCell. getTableRowCore()
TableRowCore
TableCellSWTBase. getTableRowCore()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowCore Modifier and Type Method Description void
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 TableRowCore Constructor Description TableRowSWTBase(java.lang.Object lock, TableRowCore parentRow, TableViewSWT tv, java.lang.Object dataSource)
-
Uses of TableRowCore in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableRowCore Modifier and Type Class Description class
TableRowPainted
Methods in com.biglybt.ui.swt.views.table.painted that return TableRowCore Modifier and Type Method Description TableRowCore
TableViewPainted. createNewRow(java.lang.Object object)
TableRowCore
TableViewPainted. getFocusedRow()
protected TableRowCore
TableViewPainted. getNextRow(TableRowCore relativeToRow)
protected TableRowCore
TableViewPainted. getPreviousRow(TableRowCore relativeToRow)
TableRowCore
TableViewPainted. getRow(int x, int y)
TableRowCore
TableViewPainted. getRow(org.eclipse.swt.dnd.DropTargetEvent event)
TableRowCore
TableRowPainted. getSubRow(int pos)
TableRowCore[]
TableRowPainted. getSubRowsRecursive(boolean includeHidden)
TableRowCore[]
TableRowPainted. getSubRowsWithNull()
TableRowCore
TableViewPainted. getTableRowWithCursor()
TableRowCore[]
TableViewPainted. getVisibleRows()
TableRowCore
TableRowPainted. linkSubItem(int indexOf)
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowCore Modifier and Type Method Description protected TableRowCore
TableViewPainted. getNextRow(TableRowCore relativeToRow)
protected TableRowCore
TableViewPainted. getPreviousRow(TableRowCore relativeToRow)
private void
TableRowPainted. getSubRowsRecursive(java.util.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 java.lang.String
TableViewPainted. prettyIndex(TableRowCore row)
private void
TableViewPainted. recalculateVisibleRows(TableRowCore[] rows, int yStart, java.util.List<TableRowSWT> newVisibleRows, java.util.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, java.lang.Integer[] rowIndexes)
void
TableViewPainted. uiSelectionChanged(TableRowCore[] newlySelectedRows, TableRowCore[] deselectedRows)
Method parameters in com.biglybt.ui.swt.views.table.painted with type arguments of type TableRowCore Modifier and Type Method Description private void
TableRowPainted. getSubRowsRecursive(java.util.List<TableRowCore> result, TableRowCore[] rows, boolean includeHidden)
Constructors in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowCore Constructor Description TableRowPainted(TableRowCore parentRow, TableViewPainted tv, java.lang.Object dataSource, boolean triggerHeightChange)
-