this.zoomModel = new ZoomModel();
this.zoomModel.addZoomModelListener(new ZoomUpdateHandler());
this.reportDataSchemaModel = new ReportDataSchemaModel(masterReportElement, report);
this.inspectionRunner = new AutoInspectionRunner(this);
this.reportDefinition.addReportModelListener(inspectionRunner);
final Object o = this.reportDefinition.getAttribute(ReportDesignerBoot.DESIGNER_NAMESPACE, "undo"); // NON-NLS
if (o instanceof UndoManager)
{