reportUnsupportedStructure();
return;
}
Object memento = editor.getInitialState(transformation);
TransformationEditorWizard wizard = createWizard();
EditedStructure newStructure = editor.edit(page.getWindow(), wizard);
if (newStructure != null) {
// TODO: Show message about how the transformation will be saved automatically.
// The message dialog should contain an option to not show the message again.
applyNewStructure(editor, newStructure, wizard, memento, true);
}