|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnectionPattern | |
|---|---|
| org.eclipse.graphiti.pattern | |
| Uses of IConnectionPattern in org.eclipse.graphiti.pattern |
|---|
| Classes in org.eclipse.graphiti.pattern that implement IConnectionPattern | |
|---|---|
class |
AbstractConnectionPattern
This is the base class AbstractConnectionPattern that clients writing a pattern for a connection domain object should subclass. |
| Fields in org.eclipse.graphiti.pattern declared as IConnectionPattern | |
|---|---|
private IConnectionPattern |
CreateConnectionFeatureForPattern.pattern
|
| Fields in org.eclipse.graphiti.pattern with type parameters of type IConnectionPattern | |
|---|---|
private List<IConnectionPattern> |
DefaultFeatureProviderWithPatterns.connectionPatters
|
| Methods in org.eclipse.graphiti.pattern that return IConnectionPattern | |
|---|---|
IConnectionPattern |
CreateConnectionFeatureForPattern.getPattern()
Gets the pattern. |
| Methods in org.eclipse.graphiti.pattern that return types with arguments of type IConnectionPattern | |
|---|---|
protected List<IConnectionPattern> |
DefaultFeatureProviderWithPatterns.getConnectionPatterns()
Returns a new list of the registered patterns that deal with sonnection inside this feature provider. |
| Methods in org.eclipse.graphiti.pattern with parameters of type IConnectionPattern | |
|---|---|
void |
DefaultFeatureProviderWithPatterns.addConnectionPattern(IConnectionPattern pattern)
Adds a pattern defined to handle connections to the list of registered patterns. |
| Constructors in org.eclipse.graphiti.pattern with parameters of type IConnectionPattern | |
|---|---|
CreateConnectionFeatureForPattern(IFeatureProvider featureProvider,
IConnectionPattern pattern)
Creates a new CreateConnectionFeatureForPattern. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||