Hello, I have been wondering about the parameter 'properties' in the method TreeViewer#update(Object element, String[] properties). What are they? What do they refer to? 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 couldn't find any example of the usage of update() that doesn't have null passed on to it as the value for 'properties'. So what do they refer to? The JavaDoc isn't really helpful to me.
Thanks!