public interface IMenuItemSetupBuilder<INSTANCE_TYPE extends IMenuItemSetupBuilder<?>> extends IItemSetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setMnemonic(java.lang.Character mnemonic)
Sets the keyboard mnemonic
The mnemonic is the key that will activate the item when combined
with (usually) ALT key.
|
setIcon, setText, setToolTipText
setSetup
INSTANCE_TYPE setMnemonic(java.lang.Character mnemonic)
mnemonic
- The mnemonic to setSiehe auch Jowidgets Nutzerhandbuch