|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICreateConnectionContext | |
|---|---|
| org.eclipse.graphiti.features.context.impl | |
| org.eclipse.graphiti.features.impl | |
| org.eclipse.graphiti.func | |
| org.eclipse.graphiti.pattern | |
| Uses of ICreateConnectionContext in org.eclipse.graphiti.features.context.impl |
|---|
| Classes in org.eclipse.graphiti.features.context.impl that implement ICreateConnectionContext | |
|---|---|
class |
CreateConnectionContext
The Class CreateConnectionContext. |
| Uses of ICreateConnectionContext in org.eclipse.graphiti.features.impl |
|---|
| Methods in org.eclipse.graphiti.features.impl with parameters of type ICreateConnectionContext | |
|---|---|
void |
AbstractCreateConnectionFeature.attachedToSource(ICreateConnectionContext context)
|
void |
AbstractCreateConnectionFeature.canceledAttaching(ICreateConnectionContext context)
|
| Uses of ICreateConnectionContext in org.eclipse.graphiti.func |
|---|
| Methods in org.eclipse.graphiti.func with parameters of type ICreateConnectionContext | |
|---|---|
void |
ICreateConnection.attachedToSource(ICreateConnectionContext context)
Will called after a connection was successfully attached to an anchor of a source object. Note: In contrast to the standard feature methods like ICreateConnection.canCreate(ICreateConnectionContext) and
ICreateConnection.create(ICreateConnectionContext) this method will not be called
in the scope of an EMF transaction. |
void |
ICreateConnection.canceledAttaching(ICreateConnectionContext context)
Will called if the connection creation process was canceled after the successful attachment of the connection to an anchor of a source object. |
boolean |
ICreateConnection.canCreate(ICreateConnectionContext context)
Can create. |
boolean |
ICreateConnection.canStartConnection(ICreateConnectionContext context)
Can start connection. |
Connection |
ICreateConnection.create(ICreateConnectionContext context)
Creates the. |
| Uses of ICreateConnectionContext in org.eclipse.graphiti.pattern |
|---|
| Methods in org.eclipse.graphiti.pattern with parameters of type ICreateConnectionContext | |
|---|---|
void |
AbstractConnectionPattern.attachedToSource(ICreateConnectionContext context)
|
void |
CreateConnectionFeatureForPattern.attachedToSource(ICreateConnectionContext context)
|
void |
AbstractConnectionPattern.canceledAttaching(ICreateConnectionContext context)
|
void |
CreateConnectionFeatureForPattern.canceledAttaching(ICreateConnectionContext context)
|
boolean |
AbstractConnectionPattern.canCreate(ICreateConnectionContext context)
|
boolean |
CreateConnectionFeatureForPattern.canCreate(ICreateConnectionContext context)
|
boolean |
AbstractConnectionPattern.canStartConnection(ICreateConnectionContext context)
|
boolean |
CreateConnectionFeatureForPattern.canStartConnection(ICreateConnectionContext context)
|
Connection |
AbstractConnectionPattern.create(ICreateConnectionContext context)
|
Connection |
CreateConnectionFeatureForPattern.create(ICreateConnectionContext context)
|
protected static AddConnectionContext |
AbstractConnectionPattern.getAddConnectionContext(ICreateConnectionContext context)
Gets the adds the connection context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||