newContext.setLocation(ga.getX(), ga.getY());
newContext.putProperty(ACTIVITY_MOVE_PROPERTY, true);
IMoveShapeFeature moveFeature = getFeatureProvider().getMoveShapeFeature(newContext);
if (moveFeature.canMoveShape(newContext)) {
moveFeature.moveShape(newContext);
}
}
}.doWork(activity, getDiagram());
}
}