Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire