{
throw new NullPointerException();
}
this.view = view;
this.parent = parent;
this.recentFilesModel = new RecentFilesModel();
this.contexts = new ArrayList<ReportRenderContext>();
this.propertyChangeSupport = new PropertyChangeSupport(this);
this.xulDesignerFrame = new XulDesignerFrame();
this.xulDesignerFrame.setReportDesignerContext(this);
this.authenticationStore = new GlobalAuthenticationStore();