Uses of Interface
org.eclipse.graphiti.features.IAddFeature

Packages that use IAddFeature
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.pattern   
 

Uses of IAddFeature in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features that return IAddFeature
 IAddFeature ConfigurableFeatureProviderWrapper.getAddFeature(IAddContext context)
           
 IAddFeature DefaultFeatureProviderWrapper.getAddFeature(IAddContext context)
           
 IAddFeature IFeatureProvider.getAddFeature(IAddContext context)
          Add features create graphical representations of domain model objects.
 

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

Classes in org.eclipse.graphiti.features.impl that implement IAddFeature
 class AbstractAddFeature
          The Class AbstractAddFeature.
 class AbstractAddPictogramElementFeature
          The Class AbstractAddPictogramElementFeature implements an add feature especially for pictogram elements.
 class AbstractAddShapeFeature
          The Class AbstractAddShapeFeature.
 

Methods in org.eclipse.graphiti.features.impl that return IAddFeature
 IAddFeature AbstractFeatureProvider.getAddFeature(IAddContext context)
           
 

Uses of IAddFeature in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement IAddFeature
 class AddFeatureForPattern
          This feature wraps the add functionality of a pattern for calls of the Graphiti framework.
 

Methods in org.eclipse.graphiti.pattern that return IAddFeature
 IAddFeature DefaultFeatureProviderWithPatterns.getAddFeature(IAddContext context)
          Tries to retrieve an add feature suiting the given add context from the registered patterns.
protected  IAddFeature DefaultFeatureProviderWithPatterns.getAddFeatureAdditional(IAddContext context)
          Gets the additional add feature functionality.
 



Copyright (c) SAP AG 2005, 2012.