[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Making editable Table cells stand out

Hi,

I am using a JFace 3.3 styled table with only one column being editable. By default, all cells look the same, and there are no visual clues for the user to realize that one of the cells is actually editable - which is probably not the best thing from the UI perspective. We'd like it to be obvious for the user that he/she can edit values in one of the columns.

Is there a way to do that? Perhaps, creating a border around the editable cells, so that they look like text fields? Other ideas?

Thanks, everyone!