Uses of Enum Class
org.eclipse.e4.ui.model.application.ui.menu.ItemType
Package
Description
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
-
Uses of ItemType in org.eclipse.e4.ui.model.application.ui.menu
Modifier and TypeFieldDescriptionItemType.VALUES
A public read-only list of all the 'Item Type' enumerators.Modifier and TypeMethodDescriptionstatic ItemType
ItemType.get
(int value) Returns the 'Item Type' literal with the specified integer value.static ItemType
Returns the 'Item Type' literal with the specified literal value.static ItemType
Returns the 'Item Type' literal with the specified name.MItem.getType()
Returns the value of the 'Type' attribute.static ItemType
Returns the enum constant of this class with the specified name.static ItemType[]
ItemType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemType in org.eclipse.e4.ui.model.application.ui.menu.impl
Modifier and TypeFieldDescriptionprotected ItemType
ItemImpl.type
The cached value of the 'Type
' attribute.protected static final ItemType
ItemImpl.TYPE_EDEFAULT
The default value of the 'Type
' attribute.Modifier and TypeMethodDescriptionMenuFactoryImpl.createItemTypeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ItemImpl.getType()