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

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

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

Subinterfaces of GenChildNode in org.eclipse.gmf.codegen.gmfgen
 interface GenChildLabelNode
          A representation of the model object 'Gen Child Label Node'.
 interface GenChildSideAffixedNode
          A representation of the model object 'Gen Child Side Affixed Node'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenChildNode
 GenChildNode GMFGenFactory.createGenChildNode()
          Returns a new object of class 'Gen Child Node'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenChildNode
 org.eclipse.emf.common.util.EList<GenChildNode> GenChildContainer.getChildNodes()
          Returns the value of the 'Child Nodes' reference list.
 org.eclipse.emf.common.util.EList<GenChildNode> GenDiagram.getChildNodes()
          Returns the value of the 'Child Nodes' containment reference list.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenChildNode
 class GenChildLabelNodeImpl
          An implementation of the model object 'Gen Child Label Node'.
 class GenChildNodeImpl
          An implementation of the model object 'Gen Child Node'.
 class GenChildSideAffixedNodeImpl
          An implementation of the model object 'Gen Child Side Affixed Node'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenChildNode
protected  org.eclipse.emf.common.util.EList<GenChildNode> GenChildContainerImpl.childNodes
          The cached value of the 'Child Nodes' reference list.
protected  org.eclipse.emf.common.util.EList<GenChildNode> GenDiagramImpl.childNodes
          The cached value of the 'Child Nodes' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenChildNode
 GenChildNode GMFGenFactoryImpl.createGenChildNode()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenChildNode
 org.eclipse.emf.common.util.EList<GenChildNode> GenChildContainerImpl.getChildNodes()
           
 org.eclipse.emf.common.util.EList<GenChildNode> GenDiagramImpl.getChildNodes()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenChildNode
 T GMFGenSwitch.caseGenChildNode(GenChildNode object)
          Returns the result of interpreting the object as an instance of 'Gen Child Node'.
 



Copyright © 2012. All Rights Reserved.