// panel
if (lastEditor == null ||
currentEditor.getMetaData(EDITOR_NODE_TYPE) == null) {
lastEditor = currentEditor;
}
SimpleCallback goBack = new SimpleCallback() {
public void execute() {
setupEditor(lastEditor);
}
};
Panel panel = plugin.newCreateNodePanel(EDITOR_ID, getNewNodeParent(),