浏览 1868 次
锁定老帖子 主题:在透视图显示工作台视图
该帖已经被评为新手帖
|
|
---|---|
作者 | 正文 |
发表时间:2010-02-09
public class Perspective implements IPerspectiveFactory { public void createInitialLayout(IPageLayout layout) { String editorArea = layout.getEditorArea(); IFolderLayout flayout = layout.createFolder("navigation", IPageLayout.LEFT, 0.25f, editorArea); flayout.addView(IPageLayout.ID_PROBLEM_VIEW); layout.addView(properties, IPageLayout.BOTTOM, 0.25f, editorArea); } } 在IPageLayout接口中已定义好的视图ID为:
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |