public interface MMenuElement extends MUIElement, MUILabel
This is the bsae type for both menu items and Separators.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMnemonics()
This is a method that will return the translated mnemonic for this element.
|
String |
getMnemonics()
Returns the value of the 'Mnemonics' attribute
|
void |
setMnemonics(String value)
Sets the value of the '
Mnemonics ' attribute |
getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
getIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltip
updateLocalization
String getMnemonics()
This is the character that is interpreted by the platform to allow for easier navigation through menus.
setMnemonics(String)
void setMnemonics(String value)
Mnemonics
' attribute.
value
- the new value of the 'Mnemonics' attribute.getMnemonics()
String getLocalizedMnemonics()
This is a method that will return the translated mnemonic for this element.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.