[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Can we set a color to a tableItem for checkbox tableViewer?
|
- From: nageshvk@xxxxxxxxx (Nagesh)
- Date: Wed, 26 Mar 2008 09:03:35 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
HI all
Can we set a color to a tableItem for checkbox tableViewer?
TableItem item = new TableItem(table,SWT.FullSelection);
item.setGrayed(true);//Default it is taking green Color.
I want to set red Color.
Thanks in advance
Nagesh