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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenNavigatorPath
 GenNavigatorPath GMFGenFactory.createGenNavigatorPath()
          Returns a new object of class 'Gen Navigator Path'.
 GenNavigatorPath GenNavigatorPathSegment.getPath()
          Returns the value of the 'Path' container reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenNavigatorPath
 org.eclipse.emf.common.util.EList<GenNavigatorPath> GenNavigatorChildReference.findConnectionPaths()
           
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenNavigatorPath
 class GenNavigatorPathImpl
          An implementation of the model object 'Gen Navigator Path'.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenNavigatorPath
 GenNavigatorPath GMFGenFactoryImpl.createGenNavigatorPath()
           
 GenNavigatorPath GenNavigatorPathSegmentImpl.getPath()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenNavigatorPath
 org.eclipse.emf.common.util.EList<GenNavigatorPath> GenNavigatorChildReferenceImpl.findConnectionPaths()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenNavigatorPath
 T GMFGenSwitch.caseGenNavigatorPath(GenNavigatorPath object)
          Returns the result of interpreting the object as an instance of 'Gen Navigator Path'.
 



Copyright © 2012. All Rights Reserved.