实际上就是对eclipse actionSets扩展点的应用

 

<extension point="org.eclipse.ui.actionSets">
<actionSet
        >
        </action>
</actionSet>
</extension>

只需要实现My.SampleAction类就好了,这个类必须实现IWorkbenchWindowActionDelegate或者IWorkbenchWindowPulldownDelegate接口。具体应用参考eclipse help中关于org.eclipse.ui.actionSets扩展点的说明。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-10-01
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-02
  • 2021-05-31
  • 2021-06-18
  • 2021-05-10
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案