Content content = view.getContent();
if (!(content instanceof FieldContent)) {
content = Toolkit.getContentFactory().createRootContent(content.getAdapter());
}
final View newView = newSpec.createView(content, view.getViewAxes(), -1);
LOG.debug("open view " + newView);
workspace.addWindow(newView, new Placement(view));
workspace.markDamaged();
Options viewOptions = Properties.getViewConfigurationOptions(newSpec);