13a14 > import CH.ifa.draw.util.UndoManager; 40,43c41 < /** < * Gets the editor's drawing. < */ < public Drawing drawing(); --- > public DrawingView[] views(); 57c55 < * Informs that the current selection has changed. --- > * Informs that the current figure selection has changed. 61a60,62 > public void addViewChangeListener(ViewChangeListener vsl); > public void removeViewChangeListener(ViewChangeListener vsl); > 66a68 > public UndoManager getUndoManager();