26a27,27 > * @param newDrawingEditor the DrawingEditor which manages the views 27,27d26 < * @param view the target view 29a30,30 > super(name, newDrawingEditor); 29,29c29,29 < public DeleteCommand(String name, DrawingView view) { --- > public DeleteCommand(String name, DrawingEditor newDrawingEditor) { 30,30d29 < super(name, view); 33a34,34 > super.execute(); 39a41,41 > protected boolean isExecutableWithView() { 40,40d40 < public boolean isExecutable() {