// table before any content creates the expansion widget. This has the
// side effect of making the expansion widget a more consistent size
// as well. Once the icon has been added it can be removed immediately.
TableItem bogus = new TableItem(table, SWT.NONE);
bogus.setImage(ERROR_IMAGE);
bogus.dispose();
final TableColumn property = new TableColumn(table, SWT.NONE);
final TableColumn value = new TableColumn(table, SWT.NONE);
final TableColumn important = new TableColumn(table, SWT.NONE);
final TableColumn errorMarker = new TableColumn(table, SWT.NONE);