如何在eclipse rcp中进行键绑定?

时间:2010-04-16 10:53:19

标签: eclipse-rcp

如何在eclipse RCP中进行键绑定?

我的意思是如何在GUI中使用键序列...比如 Ctrl + 某事 Alt + 某事 .....?

1 个答案:

答案 0 :(得分:4)

您可以查看Eclipse Command tutorial

  

要定义和使用您自己的方案,您需要:

  • 在扩展点“org.eclipse.ui.bindings”
  • 中定义方案
  • 将此方案分配给您定义的键绑定
  • 创建产品
  • 定义文件“plugin_customization.ini”并通过属性设置产品的方案。

alt text http://www.vogella.de/articles/EclipseCommands/images/keybinding10.gif


所有键绑定机制基于Eclipse Command Framework

alt text http://dev.eclipse.org/viewcvs/index.cgi/platform-ui-home/R3_1/contributions-proposal/requestForComments_html_m41374bdb.png?view=co