Generation Framework

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

Packages that use AppearanceStyle
org.eclipse.gmf.tooldef   
org.eclipse.gmf.tooldef.impl   
 

Uses of AppearanceStyle in org.eclipse.gmf.tooldef
 

Fields in org.eclipse.gmf.tooldef with type parameters of type AppearanceStyle
static java.util.List<AppearanceStyle> AppearanceStyle.VALUES
          A public read-only list of all the 'Appearance Style' enumerators
 

Methods in org.eclipse.gmf.tooldef that return AppearanceStyle
static AppearanceStyle AppearanceStyle.get(int value)
          Returns the 'Appearance Style' literal with the specified integer value
static AppearanceStyle AppearanceStyle.get(java.lang.String literal)
          Returns the 'Appearance Style' literal with the specified literal value
static AppearanceStyle AppearanceStyle.getByName(java.lang.String name)
          Returns the 'Appearance Style' literal with the specified name
static AppearanceStyle AppearanceStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AppearanceStyle[] AppearanceStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.tooldef that return types with arguments of type AppearanceStyle
 org.eclipse.emf.common.util.EList<AppearanceStyle> GenericStyleSelector.getValues()
          Returns the value of the 'Values' attribute list.
 

Uses of AppearanceStyle in org.eclipse.gmf.tooldef.impl
 

Fields in org.eclipse.gmf.tooldef.impl with type parameters of type AppearanceStyle
protected  org.eclipse.emf.common.util.EList<AppearanceStyle> GenericStyleSelectorImpl.values
          The cached value of the 'Values' attribute list
 

Methods in org.eclipse.gmf.tooldef.impl that return AppearanceStyle
 AppearanceStyle GMFToolFactoryImpl.createAppearanceStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.gmf.tooldef.impl that return types with arguments of type AppearanceStyle
 org.eclipse.emf.common.util.EList<AppearanceStyle> GenericStyleSelectorImpl.getValues()
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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