MMenuElement の Javadoc には次のように書かれています。
String org.eclipse.e4.ui.model.application.ui.menu.MMenuElement.getMnemonics()
Returns the value of the 'Mnemonics' attribute.
If the meaning of the 'Mnemonics' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Mnemonics' attribute.
Mnemonics
その属性は、Swing や AWT などのホットキー ショートカットと関係があるのではないかと強く思います。しかし、それでも、Eclipse4 プラットフォームでそれらを正しく使用する方法は明確ではありません。たとえばAlt+F
、「ファイル」メニュー項目に割り当てる方法は?
このトピックに関する手がかり、例、または HOWTO を教えてもらえますか?