Uses of Interface
org.eclipse.graphiti.pattern.IConnectionPattern

Packages that use IConnectionPattern
org.eclipse.graphiti.pattern   
 

Uses of IConnectionPattern in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement IConnectionPattern
 class AbstractConnectionPattern
          This is the base class AbstractConnectionPattern that clients writing a pattern for a connection domain object should subclass.
 

Fields in org.eclipse.graphiti.pattern declared as IConnectionPattern
private  IConnectionPattern CreateConnectionFeatureForPattern.delegate
           
 

Fields in org.eclipse.graphiti.pattern with type parameters of type IConnectionPattern
private  java.util.List<IConnectionPattern> DefaultFeatureProviderWithPatterns.connectionPatters
           
 

Methods in org.eclipse.graphiti.pattern that return types with arguments of type IConnectionPattern
protected  java.util.List<IConnectionPattern> DefaultFeatureProviderWithPatterns.getConnectionPatterns()
          Returns a new list of the registered patterns that deal with sonnection inside this feature provider.
 

Methods in org.eclipse.graphiti.pattern with parameters of type IConnectionPattern
 void DefaultFeatureProviderWithPatterns.addConnectionPattern(IConnectionPattern pattern)
          Adds a pattern defined to handle connections to the list of registered patterns.
 

Constructors in org.eclipse.graphiti.pattern with parameters of type IConnectionPattern
CreateConnectionFeatureForPattern(IFeatureProvider featureProvider, IConnectionPattern pattern)
          Creates a new CreateConnectionFeatureForPattern.
 



Copyright (c) SAP AG 2005, 2012.