new FurnitureCatalogController(preferences.getFurnitureCatalog(), preferences, viewFactory, contentManager).getView();
new FurnitureController(home, preferences, viewFactory).getView();
new PlanController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new HomeController3D(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new PageSetupController(home, preferences, viewFactory, undoableEditSupport).getView();
new PrintPreviewController(home, preferences, homeController, viewFactory).getView();
new UserPreferencesController(preferences, viewFactory, contentManager).getView();
new HomeFurnitureController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new WallController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();
new RoomController(home, preferences, viewFactory, contentManager, undoableEditSupport).getView();