}
// The control that will be the editor must be a child of the Table
this.newEditor = new Text(this.tree, SWT.NONE);
this.newEditor.setText(item.getText());
this.newEditor.addFocusListener(new FocusAdapter() {
public void focusLost(FocusEvent e) {
if (!updatingTreeItem) {
//updateText(newEditor.getText(), item);
AbstractDataManagerView.this.manager.setLabel(
((DataGUIItem) item.getData()).getModel(),