View Single Post
  (#2 (permalink)) Old
oxygold oxygold is offline
Active Contributor
 
Posts: 62
Thanks: 0
Thanked 6 Times in 6 Posts
Join Date: Jun 2009
Default 06-30-2009, 04:01 AM

As the tableviewer use the labelprovider to set the string, there’s no method provided for the font change.
For this case, I suggest you use TableItem instead, which provides the setFont(int index, Font font) method.
You could also use the composite to achieve.
As below, many kinds of effect could be generated freely.


www.eclaxy.com
let's perfect the eclipse!
Reply With Quote