Generation Framework

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

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return JFaceFont
static JFaceFont JFaceFont.get(int value)
          Returns the 'JFace Font' literal with the specified integer value
static JFaceFont JFaceFont.get(java.lang.String literal)
          Returns the 'JFace Font' literal with the specified literal value
static JFaceFont JFaceFont.getByName(java.lang.String name)
          Returns the 'JFace Font' literal with the specified name
 JFaceFont GenStandardFont.getName()
          Returns the value of the 'Name' attribute.
static JFaceFont JFaceFont.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JFaceFont[] JFaceFont.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 JFaceFont
 void GenStandardFont.setName(JFaceFont value)
          Sets the value of the 'Name' attribute
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as JFaceFont
protected  JFaceFont GenStandardFontImpl.name
          The cached value of the 'Name' attribute
protected static JFaceFont GenStandardFontImpl.NAME_EDEFAULT
          The default value of the 'Name' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return JFaceFont
 JFaceFont GMFGenFactoryImpl.createJFaceFontFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 JFaceFont GenStandardFontImpl.getName()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type JFaceFont
 void GenStandardFontImpl.setName(JFaceFont newName)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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