Generation Framework

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

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 java.util.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(java.lang.String literal)
          Returns the 'Action Kind' literal with the specified literal value
static ActionKind ActionKind.getByName(java.lang.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(java.lang.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're 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, java.lang.String initialValue)
           
 ActionKind MenuActionImpl.getKind()
           
 

Methods in org.eclipse.gmf.tooldef.impl with parameters of type ActionKind
 void MenuActionImpl.setKind(ActionKind newKind)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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