Uses of Class
org.eclipse.e4.ui.model.application.ui.menu.ItemType
-
Packages that use ItemType Package Description org.eclipse.e4.ui.model.application.ui.menu 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 ItemType Modifier and Type Field Description static List<ItemType>ItemType. VALUESA public read-only list of all the 'Item Type' enumerators.Methods in org.eclipse.e4.ui.model.application.ui.menu that return ItemType Modifier and Type Method Description static ItemTypeItemType. get(int value)Returns the 'Item Type' literal with the specified integer value.static ItemTypeItemType. get(String literal)Returns the 'Item Type' literal with the specified literal value.static ItemTypeItemType. getByName(String name)Returns the 'Item Type' literal with the specified name.ItemTypeMItem. getType()Returns the value of the 'Type' attribute.static ItemTypeItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemType[]ItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.e4.ui.model.application.ui.menu with parameters of type ItemType Modifier and Type Method Description voidMItem. setType(ItemType value)Sets the value of the 'Type' attribute.
-