public interface MToolItem extends MItem, MToolBarElement
This is the base type for both Direct and Handled tool items.
| Modifier and Type | Method and Description |
|---|---|
MMenu |
getMenu()
Returns the value of the 'Menu' containment reference
|
void |
setMenu(MMenu value)
Sets the value of the '
Menu' containment reference |
getType, isEnabled, isSelected, setEnabled, setSelected, setTypegetIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltipgetAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidgetgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdupdateLocalizationMMenu getMenu()
When set this represents the menu that appears when the 'drop down' arrow is clicked on this tool item.
setMenu(MMenu)