Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenFont

Packages that use GenFont
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

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

Subinterfaces of GenFont in org.eclipse.gmf.codegen.gmfgen
 interface GenCustomFont
          A representation of the model object 'Gen Custom Font'.
 interface GenStandardFont
          A representation of the model object 'Gen Standard Font'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenFont
 GenFont GenDiagramPreferences.getDefaultFont()
          Returns the value of the 'Default Font' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenFont
 void GenDiagramPreferences.setDefaultFont(GenFont value)
          Sets the value of the 'Default Font' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenFont
 class GenCustomFontImpl
          An implementation of the model object 'Gen Custom Font'.
 class GenStandardFontImpl
          An implementation of the model object 'Gen Standard Font'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenFont
protected  GenFont GenDiagramPreferencesImpl.defaultFont
          The cached value of the 'Default Font' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenFont
 GenFont GenDiagramPreferencesImpl.getDefaultFont()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenFont
 org.eclipse.emf.common.notify.NotificationChain GenDiagramPreferencesImpl.basicSetDefaultFont(GenFont newDefaultFont, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenDiagramPreferencesImpl.setDefaultFont(GenFont newDefaultFont)
           
 

Uses of GenFont in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenFont
 T GMFGenSwitch.caseGenFont(GenFont object)
          Returns the result of interpreting the object as an instance of 'Gen Font'.
 



Copyright © 2012. All Rights Reserved.