Generation Framework

Uses of Class
org.eclipse.gmf.tooldef.StandardToolKind

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 java.util.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(java.lang.String literal)
          Returns the 'Standard Tool Kind' literal with the specified literal value
static StandardToolKind StandardToolKind.getByName(java.lang.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(java.lang.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're 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, java.lang.String initialValue)
           
 StandardToolKind StandardToolImpl.getToolKind()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type StandardToolKind
 void StandardToolImpl.setToolKind(StandardToolKind newToolKind)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.