Package | Description |
---|---|
org.eclipse.e4.ui.model.application.ui.menu |
Application programming interfaces describing the Eclipse 4 menu and toolbar model elements.
|
Modifier and Type | Field and Description |
---|---|
static List<ItemType> |
ItemType.VALUES
A public read-only list of all the 'Item Type' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ItemType |
ItemType.get(int value)
Returns the 'Item Type' literal with the specified integer value
|
static ItemType |
ItemType.get(String literal)
Returns the 'Item Type' literal with the specified literal value
|
static ItemType |
ItemType.getByName(String name)
Returns the 'Item Type' literal with the specified name
|
ItemType |
MItem.getType()
Returns the value of the 'Type' attribute.
|
static ItemType |
ItemType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
MItem.setType(ItemType value)
Sets the value of the '
Type ' attribute |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.