Uses of Class
com.biglybt.ui.swt.views.table.painted.TableRowPainted
Packages that use TableRowPainted
-
Uses of TableRowPainted in com.biglybt.ui.swt.views.table.painted
Fields in com.biglybt.ui.swt.views.table.painted declared as TableRowPaintedModifier and TypeFieldDescriptionprivate TableRowPainted
TableViewPainted.focusedRow
private TableRowPainted[]
TableRowPainted.subRows
Fields in com.biglybt.ui.swt.views.table.painted with type parameters of type TableRowPaintedModifier and TypeFieldDescriptionprivate List
<TableRowPainted> TableViewPainted.pending_rows
(package private) LinkedHashSet
<TableRowPainted> TableViewPainted.visibleRows
Rows visible to user.Methods in com.biglybt.ui.swt.views.table.painted that return TableRowPaintedMethods in com.biglybt.ui.swt.views.table.painted with parameters of type TableRowPaintedModifier and TypeMethodDescriptionprotected 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 TableRowPaintedModifierConstructorDescriptionTableCellPainted
(TableRowPainted row, TableColumnPainted column, int pos)