editor.grabHorizontal = true;
editor.setEditor(button, item, 3);
button = new Button(table, SWT.PUSH);
button.setText("Buy");
button.addSelectionListener(new BuyGoodDialogSelectionListener(getShell(), object.getId()));
editor = new TableEditor(table);
editor.grabHorizontal = true;
editor.setEditor(button, item, 4);
}