[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?

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