2,2c2,2 < * @(#)Handle.java 5.2 --- > * @(#)Handle.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 7a14,14 > import CH.ifa.draw.util.Undoable; 20a28,29 > * > * @version <$CURRENT_VERSION$> 30,30c39,39 < public abstract Point locate(); --- > public Point locate(); 108,108d116 < } 109a118,118 > public Undoable getUndoActivity(); 110a120,121 > public void setUndoActivity(Undoable newUndoableActivity); > }