天天看点

帆软报表重要Activator之DesignerInitActivator之五CenterRegionContainerPane设计器的表格区域

帆软报表重要Activator之DesignerInitActivator之五CenterRegionContainerPane设计器的表格区域

 CenterRegionContainerPane管理的区域就是上图的区域。

1 他的构造函数

public CenterRegionContainerPane() {
        this.toolbarPane.setLayout(FRGUIPaneFactory.createBorderLayout());
        this.eastPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
        this.eastPane.add(this.largeToolbar = this.getToolBarMenuDock().createLargeToolbar(), "West");
        this.eastCenterPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
        this.combineUpTooBar();
        this.eastCenterPane.add(this.combineUp, "North");
        this.templateTabPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
        this.templateTabPane.add(this.newWorkBookPane = this.getToolBarMenuDock().getNewTem
           

继续阅读