public class ActionManager { /** 打开视图操作 */ public static IWorkbenchAction createShowViewAction( IWorkbenchWindow window, String viewId) { if (window == null) { throw new IllegalArgumentExce
以下是eclipse help中的内容 org.eclipse.ui.menus Commands can be implemented using org.eclipse.ui.handlersand bound to keys usingorg.eclipse.ui.bindings. With the org.eclipse.ui.menusextension point