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 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(String literal)
          Returns the 'Appearance Style' literal with the specified literal value.
static AppearanceStyle AppearanceStyle.getByName(String name)
          Returns the 'Appearance Style' literal with the specified name.
static AppearanceStyle AppearanceStyle.valueOf(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 are 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, 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()
           
 



Copyright © 2012. All Rights Reserved.