Generation Framework

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

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

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

Subinterfaces of GenContributionItem in org.eclipse.gmf.codegen.gmfgen
 interface GenActionFactoryContributionItem
          A representation of the model object 'Gen Action Factory Contribution Item'
 interface GenContributionManager
          A representation of the model object 'Gen Contribution Manager'
 interface GenGroupMarker
          A representation of the model object 'Gen Group Marker'
 interface GenMenuManager
          A representation of the model object 'Gen Menu Manager'
 interface GenSeparator
          A representation of the model object 'Gen Separator'
 interface GenSharedContributionItem
          A representation of the model object 'Gen Shared Contribution Item'
 interface GenToolBarManager
          A representation of the model object 'Gen Tool Bar Manager'
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenContributionItem
 GenContributionItem GenSharedContributionItem.getActualItem()
          Returns the value of the 'Actual Item' reference
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenContributionItem
 org.eclipse.emf.common.util.EList<GenContributionItem> GenContributionManager.getItems()
          Returns the value of the 'Items' containment reference list.
 org.eclipse.emf.common.util.EList<GenContributionItem> GenApplication.getSharedContributionItems()
          Returns the value of the 'Shared Contribution Items' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenContributionItem
 void GenSharedContributionItem.setActualItem(GenContributionItem value)
          Sets the value of the 'Actual Item' reference
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenContributionItem
 class GenActionFactoryContributionItemImpl
          An implementation of the model object 'Gen Action Factory Contribution Item'
 class GenContributionItemImpl
          An implementation of the model object 'Gen Contribution Item'
 class GenContributionManagerImpl
          An implementation of the model object 'Gen Contribution Manager'
 class GenGroupMarkerImpl
          An implementation of the model object 'Gen Group Marker'
 class GenMenuManagerImpl
          An implementation of the model object 'Gen Menu Manager'
 class GenSeparatorImpl
          An implementation of the model object 'Gen Separator'
 class GenSharedContributionItemImpl
          An implementation of the model object 'Gen Shared Contribution Item'
 class GenToolBarManagerImpl
          An implementation of the model object 'Gen Tool Bar Manager'
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenContributionItem
protected  GenContributionItem GenSharedContributionItemImpl.actualItem
          The cached value of the 'Actual Item' reference
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenContributionItem
protected  org.eclipse.emf.common.util.EList<GenContributionItem> GenContributionManagerImpl.items
          The cached value of the 'Items' containment reference list
protected  org.eclipse.emf.common.util.EList<GenContributionItem> GenApplicationImpl.sharedContributionItems
          The cached value of the 'Shared Contribution Items' containment reference list
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenContributionItem
 GenContributionItem GenSharedContributionItemImpl.basicGetActualItem()
           
 GenContributionItem GenSharedContributionItemImpl.getActualItem()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenContributionItem
 org.eclipse.emf.common.util.EList<GenContributionItem> GenContributionManagerImpl.getItems()
           
 org.eclipse.emf.common.util.EList<GenContributionItem> GenApplicationImpl.getSharedContributionItems()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenContributionItem
 void GenSharedContributionItemImpl.setActualItem(GenContributionItem newActualItem)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenContributionItem
 T GMFGenSwitch.caseGenContributionItem(GenContributionItem object)
          Returns the result of interpreting the object as an instance of 'Gen Contribution Item'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.