Uses of Interface
org.eclipse.graphiti.features.context.ICreateConnectionContext

Packages that use ICreateConnectionContext
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.func   
org.eclipse.graphiti.pattern   
 

Uses of ICreateConnectionContext in org.eclipse.graphiti.features.context.impl
 

Classes in org.eclipse.graphiti.features.context.impl that implement ICreateConnectionContext
 class CreateConnectionContext
          The Class CreateConnectionContext.
 

Uses of ICreateConnectionContext in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl with parameters of type ICreateConnectionContext
 void AbstractCreateConnectionFeature.attachedToSource(ICreateConnectionContext context)
           
 void AbstractCreateConnectionFeature.canceledAttaching(ICreateConnectionContext context)
           
 

Uses of ICreateConnectionContext in org.eclipse.graphiti.func
 

Methods in org.eclipse.graphiti.func with parameters of type ICreateConnectionContext
 void ICreateConnection.attachedToSource(ICreateConnectionContext context)
          Will called after a connection was successfully attached to an anchor of a source object.
Note: In contrast to the standard feature methods like ICreateConnection.canCreate(ICreateConnectionContext) and ICreateConnection.create(ICreateConnectionContext) this method will not be called in the scope of an EMF transaction.
 void ICreateConnection.canceledAttaching(ICreateConnectionContext context)
          Will called if the connection creation process was canceled after the successful attachment of the connection to an anchor of a source object.
 boolean ICreateConnection.canCreate(ICreateConnectionContext context)
          Can create.
 boolean ICreateConnection.canStartConnection(ICreateConnectionContext context)
          Can start connection.
 Connection ICreateConnection.create(ICreateConnectionContext context)
          Creates the connection.
 

Uses of ICreateConnectionContext in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern with parameters of type ICreateConnectionContext
 void AbstractConnectionPattern.attachedToSource(ICreateConnectionContext context)
          Hook that is called by the Graphiti framework as soon as a new connection is attached to its source anchor.
 void CreateConnectionFeatureForPattern.attachedToSource(ICreateConnectionContext context)
           
 void AbstractConnectionPattern.canceledAttaching(ICreateConnectionContext context)
          Hook that is called by the Graphiti framework as soon as a connection creation is cancelled.
 void CreateConnectionFeatureForPattern.canceledAttaching(ICreateConnectionContext context)
           
 boolean AbstractConnectionPattern.canCreate(ICreateConnectionContext context)
          Clients must override this method to indicate that the pattern can be used to create domain objects as defined in the given ICreateConnectionContext.
 boolean CreateConnectionFeatureForPattern.canCreate(ICreateConnectionContext context)
           
 boolean AbstractConnectionPattern.canStartConnection(ICreateConnectionContext context)
          Clients must override this method to indicate that the pattern can be used to create domain objects starting from what is defined in the given ICreateConnectionContext.
 boolean CreateConnectionFeatureForPattern.canStartConnection(ICreateConnectionContext context)
           
 Connection AbstractConnectionPattern.create(ICreateConnectionContext context)
          Clients must override this method to implement the functionality to create a new connection domain object as defined in the given ICreateConnectionContext.
 Connection CreateConnectionFeatureForPattern.create(ICreateConnectionContext context)
           
protected static AddConnectionContext AbstractConnectionPattern.getAddConnectionContext(ICreateConnectionContext context)
          Creates a new AddConnectionContext suitable for adding a connection for this pattern.
 



Copyright (c) SAP AG 2005, 2012.