The EventTableModel class is not thread-safe. Unless otherwise noted, all methods are only safe to be called from the SWT event dispatch thread. To do this programmatically, use {@link org.eclipse.swt.widgets.Display#asyncExec(Runnable)}. @author Jesse Wilson
|
|