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

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

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

Subinterfaces of Viewmap in org.eclipse.gmf.codegen.gmfgen
 interface FigureViewmap
          A representation of the model object 'Figure Viewmap'.
 interface InnerClassViewmap
          A representation of the model object 'Inner Class Viewmap'.
 interface ModeledViewmap
          A representation of the model object 'Modeled Viewmap'.
 interface ParentAssignedViewmap
          A representation of the model object 'Parent Assigned Viewmap'.
 interface SnippetViewmap
          A representation of the model object 'Snippet Viewmap'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return Viewmap
 Viewmap GenCommonBase.getViewmap()
          Returns the value of the 'Viewmap' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type Viewmap
 void GenCommonBase.setViewmap(Viewmap value)
          Sets the value of the 'Viewmap' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement Viewmap
 class FigureViewmapImpl
          An implementation of the model object 'Figure Viewmap'.
 class InnerClassViewmapImpl
          An implementation of the model object 'Inner Class Viewmap'.
 class ModeledViewmapImpl
          An implementation of the model object 'Modeled Viewmap'.
 class ParentAssignedViewmapImpl
          An implementation of the model object 'Parent Assigned Viewmap'.
 class SnippetViewmapImpl
          An implementation of the model object 'Snippet Viewmap'.
 class ViewmapImpl
          An implementation of the model object 'Viewmap'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as Viewmap
protected  Viewmap GenCommonBaseImpl.viewmap
          The cached value of the 'Viewmap' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return Viewmap
 Viewmap GenCommonBaseImpl.getViewmap()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type Viewmap
 org.eclipse.emf.common.notify.NotificationChain GenCommonBaseImpl.basicSetViewmap(Viewmap newViewmap, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenCommonBaseImpl.setViewmap(Viewmap newViewmap)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type Viewmap
 T GMFGenSwitch.caseViewmap(Viewmap object)
          Returns the result of interpreting the object as an instance of 'Viewmap'.
 



Copyright © 2012. All Rights Reserved.