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

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

Uses of IReconnectionContext in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features with parameters of type IReconnectionContext
 boolean FeatureCheckerAdapter.allowReconnect(IReconnectionContext context)
           
 boolean IFeatureChecker.allowReconnect(IReconnectionContext context)
           
 IReconnectionFeature ConfigurableFeatureProviderWrapper.getReconnectionFeature(IReconnectionContext context)
           
 IReconnectionFeature DefaultFeatureProviderWrapper.getReconnectionFeature(IReconnectionContext context)
           
 IReconnectionFeature IFeatureProvider.getReconnectionFeature(IReconnectionContext context)
          Reconnection features handle the change of a connection's start or end anchor.
 

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

Classes in org.eclipse.graphiti.features.context.impl that implement IReconnectionContext
 class ReconnectionContext
          The Class ReconnectionContext.
 

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

Methods in org.eclipse.graphiti.features.impl with parameters of type IReconnectionContext
 void DefaultReconnectionFeature.canceledReconnect(IReconnectionContext context)
          Called by the framework in case a started reconnection operation has been cancelled, e.g.
 boolean DefaultReconnectionFeature.canReconnect(IReconnectionContext context)
          Called by the framework to check if this feature can perform the currently triggered reconnection request.
protected  Anchor DefaultReconnectionFeature.getNewAnchor(IReconnectionContext context)
          Can be overridden by the user to influence the target anchor to use for the reconnect.
 IReconnectionFeature AbstractFeatureProvider.getReconnectionFeature(IReconnectionContext context)
           
 void DefaultReconnectionFeature.postReconnect(IReconnectionContext context)
          Hook that is called by the DefaultReconnectionFeature.reconnect(IReconnectionContext) method after the actual reconnect is done.
 void DefaultReconnectionFeature.preReconnect(IReconnectionContext context)
          Hook that is called by the DefaultReconnectionFeature.reconnect(IReconnectionContext) method before the actual reconnect is done.
 void DefaultReconnectionFeature.reconnect(IReconnectionContext context)
          Called by the framework to perform the currently triggered reconnection request.
 

Uses of IReconnectionContext in org.eclipse.graphiti.func
 

Methods in org.eclipse.graphiti.func with parameters of type IReconnectionContext
 void IReconnection.canceledReconnect(IReconnectionContext context)
          Will called if the connection reconnect process was canceled after dragging the start or end of the connection.
 boolean IReconnection.canReconnect(IReconnectionContext context)
          Can reconnect.
 void IReconnection.postReconnect(IReconnectionContext context)
          Post reconnnect.
 void IReconnection.preReconnect(IReconnectionContext context)
          Pre reconnnect.
 void IReconnection.reconnect(IReconnectionContext context)
          Reconnnect.
 

Uses of IReconnectionContext in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern with parameters of type IReconnectionContext
 void ReconnectionFeatureForPattern.canceledReconnect(IReconnectionContext context)
           
 boolean ReconnectionFeatureForPattern.canReconnect(IReconnectionContext context)
           
 void ReconnectionFeatureForPattern.postReconnect(IReconnectionContext context)
           
 void ReconnectionFeatureForPattern.preReconnect(IReconnectionContext context)
           
 void ReconnectionFeatureForPattern.reconnect(IReconnectionContext context)
           
 



Copyright (c) SAP AG 2005, 2012.