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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenPlugin
 GenPlugin GMFGenFactory.createGenPlugin()
          Returns a new object of class 'Gen Plugin'.
 GenPlugin GenEditorGenerator.getPlugin()
          Returns the value of the 'Plugin' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenPlugin
 void GenEditorGenerator.setPlugin(GenPlugin value)
          Sets the value of the 'Plugin' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenPlugin
 class GenPluginImpl
          An implementation of the model object 'Gen Plugin'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenPlugin
protected  GenPlugin GenEditorGeneratorImpl.plugin
          The cached value of the 'Plugin' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenPlugin
 GenPlugin GMFGenFactoryImpl.createGenPlugin()
           
 GenPlugin GenEditorGeneratorImpl.getPlugin()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenPlugin
 org.eclipse.emf.common.notify.NotificationChain GenEditorGeneratorImpl.basicSetPlugin(GenPlugin newPlugin, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenEditorGeneratorImpl.setPlugin(GenPlugin newPlugin)
           
 

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

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



Copyright © 2012. All Rights Reserved.