final MoveDragOperation mop = new MoveDragOperation
(visualElements, new Point(), EmptySnapModel.INSTANCE, EmptySnapModel.INSTANCE);
mop.update(new Point(0, -1), 1);
mop.finish();
final MassElementStyleUndoEntry massElementStyleUndoEntry = builder.finish();
getActiveContext().getUndo().addChange
(ActionMessages.getString("MoveUpOneAction.UndoName"), massElementStyleUndoEntry);
}