public interface IMainMenuSetupBuilder<INSTANCE_TYPE extends IMainMenuSetupBuilder<?>> extends ISetupBuilder<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 menu when combined
with (usually) ALT key.
|
INSTANCE_TYPE |
setText(java.lang.String text)
Sets the label text of the menu
|
setSetup
INSTANCE_TYPE setText(java.lang.String text)
text
- The label text to setINSTANCE_TYPE setMnemonic(java.lang.Character mnemonic)
mnemonic
- The mnemonic to setSiehe auch Jowidgets Nutzerhandbuch