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

Packages that use IPattern
org.eclipse.graphiti.pattern   
 

Uses of IPattern in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement IPattern
 class AbstractPattern
          The Class AbstractPattern.
 

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  java.util.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  java.util.List<IPattern> DefaultFeatureProviderWithPatterns.getPatterns()
          Gets the patterns.
 

Methods in org.eclipse.graphiti.pattern with parameters of type IPattern
 void DefaultFeatureProviderWithPatterns.addPattern(IPattern pattern)
           
 void IPatternContainer.addPattern(IPattern pattern)
          Adds the pattern.
protected  boolean DefaultFeatureProviderWithPatterns.checkPattern(IPattern pattern, java.lang.Object object)
          Check pattern.
private  void FeatureForPatternDelegate.setPattern(IPattern pattern)
          Sets the pattern.
protected  void DefaultFeatureProviderWithPatterns.traceWarning(java.lang.String string, IPattern pattern, IPattern choosenPattern)
          Trace warning.
 

Constructors in org.eclipse.graphiti.pattern with parameters of type IPattern
CreateFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new CreateFeatureForPattern.
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.
ResizeShapeFeatureForPattern(IFeatureProvider featureProvider, IPattern pattern)
          Creates a new ResizeShapeFeatureForPattern.
 



Copyright (c) SAP AG 2005, 2010.