[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Totals row for table

Hi,

Newbie question: can anyone give a hint what would be the best way to add a totals row to a JFace TableViewer? I was thinking of either adding an additional row via the table's ViewContentProvider, but seems like there's no good way to visually differentiate this last row in the table (i.e. make text bold and change background color), or add separate text fields below the table area, but then these won't resize if a user resizes column widths..

Does anyone have a better idea?

-taavi