Uses of Interface
com.biglybt.ui.swt.views.table.TableRowSWT
-
Packages that use TableRowSWT Package Description com.biglybt.ui.swt.views.table com.biglybt.ui.swt.views.table.impl com.biglybt.ui.swt.views.table.painted -
-
Uses of TableRowSWT in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table that return TableRowSWT Modifier and Type Method Description TableRowSWT
TableViewSWT. getRowSWT(DATASOURCETYPE dataSource)
TableRowSWT
TableViewSWT. getTableRow(int x, int y, boolean anyX)
TableRowSWT
TableCellSWT. getTableRowSWT()
-
Uses of TableRowSWT in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableRowSWT Modifier and Type Class Description class
TableRowSWTBase
Fields in com.biglybt.ui.swt.views.table.impl declared as TableRowSWT Modifier and Type Field Description (package private) TableRowSWT
TableViewSWT_Common. mouseDownOnRow
Methods in com.biglybt.ui.swt.views.table.impl that return TableRowSWT Modifier and Type Method Description TableRowSWT
FakeTableCell. getTableRowSWT()
TableRowSWT
TableCellSWTBase. getTableRowSWT()
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowSWT Modifier and Type Method Description private TableRowMouseEvent
TableViewSWT_Common. createMouseEvent(TableRowSWT row, org.eclipse.swt.events.MouseEvent e, int type, boolean allowOOB)
private boolean
TableViewSWT_Common. isInExpando(TableRowSWT row, TableCellCore cell, TableColumnCore tc, org.eclipse.swt.events.MouseEvent e)
void
TableViewSWT_Common. mouseDown(TableRowSWT row, TableCellCore cell, int button, int stateMask)
-
Uses of TableRowSWT in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement TableRowSWT Modifier and Type Class Description class
TableRowPainted
Methods in com.biglybt.ui.swt.views.table.painted that return TableRowSWT Modifier and Type Method Description TableRowSWT
TableViewPainted. getRowSWT(java.lang.Object dataSource)
TableRowSWT
TableViewPainted. getTableRow(int x, int y, boolean anyX)
Method parameters in com.biglybt.ui.swt.views.table.painted with type arguments of type TableRowSWT Modifier and Type Method Description private void
TableViewPainted. recalculateVisibleRows(TableRowCore[] rows, int yStart, java.util.List<TableRowSWT> newVisibleRows, java.util.List<TableRowSWT> rowsStayedVisibleButMoved)
-