When invoking tableViewer.getTable().selectAll() the registered selection listeners will not be notified (as usual for all kind of programmatic selection changes in SWT – according to my knowledge). How can I trigger an internal selection change to the TableViewer so it notifies all listeners?
When invoking tableViewer.getTable().selectAll() the registered selection listeners will not be notified (as usual for
Share
You can do this:
Where
nullis anEvent. Remember that this is theEventreceived by your listener.