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
 boolean DefaultReconnectionFeature.canReconnect(IReconnectionContext context)
           
protected  Anchor DefaultReconnectionFeature.getNewAnchor(IReconnectionContext context)
          Gets the new anchor.
 IReconnectionFeature AbstractFeatureProvider.getReconnectionFeature(IReconnectionContext context)
           
 void DefaultReconnectionFeature.postReconnect(IReconnectionContext context)
           
 void DefaultReconnectionFeature.preReconnect(IReconnectionContext context)
           
 void DefaultReconnectionFeature.reconnect(IReconnectionContext context)
           
 

Uses of IReconnectionContext in org.eclipse.graphiti.func
 

Methods in org.eclipse.graphiti.func with parameters of type IReconnectionContext
 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
 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, 2010.