2c2 < * @(#)Tool.java 5.2 --- > * @(#)Tool.java 3a4,9 > * Project: JHotdraw - a GUI framework for technical drawings > * http://www.jhotdraw.org > * http://jhotdraw.sourceforge.net > * Copyright: © by the original author(s) and all contributors > * License: Lesser GNU Public License (LGPL) > * http://www.opensource.org/licenses/lgpl-license.html 8c14 < import java.awt.*; --- > import CH.ifa.draw.util.Undoable; 24a31 > * 25a33,34 > * > * @version <$CURRENT_VERSION$> 68a78,83 > > public DrawingView view(); > > public Undoable getUndoActivity(); > > public void setUndoActivity(Undoable newUndoableActivity);