this.formExporter = new FormExporter();
this.formExporter.start();
view.setNotificationsView(new CompactNotificationsViewImpl());
view.setMenuView(new AnimatedMenuViewImpl());
view.setEditionView(new EditionViewImpl());
view.setTreeView(new TreeViewImpl());
view.setLayoutView(new LayoutViewImpl());
view.setOptionsView(new OptionsViewImpl());
view.setIoAssociationView(new IoAssociationViewImpl());