public interface IMainMenuCommon extends IMenuCommon
| Modifier and Type | Method and Description |
|---|---|
void |
setMnemonic(char mnemonic)
Sets the keyboard mnemonic
The mnemonic is the key that will activate the menu when combined
with (usually) ALT key.
|
void |
setText(java.lang.String text)
Sets the menu label text
|
getUiReference, isEnabled, setEnabledaddMenuListener, removeMenuListenervoid setText(java.lang.String text)
text - The menu label text to setvoid setMnemonic(char mnemonic)
mnemonic - The mnemonic to setSiehe auch Jowidgets Nutzerhandbuch