I am wondering how to go about updating the labels of items in my
TableViewer, but only certain columns. For instance, I don't want the
first column's label to be updated, but the rest I do.
As far as I can tell, I think I can do this by using
tableViewer.update(Object, String[]) where the String[] is a list of
properties (columns?) to update. However, I am not sure what goes into
the String[] - are there predefined constants to use? Or are these the
names of my column headers? Something else?
I have not been able to find any examples of tableViewer.update(Object,
String[]) being used when the String[] is not null - if anyone can point
me to one (or more), please do so.