org.eclipse.graphiti.features
Interface IMoveConnectionDecoratorFeature
- All Superinterfaces:
- IDescription, IFeature, IFeatureProviderHolder, IMoveFeature, IName
- All Known Implementing Classes:
- DefaultMoveConnectionDecoratorFeature
public interface IMoveConnectionDecoratorFeature
- extends IMoveFeature
The Interface IMoveConnectionDecoratorFeature.
Moving shapes means to change their coordinates or/and their parent.
Methods inherited from interface org.eclipse.graphiti.IName |
getName |
canMoveConnectionDecorator
boolean canMoveConnectionDecorator(IMoveConnectionDecoratorContext context)
- Can move connection decorator.
- Parameters:
context
- the context
- Returns:
- true, if successful
moveConnectionDecorator
void moveConnectionDecorator(IMoveConnectionDecoratorContext context)
- Move connection decorator.
- Parameters:
context
- the context
Copyright (c) SAP AG 2005, 2012.