Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SWT テーブルの列の前景色や背景色を設定する方法はありますか?または SWT テーブルのヘッダーの前景色と背景色を設定する方法はありますか? setForeground/setBackground メソッドはorg.eclipse.swt.widgets.TableColumnでは使用できません
いいえ。TableColumn に背景/前景を設定することはできません (ネイティブ サポートに依存します)。自分でヘッダーをカスタム描画する必要がある場合があります。TableColumnデフォルトのヘッダーを非表示にし、独自のヘッダーを別のキャンバスにペイントします。それを のおよび のスクロールと同期させる必要がありますTable。
TableColumn
Table
org.eclipse.swt.widgets.Table.setHeaderVisible(boolean)