reportEditorPane = new FancyTabbedPane();
reportEditorPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
reportEditorPane.getModel().addChangeListener(new ReportTabActivationHandler());
reportEditorPane.addMouseListener(new ReportTabPanePopupHandler());
dockingPane = new GlobalPane(false);
dockingPane.setMainComponent(reportEditorPane);
attributeEditorPanel = new ElementPropertiesPanel();
attributeEditorPanel.setAllowAttributeCard(true);
attributeEditorPanel.setReportDesignerContext(context);