Uses of Class
com.biglybt.ui.swt.views.table.painted.TableRowPainted
-
Packages that use TableRowPainted Package Description com.biglybt.ui.swt.views.table.painted -
-
Uses of TableRowPainted in com.biglybt.ui.swt.views.table.painted
Fields in com.biglybt.ui.swt.views.table.painted declared as TableRowPainted Modifier and Type Field Description private TableRowPainted
TableViewPainted. focusedRow
private TableRowPainted[]
TableRowPainted. subRows
Fields in com.biglybt.ui.swt.views.table.painted with type parameters of type TableRowPainted Modifier and Type Field Description private java.util.List<TableRowPainted>
TableViewPainted. pending_rows
(package private) java.util.LinkedHashSet<TableRowPainted>
TableViewPainted. visibleRows
Rows visible to user.Methods in com.biglybt.ui.swt.views.table.painted that return TableRowPainted Modifier and Type Method Description private TableRowPainted
TableViewPainted. getLastVisibleRow()
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowPainted Modifier and Type Method Description protected boolean
TableViewPainted. isRowPartiallyVisible(TableRowPainted row)
void
TableViewPainted. redrawRow(TableRowPainted row, boolean immediateRedraw)
Constructors in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowPainted Constructor Description TableCellPainted(TableRowPainted row, TableColumnPainted column, int pos)
-