Generation Framework

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

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

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

Subinterfaces of GenCommonBase in org.eclipse.gmf.codegen.gmfgen
 interface GenChildContainer
           A representation of the model object 'Gen Child Container'
 interface GenChildLabelNode
           A representation of the model object 'Gen Child Label Node'
 interface GenChildNode
           A representation of the model object 'Gen Child Node'
 interface GenCompartment
           A representation of the model object 'Gen Compartment'
 interface GenContainerBase
           A representation of the model object 'Gen Container Base'
 interface GenDiagram
           A representation of the model object 'Gen Diagram'
 interface GenExternalNodeLabel
           A representation of the model object 'Gen External Node Label'
 interface GenLabel
           A representation of the model object 'Gen Label'
 interface GenLink
           A representation of the model object 'Gen Link'
 interface GenLinkLabel
           A representation of the model object 'Gen Link Label'
 interface GenNode
           A representation of the model object 'Gen Node'
 interface GenNodeLabel
           A representation of the model object 'Gen Node Label'
 interface GenTopLevelNode
           A representation of the model object 'Gen Top Level Node'
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenCommonBase
 GenCommonBase ElementType.getDiagramElement()
          Returns the value of the 'Diagram Element' container reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenCommonBase
 void ElementType.setDiagramElement(GenCommonBase value)
          Sets the value of the 'Diagram Element' container reference
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenCommonBase
 class GenChildContainerImpl
           An implementation of the model object 'Gen Child Container'
 class GenChildLabelNodeImpl
           An implementation of the model object 'Gen Child Label Node'
 class GenChildNodeImpl
           An implementation of the model object 'Gen Child Node'
 class GenCommonBaseImpl
           An implementation of the model object 'Gen Common Base'
 class GenCompartmentImpl
           An implementation of the model object 'Gen Compartment'
 class GenDiagramImpl
           An implementation of the model object 'Gen Diagram'
 class GenExternalNodeLabelImpl
           An implementation of the model object 'Gen External Node Label'
 class GenLabelImpl
           An implementation of the model object 'Gen Label'
 class GenLinkImpl
           An implementation of the model object 'Gen Link'
 class GenLinkLabelImpl
           An implementation of the model object 'Gen Link Label'
 class GenNodeImpl
           An implementation of the model object 'Gen Node'
 class GenNodeLabelImpl
           An implementation of the model object 'Gen Node Label'
 class GenTopLevelNodeImpl
           An implementation of the model object 'Gen Top Level Node'
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenCommonBase
 GenCommonBase ElementTypeImpl.getDiagramElement()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenCommonBase
 NotificationChain ElementTypeImpl.basicSetDiagramElement(GenCommonBase newDiagramElement, NotificationChain msgs)
           
 void ElementTypeImpl.setDiagramElement(GenCommonBase newDiagramElement)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenCommonBase
 java.lang.Object GMFGenSwitch.caseGenCommonBase(GenCommonBase object)
          Returns the result of interpretting the object as an instance of 'Gen Common Base'
 


Generation Framework

Guidelines for using Eclipse APIs.

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