|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IReconnectionContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IReconnectionContext | |
---|---|
boolean |
FeatureCheckerAdapter.allowReconnect(IReconnectionContext context)
|
boolean |
IFeatureChecker.allowReconnect(IReconnectionContext context)
|
IReconnectionFeature |
ConfigurableFeatureProviderWrapper.getReconnectionFeature(IReconnectionContext context)
|
IReconnectionFeature |
DefaultFeatureProviderWrapper.getReconnectionFeature(IReconnectionContext context)
|
IReconnectionFeature |
IFeatureProvider.getReconnectionFeature(IReconnectionContext context)
Reconnection features handle the change of a connection's start or end anchor. |
Uses of IReconnectionContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IReconnectionContext | |
---|---|
class |
ReconnectionContext
The Class ReconnectionContext. |
Uses of IReconnectionContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IReconnectionContext | |
---|---|
void |
DefaultReconnectionFeature.canceledReconnect(IReconnectionContext context)
Called by the framework in case a started reconnection operation has been cancelled, e.g. |
boolean |
DefaultReconnectionFeature.canReconnect(IReconnectionContext context)
Called by the framework to check if this feature can perform the currently triggered reconnection request. |
boolean |
DefaultReconnectionFeature.canStartReconnect(IReconnectionContext context)
Called by the framework after the connection has been selected. |
protected Anchor |
DefaultReconnectionFeature.getNewAnchor(IReconnectionContext context)
Can be overridden by the user to influence the target anchor to use for the reconnect. |
IReconnectionFeature |
AbstractFeatureProvider.getReconnectionFeature(IReconnectionContext context)
|
void |
DefaultReconnectionFeature.postReconnect(IReconnectionContext context)
Hook that is called by the DefaultReconnectionFeature.reconnect(IReconnectionContext)
method after the actual reconnect is done. |
void |
DefaultReconnectionFeature.preReconnect(IReconnectionContext context)
Hook that is called by the DefaultReconnectionFeature.reconnect(IReconnectionContext)
method before the actual reconnect is done. |
void |
DefaultReconnectionFeature.reconnect(IReconnectionContext context)
Called by the framework to perform the currently triggered reconnection request. |
Uses of IReconnectionContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type IReconnectionContext | |
---|---|
void |
IReconnection.canceledReconnect(IReconnectionContext context)
Will called if the connection reconnect process was canceled after dragging the start or end of the connection. |
boolean |
IReconnection.canReconnect(IReconnectionContext context)
Can reconnect. |
boolean |
IReconnection.canStartReconnect(IReconnectionContext context)
Can start reconnect. |
void |
IReconnection.postReconnect(IReconnectionContext context)
Post reconnnect. |
void |
IReconnection.preReconnect(IReconnectionContext context)
Pre reconnnect. |
void |
IReconnection.reconnect(IReconnectionContext context)
Reconnnect. |
Uses of IReconnectionContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IReconnectionContext | |
---|---|
void |
ReconnectionFeatureForPattern.canceledReconnect(IReconnectionContext context)
|
boolean |
ReconnectionFeatureForPattern.canReconnect(IReconnectionContext context)
|
boolean |
ReconnectionFeatureForPattern.canStartReconnect(IReconnectionContext context)
|
void |
ReconnectionFeatureForPattern.postReconnect(IReconnectionContext context)
|
void |
ReconnectionFeatureForPattern.preReconnect(IReconnectionContext context)
|
void |
ReconnectionFeatureForPattern.reconnect(IReconnectionContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |