Uses of Interface
org.eclipse.gmf.gmfgraph.CustomConnection

Packages that use CustomConnection
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of CustomConnection in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return CustomConnection
 CustomConnection GMFGraphFactory.createCustomConnection()
          Returns a new object of class 'Custom Connection'.
 

Uses of CustomConnection in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement CustomConnection
 class CustomConnectionImpl
          An implementation of the model object 'Custom Connection'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return CustomConnection
 CustomConnection GMFGraphFactoryImpl.createCustomConnection()
           
 

Uses of CustomConnection in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type CustomConnection
 T GMFGraphSwitch.caseCustomConnection(CustomConnection object)
          Returns the result of interpreting the object as an instance of 'Custom Connection'.
 



Copyright © 2012. All Rights Reserved.