Generation Framework

Uses of Class
org.eclipse.gmf.codegen.gmfgen.FontStyle

Packages that use FontStyle
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

Uses of FontStyle in org.eclipse.gmf.codegen.gmfgen
 

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

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

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type FontStyle
 void GenCustomFont.setStyle(FontStyle value)
          Sets the value of the 'Style' attribute
 

Uses of FontStyle in org.eclipse.gmf.codegen.gmfgen.impl
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as FontStyle
protected  FontStyle GenCustomFontImpl.style
          The cached value of the 'Style' attribute
protected static FontStyle GenCustomFontImpl.STYLE_EDEFAULT
          The default value of the 'Style' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return FontStyle
 FontStyle GMFGenFactoryImpl.createFontStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 FontStyle GenCustomFontImpl.getStyle()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type FontStyle
 void GenCustomFontImpl.setStyle(FontStyle newStyle)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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