|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IMoveShapeContext in org.eclipse.graphiti.features |
---|
Methods in org.eclipse.graphiti.features with parameters of type IMoveShapeContext | |
---|---|
IMoveShapeFeature |
ConfigurableFeatureProviderWrapper.getMoveShapeFeature(IMoveShapeContext context)
|
IMoveShapeFeature |
DefaultFeatureProviderWrapper.getMoveShapeFeature(IMoveShapeContext context)
|
IMoveShapeFeature |
IFeatureProvider.getMoveShapeFeature(IMoveShapeContext context)
Move shape features respond to user's move requests. |
Uses of IMoveShapeContext in org.eclipse.graphiti.features.context.impl |
---|
Classes in org.eclipse.graphiti.features.context.impl that implement IMoveShapeContext | |
---|---|
class |
MoveShapeContext
The Class MoveShapeContext. |
Uses of IMoveShapeContext in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IMoveShapeContext | |
---|---|
private FreeFormConnection[] |
DefaultMoveShapeFeature.calculateConnectedConnections(IMoveShapeContext context)
|
private FreeFormConnection[] |
DefaultMoveShapeFeature.calculateContainerConnections(IMoveShapeContext context)
|
boolean |
DefaultMoveShapeFeature.canMoveShape(IMoveShapeContext context)
|
IMoveShapeFeature |
AbstractFeatureProvider.getMoveShapeFeature(IMoveShapeContext context)
|
protected void |
DefaultMoveShapeFeature.internalMove(IMoveShapeContext context)
Internal move. |
protected void |
DefaultMoveShapeFeature.moveAllBendpoints(IMoveShapeContext context)
Move all bendpoints. |
void |
DefaultMoveShapeFeature.moveShape(IMoveShapeContext context)
|
protected void |
DefaultMoveShapeFeature.postMoveShape(IMoveShapeContext context)
Post move shape. |
protected void |
DefaultMoveShapeFeature.preMoveShape(IMoveShapeContext context)
Pre move shape. |
Uses of IMoveShapeContext in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func with parameters of type IMoveShapeContext | |
---|---|
boolean |
IMoveShape.canMoveShape(IMoveShapeContext context)
Can move shape. |
void |
IMoveShape.moveShape(IMoveShapeContext context)
Move shape. |
Uses of IMoveShapeContext in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IMoveShapeContext | |
---|---|
boolean |
AbstractPattern.canMoveShape(IMoveShapeContext context)
Clients may override this method to indicate that the pattern can be used to move the shape of a domain objects as defined in the given IMoveShapeContext . |
boolean |
MoveShapeFeatureForPattern.canMoveShape(IMoveShapeContext context)
|
IMoveShapeFeature |
DefaultFeatureProviderWithPatterns.getMoveShapeFeature(IMoveShapeContext context)
Tries to retrieve a move feature for shapes suiting the given move context from the registered patterns. |
protected IMoveShapeFeature |
DefaultFeatureProviderWithPatterns.getMoveShapeFeatureAdditional(IMoveShapeContext context)
Gets the additional move feature functionality for shapes. |
protected void |
AbstractPattern.internalMove(IMoveShapeContext context)
Default implementation of the move functionality. |
protected void |
AbstractPattern.moveAllBendpoints(IMoveShapeContext context)
Default implementation of the move functionality to move all bendpoints within a container shape. |
void |
AbstractPattern.moveShape(IMoveShapeContext context)
Clients can override this method to implement the functionality to move a shape for the given domain object as defined in the given IMoveShapeContext . |
void |
MoveShapeFeatureForPattern.moveShape(IMoveShapeContext context)
|
protected void |
AbstractPattern.postMoveShape(IMoveShapeContext context)
Hook clients can override to add additional steps after the move of the shape happened. |
protected void |
AbstractPattern.preMoveShape(IMoveShapeContext context)
Hook clients can override to add additional steps before the move of the shape happens. |
Uses of IMoveShapeContext in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features with parameters of type IMoveShapeContext | |
---|---|
IMoveShapeFeature |
DefaultFeatureProvider.getMoveShapeFeature(IMoveShapeContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |