29a30,30 > * @param newDrawingEditor the DrawingEditor which manages the views 30,30d29 < * @param view the target view 32a33,33 > super(name, newDrawingEditor); 32,32c32,32 < public CutCommand(String name, DrawingView view) { --- > public CutCommand(String name, DrawingEditor newDrawingEditor) { 33,33d32 < super(name, view); 36a37,37 > super.execute(); 45,45c46,46 < public boolean isExecutable() { --- > public boolean isExecutableWithView() {