if (lastPathElement instanceof ConfigTreeModuleNode)
{
final ConfigTreeModuleNode node = (ConfigTreeModuleNode) lastPathElement;
final ConfigEditorPanel detailEditorPane = getDetailEditorPane();
detailEditorPane.store();
detailEditorPane.editModule(node.getModule(), configuration, node.getAssignedKeys());
}
}
}