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

Packages that use IPattern
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.pattern.id   
 

Uses of IPattern in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement IPattern
 class AbstractPattern
          This is the base class AbstractConnectionPattern that clients writing a pattern for a shape domain object should subclass.
 class TypedPattern
          This class provides the basis for all specific pattern types.
 

Fields in org.eclipse.graphiti.pattern declared as IPattern
private  IPattern FeatureForPatternDelegate.pattern
           
 

Fields in org.eclipse.graphiti.pattern with type parameters of type IPattern
private  List<IPattern> DefaultFeatureProviderWithPatterns.patterns
           
 

Methods in org.eclipse.graphiti.pattern that return IPattern
 IPattern CreateFeatureForPattern.getPattern()
          Gets the pattern.
 IPattern FeatureForPatternDelegate.getPattern()
          Gets the pattern.
 IPattern IFeatureForPattern.getPattern()
          Gets the pattern.
 IPattern DefaultFeatureProviderWithPatterns.getPatternForPictogramElement(PictogramElement pe)
           
 IPattern IFeatureProviderWithPatterns.getPatternForPictogramElement(PictogramElement pictogramElement)
          Gets the pattern for pictogram element.
 

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

Methods in org.eclipse.graphiti.pattern with parameters of type IPattern
 void DefaultFeatureProviderWithPatterns.addPattern(IPattern pattern)
          Adds a pattern defined to handle shapes to the list of registered patterns.
 void IPatternContainer.addPattern(IPattern pattern)
          Adds the pattern.
protected  boolean DefaultFeatureProviderWithPatterns.checkPattern(IPattern pattern, Object object)
          Checks the given pattern if it can deal with the given domain object.
private  void FeatureForPatternDelegate.setPattern(IPattern pattern)
          Sets the pattern.
protected  void DefaultFeatureProviderWithPatterns.traceWarning(String string, IPattern pattern, IPattern choosenPattern)
          Helper method to trace warnings when more than one pattern is executed.
 

Constructors in org.eclipse.graphiti.pattern with parameters of type IPattern
CreateFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new CreateFeatureForPattern.
DeleteFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new DeleteFeatureForPattern.
FeatureForPatternDelegate(IPattern pattern)
          Creates a new FeatureForPatternDelegate.
LayoutFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new LayoutFeatureForPattern.
MoveShapeFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new MoveShapeFeatureForPattern.
RemoveFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new RemoveFeatureForPattern.
ResizeShapeFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new ResizeShapeFeatureForPattern.
 

Uses of IPattern in org.eclipse.graphiti.pattern.id
 

Classes in org.eclipse.graphiti.pattern.id that implement IPattern
 class IdPattern
          Base class for ID patterns.
 



Copyright (c) SAP AG 2005, 2012.