EclipseMemoについて、ここに記述してください。
Handler
Handlerクラスの中でアクションを実行する方法
IEditorPart editor = HandlerUtil.getActiveEditorChecked(event); IAction handler = editor.getEditorSite().getActionBars().getGlobalActionHandler(id); handler.run();
EclipseMemoについて、ここに記述してください。
IEditorPart editor = HandlerUtil.getActiveEditorChecked(event); IAction handler = editor.getEditorSite().getActionBars().getGlobalActionHandler(id); handler.run();