org.jhotdraw.standard
Class ChangeConnectionStartHandle.UndoActivity

java.lang.Object
  extended byorg.jhotdraw.util.UndoableAdapter
      extended byorg.jhotdraw.standard.ChangeConnectionHandle.UndoActivity
          extended byorg.jhotdraw.standard.ChangeConnectionStartHandle.UndoActivity
All Implemented Interfaces:
Undoable
Enclosing class:
ChangeConnectionStartHandle

public static class ChangeConnectionStartHandle.UndoActivity
extends ChangeConnectionHandle.UndoActivity


Constructor Summary
ChangeConnectionStartHandle.UndoActivity(DrawingView newView)
           
 
Method Summary
protected  Connector replaceConnector(ConnectionFigure connection)
           
 
Methods inherited from class org.jhotdraw.standard.ChangeConnectionHandle.UndoActivity
getOldConnector, redo, setOldConnector, undo
 
Methods inherited from class org.jhotdraw.util.UndoableAdapter
duplicateAffectedFigures, getAffectedFigures, getAffectedFiguresCount, getAffectedFiguresReversed, getDrawingView, isRedoable, isUndoable, release, rememberFigures, setAffectedFigures, setDrawingView, setRedoable, setUndoable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeConnectionStartHandle.UndoActivity

public ChangeConnectionStartHandle.UndoActivity(DrawingView newView)
Method Detail

replaceConnector

protected Connector replaceConnector(ConnectionFigure connection)
Specified by:
replaceConnector in class ChangeConnectionHandle.UndoActivity