|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StandardToolKind | |
|---|---|
| org.eclipse.gmf.tooldef | |
| org.eclipse.gmf.tooldef.impl | |
| Uses of StandardToolKind in org.eclipse.gmf.tooldef |
|---|
| Fields in org.eclipse.gmf.tooldef with type parameters of type StandardToolKind | |
|---|---|
static List<StandardToolKind> |
StandardToolKind.VALUES
A public read-only list of all the 'Standard Tool Kind' enumerators. |
| Methods in org.eclipse.gmf.tooldef that return StandardToolKind | |
|---|---|
static StandardToolKind |
StandardToolKind.get(int value)
Returns the 'Standard Tool Kind' literal with the specified integer value. |
static StandardToolKind |
StandardToolKind.get(String literal)
Returns the 'Standard Tool Kind' literal with the specified literal value. |
static StandardToolKind |
StandardToolKind.getByName(String name)
Returns the 'Standard Tool Kind' literal with the specified name. |
StandardToolKind |
StandardTool.getToolKind()
Returns the value of the 'Tool Kind' attribute. |
static StandardToolKind |
StandardToolKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StandardToolKind[] |
StandardToolKind.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 StandardToolKind | |
|---|---|
void |
StandardTool.setToolKind(StandardToolKind value)
Sets the value of the ' Tool Kind' attribute. |
| Uses of StandardToolKind in org.eclipse.gmf.tooldef.impl |
|---|
| Fields in org.eclipse.gmf.tooldef.impl declared as StandardToolKind | |
|---|---|
protected static StandardToolKind |
StandardToolImpl.TOOL_KIND_EDEFAULT
The default value of the ' Tool Kind' attribute. |
protected StandardToolKind |
StandardToolImpl.toolKind
The cached value of the ' Tool Kind' attribute. |
| Methods in org.eclipse.gmf.tooldef.impl that return StandardToolKind | |
|---|---|
StandardToolKind |
GMFToolFactoryImpl.createStandardToolKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
StandardToolKind |
StandardToolImpl.getToolKind()
|
| Methods in org.eclipse.gmf.tooldef.impl with parameters of type StandardToolKind | |
|---|---|
void |
StandardToolImpl.setToolKind(StandardToolKind newToolKind)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||