29c29 < * @param view the target view --- > * @param newDrawingEditor the DrawingEditor which manages the views 31,32c31,32 < protected FigureTransferCommand(String name, DrawingView view) { < super(name, view); --- > protected FigureTransferCommand(String name, DrawingEditor newDrawingEditor) { > super(name, newDrawingEditor);