27c27 < * @param view the target view --- > * @param newDrawingEditor the DrawingEditor which manages the views 29,30c29,30 < public DeleteCommand(String name, DrawingView view) { < super(name, view); --- > public DeleteCommand(String name, DrawingEditor newDrawingEditor) { > super(name, newDrawingEditor); 33a34 > super.execute(); 40c41 < public boolean isExecutable() { --- > protected boolean isExecutableWithView() {