natTable.doCommand(new EditCellCommand(natTable, natTable
.getConfigRegistry(), cell));
assertEquals(new Rectangle(340, 80, 99, 19), natTable
.getActiveCellEditor().getEditorControl().getBounds());
natTable.doCommand(new ColumnResizeCommand(natTable, 2, 110));
assertEquals(new Rectangle(340, 80, 99, 19), natTable
.getActiveCellEditor().getEditorControl().getBounds());
natTable.getActiveCellEditor().getEditorControl()
.notifyListeners(SWT.FocusOut, null);