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 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(String literal)
          Returns the 'JFace Font' literal with the specified literal value.
static JFaceFont JFaceFont.getByName(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(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 are 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, String initialValue)
           
 JFaceFont GenStandardFontImpl.getName()
           
 

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



Copyright © 2012. All Rights Reserved.