114c114 < * @param view the target view --- > * @param newDrawingEditor the DrawingEditor which manages the views 116,117c116,117 < public AlignCommand(Alignment newAlignment, DrawingView view) { < super(newAlignment.getDescription(), view); --- > public AlignCommand(Alignment newAlignment, DrawingEditor newDrawingEditor) { > super(newAlignment.getDescription(), newDrawingEditor); 121c121 < public boolean isExecutable() { --- > protected boolean isExecutableWithView() { 125a126 > super.execute();