protected CommandResult doExecuteWithResult(IProgressMonitor monitor,
IAdaptable info) throws ExecutionException {
ConnectionStatement newElement = StatementsFactory.eINSTANCE
.createConnectionStatement();
StatementListContainer owner = (StatementListContainer) getElementToEdit();
owner.getStatements().add(newElement);
doConfigure(newElement, monitor, info);
((CreateElementRequest) getRequest()).setNewElement(newElement);
return CommandResult.newOKCommandResult(newElement);