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 CreateShortcutAction
          A representation of the model object 'Create Shortcut Action'.
 interface GenAction
          A representation of the model object 'Gen Action'.
 interface GenActionFactoryContributionItem
          A representation of the model object 'Gen Action Factory Contribution Item'.
 interface GenCommandAction
          A representation of the model object 'Gen Command Action'.
 interface GenCustomAction
          A representation of the model object 'Gen Custom Action'.
 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'.
 interface InitDiagramAction
          A representation of the model object 'Init Diagram Action'.
 interface LoadResourceAction
          A representation of the model object 'Load Resource Action'.
 

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 CreateShortcutActionImpl
          An implementation of the model object 'Create Shortcut Action'.
 class GenActionFactoryContributionItemImpl
          An implementation of the model object 'Gen Action Factory Contribution Item'.
 class GenActionImpl
          An implementation of the model object 'Gen Action'.
 class GenCommandActionImpl
          An implementation of the model object 'Gen Command Action'.
 class GenContributionItemImpl
          An implementation of the model object 'Gen Contribution Item'.
 class GenCustomActionImpl
          An implementation of the model object 'Gen Custom Action'.
 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'.
 class InitDiagramActionImpl
          An implementation of the model object 'Init Diagram Action'.
 class LoadResourceActionImpl
          An implementation of the model object 'Load Resource Action'.
 

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'.
 



Copyright © 2012. All Rights Reserved.