浏览 2290 次
锁定老帖子 主题:Eclipse常用的视图ID
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (1)
|
|
---|---|
作者 | 正文 |
发表时间:2009-09-04
CUIPlugin.CVIEW_ID IPageLayout.ID_RES_NAV IPageLayout.ID_BOOKMARKS IConsoleConstants.ID_CONSOLE_VIEW IPageLayout.ID_PROP_SHEET IPageLayout.ID_PROBLEM_VIEW IPageLayout.ID_OUTLINE layout.addActionSet(CUIPlugin.SEARCH_ACTION_SET_ID); //layout.addActionSet(IDebugUIConstants.LAUNCH_ACTION_SET); //layout.addActionSet(JavaUI.ID_ACTION_SET); layout.addActionSet(CUIPlugin.ID_CELEMENT_CREATION_ACTION_SET); layout.addActionSet(IPageLayout.ID_NAVIGATE_ACTION_SET); // views - build console layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW); // views - searching layout.addShowViewShortcut(NewSearchUI.SEARCH_VIEW_ID); // views - standard workbench layout.addShowViewShortcut(IPageLayout.ID_OUTLINE); layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW); layout.addShowViewShortcut(CUIPlugin.CVIEW_ID); layout.addShowViewShortcut(IPageLayout.ID_RES_NAV); layout.addShowViewShortcut(IPageLayout.ID_PROP_SHEET); // link - things we should do layout.addShowInPart(CUIPlugin.CVIEW_ID); layout.addShowInPart(IPageLayout.ID_RES_NAV); 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |