|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICreateConnectionFeature | |
---|---|
org.eclipse.graphiti.features | |
org.eclipse.graphiti.features.impl | |
org.eclipse.graphiti.palette.impl | |
org.eclipse.graphiti.pattern |
Uses of ICreateConnectionFeature in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features that return ICreateConnectionFeature | |
---|---|
ICreateConnectionFeature[] |
ConfigurableFeatureProviderWrapper.getCreateConnectionFeatures()
|
ICreateConnectionFeature[] |
DefaultFeatureProviderWrapper.getCreateConnectionFeatures()
|
ICreateConnectionFeature[] |
IFeatureProvider.getCreateConnectionFeatures()
Gets the create connection features. |
Uses of ICreateConnectionFeature in org.eclipse.graphiti.features.impl |
---|
Classes in org.eclipse.graphiti.features.impl that implement ICreateConnectionFeature | |
---|---|
class |
AbstractCreateConnectionFeature
The Class AbstractCreateConnectionFeature. |
Methods in org.eclipse.graphiti.features.impl that return ICreateConnectionFeature | |
---|---|
ICreateConnectionFeature[] |
AbstractFeatureProvider.getCreateConnectionFeatures()
|
Uses of ICreateConnectionFeature in org.eclipse.graphiti.palette.impl |
---|
Methods in org.eclipse.graphiti.palette.impl with parameters of type ICreateConnectionFeature | |
---|---|
void |
ConnectionCreationToolEntry.addCreateConnectionFeature(ICreateConnectionFeature createFeature)
Adds a create feature to the tool. |
Uses of ICreateConnectionFeature in org.eclipse.graphiti.pattern |
---|
Classes in org.eclipse.graphiti.pattern that implement ICreateConnectionFeature | |
---|---|
class |
CreateConnectionFeatureForPattern
This feature wraps the create functionality of a pattern for calls of the Graphiti framework. |
Methods in org.eclipse.graphiti.pattern that return ICreateConnectionFeature | |
---|---|
ICreateConnectionFeature[] |
DefaultFeatureProviderWithPatterns.getCreateConnectionFeatures()
Retrieves an array of create connection features that are available from the registered patterns and the super class of this feature provider. |
protected ICreateConnectionFeature[] |
DefaultFeatureProviderWithPatterns.getCreateConnectionFeaturesAdditional()
Gets the additional create connection feature functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |