|
TableViewer and ViewerFilter -
08-08-2008, 03:01 PM
I have a TableViewer with a ViewerFilter. The content is set using an ArrayContentProvider. If I call TableViewer.update(object, string[]) on an update that is currently being displayed, the filter filters it out (if necessary) properly. However, when I update an item that is currently not being displayed, but should be after the update, the object does not reappear.
From looking through the StructuredViewer code, it looks like the update occurs only on items currently in the table (since findItems searches through TableItems and not through the input).
Am I missing something?
Thank you.
|