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

Packages that use ICreateFeature
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.palette   
org.eclipse.graphiti.palette.impl   
org.eclipse.graphiti.pattern   
 

Uses of ICreateFeature in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features that return ICreateFeature
 ICreateFeature[] ConfigurableFeatureProviderWrapper.getCreateFeatures()
           
 ICreateFeature[] DefaultFeatureProviderWrapper.getCreateFeatures()
           
 ICreateFeature[] IFeatureProvider.getCreateFeatures()
          Provides all create features.
 

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

Classes in org.eclipse.graphiti.features.impl that implement ICreateFeature
 class AbstractCreateFeature
          The Class AbstractCreateFeature.
 

Methods in org.eclipse.graphiti.features.impl that return ICreateFeature
 ICreateFeature[] AbstractFeatureProvider.getCreateFeatures()
           
 

Uses of ICreateFeature in org.eclipse.graphiti.palette
 

Methods in org.eclipse.graphiti.palette that return ICreateFeature
 ICreateFeature IObjectCreationToolEntry.getCreateFeature()
          Gets the creates the feature.
 

Uses of ICreateFeature in org.eclipse.graphiti.palette.impl
 

Fields in org.eclipse.graphiti.palette.impl declared as ICreateFeature
private  ICreateFeature ObjectCreationToolEntry.createFeature
           
 

Methods in org.eclipse.graphiti.palette.impl that return ICreateFeature
 ICreateFeature ObjectCreationToolEntry.getCreateFeature()
          Gets the create feature.
 

Constructors in org.eclipse.graphiti.palette.impl with parameters of type ICreateFeature
ObjectCreationToolEntry(String label, String description, String iconId, String largeIconId, ICreateFeature createFeature)
          Creates a new ObjectCreationToolEntry.
 

Uses of ICreateFeature in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement ICreateFeature
 class CreateFeatureForPattern
          This feature wraps the create functionality of a pattern for calls of the Graphiti framework.
 

Methods in org.eclipse.graphiti.pattern that return ICreateFeature
 ICreateFeature[] DefaultFeatureProviderWithPatterns.getCreateFeatures()
          Retrieves an array of create features that are available from the registered patterns and the super class of this feature provider.
protected  ICreateFeature[] DefaultFeatureProviderWithPatterns.getCreateFeaturesAdditional()
          Gets the additional create feature functionality.
 



Copyright (c) SAP AG 2005, 2012.