AbstractRealColumnDialog.java 文件源码

java
阅读 28 收藏 0 点赞 0 评论 0

项目:ermaster-k 作者:
@Override
protected Composite createRootComposite(Composite parent) {
    this.tabFolder = new TabFolder(parent, SWT.NONE);

    this.tabItem = new TabItem(this.tabFolder, SWT.NONE);
    this.tabItem.setText(ResourceString.getResourceString("label.basic"));

    Composite composite = CompositeFactory.createComposite(this.tabFolder,
            this.getCompositeNumColumns(), true);
    this.tabItem.setControl(composite);

    this.tabItem = new TabItem(this.tabFolder, SWT.NONE);
    this.tabItem.setText(ResourceString.getResourceString("label.detail"));

    Composite detailComposite = CompositeFactory.createComposite(
            this.tabFolder, 2, true);
    this.initializeDetailTab(detailComposite);
    this.tabItem.setControl(detailComposite);

    return composite;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号