Package com.biglybt.ui.swt.views.table
Interface TableRowSWTPaintListener
-
public interface TableRowSWTPaintListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rowPaint(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea)
-
-
-
Method Detail
-
rowPaint
void rowPaint(org.eclipse.swt.graphics.GC gc, TableRowCore row, TableColumnCore column, org.eclipse.swt.graphics.Rectangle cellArea)
-
-