1

Jface に「行ヘッダー」を追加するにはどうすればよいTableViewerですか?

4

2 に答える 2

2

星雲プロジェクトGridのウィジェットをご覧ください。

ここに画像の説明を入力してください

「行ヘッダー」をサポートします。

于 2012-11-03T15:34:21.763 に答える
1

A TableViewer does not by default provide this capability. But you can have a look at this snippet to achieve something similar to a row header. This example uses two tables to make the first column fixed and rest of the columns horizontally scrollable. If you do not want fixed columns than you can just use different colors for columns to achieve the look and feel of a row header.

于 2012-11-01T13:25:08.147 に答える