Uses of Interface
com.biglybt.ui.swt.views.table.TableRowSWT
Packages that use TableRowSWT
Package
Description
-
Uses of TableRowSWT in com.biglybt.ui.swt.views.table
Methods in com.biglybt.ui.swt.views.table that return TableRowSWTModifier and TypeMethodDescriptionTableViewSWT.createFakeRow(Object ds) TableViewSWT.getRowSWT(DATASOURCETYPE dataSource) TableViewSWT.getTableRow(int x, int y, boolean anyX) TableCellSWT.getTableRowSWT() -
Uses of TableRowSWT in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement TableRowSWTFields in com.biglybt.ui.swt.views.table.impl declared as TableRowSWTModifier and TypeFieldDescription(package private) TableRowSWTTableViewSWT_Common.mouseDownOnRowMethods in com.biglybt.ui.swt.views.table.impl that return TableRowSWTModifier and TypeMethodDescriptionFakeTableCell.getTableRowSWT()TableCellSWTBase.getTableRowSWT()Methods in com.biglybt.ui.swt.views.table.impl with parameters of type TableRowSWTModifier and TypeMethodDescriptionprivate TableRowMouseEventTableViewSWT_Common.createMouseEvent(TableRowSWT row, org.eclipse.swt.events.MouseEvent e, int type, boolean allowOOB) private booleanTableViewSWT_Common.isInExpando(TableRowSWT row, TableCellCore cell, TableColumnCore tc, org.eclipse.swt.events.MouseEvent e) voidTableViewSWT_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 TableRowSWTMethods in com.biglybt.ui.swt.views.table.painted that return TableRowSWTModifier and TypeMethodDescriptionTableViewPainted.createFakeRow(Object object) TableViewPainted.getTableRow(int x, int y, boolean anyX) Method parameters in com.biglybt.ui.swt.views.table.painted with type arguments of type TableRowSWTModifier and TypeMethodDescriptionprivate voidTableViewPainted.recalculateVisibleRows(TableRowCore[] rows, int yStart, List<TableRowSWT> newVisibleRows, List<TableRowSWT> rowsStayedVisibleButMoved)