Generation Framework

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

Packages that use Connection
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
 

Uses of Connection in org.eclipse.gmf.gmfgraph
 

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

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type Connection
 org.eclipse.emf.common.util.EList<Connection> Canvas.getConnections()
          Returns the value of the 'Connections' containment reference list.
 

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

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

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Connection
protected  org.eclipse.emf.common.util.EList<Connection> CanvasImpl.connections
          The cached value of the 'Connections' containment reference list
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Connection
 Connection GMFGraphFactoryImpl.createConnection()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Connection
 org.eclipse.emf.common.util.EList<Connection> CanvasImpl.getConnections()
           
 

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

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

Uses of Connection in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return Connection
 Connection LinkMapping.getDiagramLink()
          Returns the value of the 'Diagram Link' reference
 

Methods in org.eclipse.gmf.mappings with parameters of type Connection
 void LinkMapping.setDiagramLink(Connection value)
          Sets the value of the 'Diagram Link' reference
 

Uses of Connection in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as Connection
protected  Connection LinkMappingImpl.diagramLink
          The cached value of the 'Diagram Link' reference
 

Methods in org.eclipse.gmf.mappings.impl that return Connection
 Connection LinkMappingImpl.basicGetDiagramLink()
           
 Connection LinkMappingImpl.getDiagramLink()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Connection
 void LinkMappingImpl.setDiagramLink(Connection newDiagramLink)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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