天天看點

帆軟報表重要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
           

繼續閱讀