Uses of Interface
com.biglybt.pif.ui.tables.TableRow
-
-
Uses of TableRow in com.biglybt.pif.ui.tables
Fields in com.biglybt.pif.ui.tables declared as TableRow Modifier and Type Field Description TableRow
TableRowMouseEvent. row
TableRow that the mouse trigger applies toMethods in com.biglybt.pif.ui.tables that return TableRow Modifier and Type Method Description TableRow
TableCell. getTableRow()
Retrieve the TableRow that this cell belongs toMethods in com.biglybt.pif.ui.tables with parameters of type TableRow Modifier and Type Method Description void
TableRowRefreshListener. rowRefresh(TableRow row)
-
Uses of TableRow in com.biglybt.ui.common.table
Subinterfaces of TableRow in com.biglybt.ui.common.table Modifier and Type Interface Description interface
TableRowCore
Core Table Row functions are those available to plugins plus some core-only functions.Methods in com.biglybt.ui.common.table with parameters of type TableRow Modifier and Type Method Description boolean
TableView. isSelected(TableRow row)
-
Uses of TableRow in com.biglybt.ui.common.table.impl
Methods in com.biglybt.ui.common.table.impl with parameters of type TableRow Modifier and Type Method Description boolean
TableViewImpl. isSelected(TableRow row)
-
Uses of TableRow in com.biglybt.ui.swt.columns.utils
Fields in com.biglybt.ui.swt.columns.utils declared as TableRow Modifier and Type Field Description private TableRow
ColumnImageClickArea. rowContainingMouse
-
Uses of TableRow in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow that return TableRow Modifier and Type Method Description private static TableRow
MenuFactory. wrapAsRow(java.lang.Object o, java.lang.String table_name)
-
Uses of TableRow in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type TableRow Modifier and Type Method Description void
MyTorrentsView. rowRefresh(TableRow row)
-
Uses of TableRow in com.biglybt.ui.swt.views.columnsetup
Fields in com.biglybt.ui.swt.views.columnsetup declared as TableRow Modifier and Type Field Description private TableRow
TableColumnSetupWindow. sampleRow
Methods in com.biglybt.ui.swt.views.columnsetup that return TableRow Modifier and Type Method Description TableRow
TableColumnSetupWindow. getSampleRow()
Constructors in com.biglybt.ui.swt.views.columnsetup with parameters of type TableRow Constructor Description TableColumnSetupWindow(java.lang.Class<?> forDataSourceType, java.lang.String _tableID, TableColumnCore selectedColumn, TableRow sampleRow, TableStructureModificationListener<?> _listener)
-
Uses of TableRow in com.biglybt.ui.swt.views.table
Subinterfaces of TableRow in com.biglybt.ui.swt.views.table Modifier and Type Interface Description interface
TableRowSWT
SWT specifics interfaces for TableRow -
Uses of TableRow in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableRow Modifier and Type Class Description class
TableRowSWTBase
Fields in com.biglybt.ui.swt.views.table.impl declared as TableRow Modifier and Type Field Description private TableRow
FakeTableCell. fakeRow
Methods in com.biglybt.ui.swt.views.table.impl that return TableRow Modifier and Type Method Description TableRow
FakeTableCell. getTableRow()
-
Uses of TableRow in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableRow Modifier and Type Class Description class
TableRowPainted
Methods in com.biglybt.ui.swt.views.table.painted that return TableRow Modifier and Type Method Description TableRow
TableCellPainted. getTableRow()
-