7778798081828384858687
* Waits until the watched job is done. */ public void waitUntilDone() { SWTBot bot = new SWTBot(); bot.waitUntil( new DefaultCondition() { public boolean test() throws Exception { if ( done.get() )