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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenApplication
 GenApplication GMFGenFactory.createGenApplication()
          Returns a new object of class 'Gen Application'.
 GenApplication GenEditorGenerator.getApplication()
          Returns the value of the 'Application' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenApplication
 void GenEditorGenerator.setApplication(GenApplication value)
          Sets the value of the 'Application' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenApplication
 class GenApplicationImpl
          An implementation of the model object 'Gen Application'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenApplication
protected  GenApplication GenEditorGeneratorImpl.application
          The cached value of the 'Application' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenApplication
 GenApplication GMFGenFactoryImpl.createGenApplication()
           
 GenApplication GenEditorGeneratorImpl.getApplication()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenApplication
 org.eclipse.emf.common.notify.NotificationChain GenEditorGeneratorImpl.basicSetApplication(GenApplication newApplication, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenEditorGeneratorImpl.setApplication(GenApplication newApplication)
           
 

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

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



Copyright © 2012. All Rights Reserved.