[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Changing Row color of table viewer on Specific condition

Dear All,

I need to change the row color of my table viewer on some conditions. For ex if my first column contains the value 1 then the row color should change in RED.

How can I do that? (Currently I am iterating the table and setting table.getItem(i).setBackground(color))

Thanks,

-arun