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 declared as StandardToolKind
static StandardToolKind StandardToolKind.SELECT_LITERAL
          The 'SELECT' literal object
static StandardToolKind StandardToolKind.SELECT_PAN_LITERAL
          The 'SELECT PAN' literal object
static StandardToolKind StandardToolKind.MARQUEE_LITERAL
          The 'MARQUEE' literal object
static StandardToolKind StandardToolKind.ZOOM_PAN_LITERAL
          The 'ZOOM PAN' literal object
static StandardToolKind StandardToolKind.ZOOM_IN_LITERAL
          The 'ZOOM IN' literal object
static StandardToolKind StandardToolKind.ZOOM_OUT_LITERAL
          The 'ZOOM OUT' literal object
 

Methods in org.eclipse.gmf.tooldef that return StandardToolKind
 StandardToolKind StandardTool.getToolKind()
          Returns the value of the 'Tool Kind' attribute.
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
static StandardToolKind StandardToolKind.get(int value)
          Returns the 'Standard Tool Kind' literal with the specified integer value
 

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(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.