314315316317318319320321322
// must be done in UI thread due to SWT blocks access for other threads Display.getDefault().asyncExec(new Runnable() { public void run() { setPartName((new ShortLabelProvider()).getText(modelElement)); } }); }