Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照Vogella RCP 教程创建了一个应用程序,如下所示:
“我的视图”被明确添加到透视图中。 下面的编辑器默认存在。
问题:
在你看来
public void createInitialLayout(IPageLayout layout) { this.layout = layout; String editorAreaId = layout.getEditorArea(); layout.setEditorAreaVisible(false); }
这应该禁用您的编辑器