table.setSelection(quickFixIndex);
Event event = new Event();
event.type = SWT.Selection;
event.widget = table;
event.item = table.getItem(quickFixIndex);
table.notifyListeners(SWT.Selection, event);
table.notifyListeners(SWT.DefaultSelection, event);
}
});
bot.sleep(1000);
// quickFixTable.select(quickFixIndex);