Uses of Enum Class
org.eclipse.e4.ui.model.application.ui.menu.ItemType
Packages that use 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
Fields in org.eclipse.e4.ui.model.application.ui.menu with type parameters of type ItemTypeModifier and TypeFieldDescriptionItemType.VALUESA public read-only list of all the 'Item Type' enumerators.Methods in org.eclipse.e4.ui.model.application.ui.menu that return ItemTypeModifier and TypeMethodDescriptionstatic ItemTypeItemType.get(int value) Returns the 'Item Type' literal with the specified integer value.static ItemTypeReturns the 'Item Type' literal with the specified literal value.static ItemTypeReturns the 'Item Type' literal with the specified name.MItem.getType()Returns the value of the 'Type' attribute.static ItemTypeReturns 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.Methods in org.eclipse.e4.ui.model.application.ui.menu with parameters of type ItemType -
Uses of ItemType in org.eclipse.e4.ui.model.application.ui.menu.impl
Fields in org.eclipse.e4.ui.model.application.ui.menu.impl declared as ItemTypeModifier and TypeFieldDescriptionprotected ItemTypeItemImpl.typeThe cached value of the 'Type' attribute.protected static final ItemTypeItemImpl.TYPE_EDEFAULTThe default value of the 'Type' attribute.Methods in org.eclipse.e4.ui.model.application.ui.menu.impl that return ItemTypeModifier and TypeMethodDescriptionMenuFactoryImpl.createItemTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ItemImpl.getType()Methods in org.eclipse.e4.ui.model.application.ui.menu.impl with parameters of type ItemType