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 declared as ActionKind
static ActionKind ActionKind.CREATE_LITERAL
          The 'CREATE' literal object
static ActionKind ActionKind.PROPCHANGE_LITERAL
          The 'PROPCHANGE' literal object
static ActionKind ActionKind.MODIFY_LITERAL
          The 'MODIFY' literal object
static ActionKind ActionKind.PROCESS_LITERAL
          The 'PROCESS' literal object
static ActionKind ActionKind.CUSTOM_LITERAL
          The 'CUSTOM' literal object
 

Methods in org.eclipse.gmf.tooldef that return ActionKind
 ActionKind MenuAction.getKind()
          Returns the value of the 'Kind' attribute.
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
static ActionKind ActionKind.get(int value)
          Returns the 'Action Kind' literal with the specified integer value
 

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 static ActionKind MenuActionImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
protected  ActionKind MenuActionImpl.kind
          The cached value of the 'Kind' attribute
 

Methods in org.eclipse.gmf.tooldef.impl that return ActionKind
 ActionKind GMFToolFactoryImpl.createActionKindFromString(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.