隨筆 - 6  文章 - 129  trackbacks - 0
          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          常用鏈接

          留言簿(14)

          隨筆檔案(6)

          文章分類(467)

          文章檔案(423)

          相冊

          收藏夾(18)

          JAVA

          搜索

          •  

          積分與排名

          • 積分 - 827218
          • 排名 - 49

          最新評論

          閱讀排行榜

          評論排行榜

          package testrcp.actions;

          import org.eclipse.ui.IWorkbenchWindow;
          import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction;
          import org.eclipse.ui.views.IViewDescriptor;

          public class ActionManager {

           public static IWorkbenchAction createHelloWorldAction(IWorkbenchWindow window) {
            if(window == null)
             throw new IllegalArgumentException();
            IWorkbenchAction helloWorldAction = new HelloWorldAction(window);
            return helloWorldAction;
           }
           
           /**獲得plugin.xml文件中配置的視圖信息*/
           public static IWorkbenchAction createShowViewAction(IWorkbenchWindow window, String viewId) {
            if(window == null)
             throw new IllegalArgumentException();
            IViewDescriptor desc = window.getWorkbench().getViewRegistry().find(viewId);
            IWorkbenchAction action = new ShowViewAction(window, desc);
            return action;
           }
          }



          posted on 2008-12-05 23:45 Ke 閱讀(424) 評論(0)  編輯  收藏 所屬分類: eclipse RCP
          主站蜘蛛池模板: 育儿| 商都县| 绍兴市| 遵化市| 东阿县| 丁青县| 乌兰察布市| 南涧| SHOW| 辽中县| 灵石县| 吉木萨尔县| 淮安市| 玉田县| 旌德县| 巴彦淖尔市| 临漳县| 科技| 江安县| 拜泉县| 集贤县| 景泰县| 景洪市| 于都县| 桃园市| 巢湖市| 贺州市| 兴隆县| 光山县| 禹州市| 南木林县| 广灵县| 阜宁县| 遵义县| 旬阳县| 石林| 九寨沟县| 汉阴县| 南江县| 英德市| 武鸣县|