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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenContextMenu
 GenContextMenu GMFGenFactory.createGenContextMenu()
          Returns a new object of class 'Gen Context Menu'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenContextMenu
 org.eclipse.emf.common.util.EList<GenContextMenu> GenEditorGenerator.getContextMenus()
          Returns the value of the 'Context Menus' containment reference list.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenContextMenu
 class GenContextMenuImpl
          An implementation of the model object 'Gen Context Menu'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenContextMenu
protected  org.eclipse.emf.common.util.EList<GenContextMenu> GenEditorGeneratorImpl.contextMenus
          The cached value of the 'Context Menus' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenContextMenu
 GenContextMenu GMFGenFactoryImpl.createGenContextMenu()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenContextMenu
 org.eclipse.emf.common.util.EList<GenContextMenu> GenEditorGeneratorImpl.getContextMenus()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenContextMenu
 T GMFGenSwitch.caseGenContextMenu(GenContextMenu object)
          Returns the result of interpreting the object as an instance of 'Gen Context Menu'.
 



Copyright © 2012. All Rights Reserved.