如何更改TableViewer标题的字体和样式
我在 Eclipse RCP 应用程序中使用 Viewer Framework,我想显示与表行相比稍大的表头,当我为表设置字体时,它会应用于整个表,我想显示唯一的表头并使用与表行不同的单独字体和颜色突出显示。
我使用 viewer.getTable().setFont();
来设置字体,但它将字体设置为整个表格(包括标题)
有没有办法做到这一点?
I'm using Viewer Framework in my Eclipse RCP application, i would like to show table header a little large compared to table rows,when i set font to the table, it's applied to the entire table,i would like to show table header unique and highlighted with a separate Font and color that's different from table rows.
I used viewer.getTable().setFont();
to set Font but it sets font to whole table(including headers)
Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,目前不支持。
Unfortunately, this is currently not supported.