|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionKind | |
|---|---|
| org.eclipse.gmf.tooldef | |
| org.eclipse.gmf.tooldef.impl | |
| Uses of ActionKind in org.eclipse.gmf.tooldef |
|---|
| Fields in org.eclipse.gmf.tooldef with type parameters of type ActionKind | |
|---|---|
static List<ActionKind> |
ActionKind.VALUES
A public read-only list of all the 'Action Kind' enumerators. |
| Methods in org.eclipse.gmf.tooldef that return ActionKind | |
|---|---|
static ActionKind |
ActionKind.get(int value)
Returns the 'Action Kind' literal with the specified integer value. |
static ActionKind |
ActionKind.get(String literal)
Returns the 'Action Kind' literal with the specified literal value. |
static ActionKind |
ActionKind.getByName(String name)
Returns the 'Action Kind' literal with the specified name. |
ActionKind |
MenuAction.getKind()
Returns the value of the 'Kind' attribute. |
static ActionKind |
ActionKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActionKind[] |
ActionKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.gmf.tooldef with parameters of type ActionKind | |
|---|---|
void |
MenuAction.setKind(ActionKind value)
Sets the value of the ' Kind' attribute. |
| Uses of ActionKind in org.eclipse.gmf.tooldef.impl |
|---|
| Fields in org.eclipse.gmf.tooldef.impl declared as ActionKind | |
|---|---|
protected ActionKind |
MenuActionImpl.kind
The cached value of the ' Kind' attribute. |
protected static ActionKind |
MenuActionImpl.KIND_EDEFAULT
The default value of the ' Kind' attribute. |
| Methods in org.eclipse.gmf.tooldef.impl that return ActionKind | |
|---|---|
ActionKind |
GMFToolFactoryImpl.createActionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
ActionKind |
MenuActionImpl.getKind()
|
| Methods in org.eclipse.gmf.tooldef.impl with parameters of type ActionKind | |
|---|---|
void |
MenuActionImpl.setKind(ActionKind newKind)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||