org.jhotdraw.standard
Class BringToFrontCommand.UndoActivity

java.lang.Object
  extended by org.jhotdraw.util.UndoableAdapter
      extended by org.jhotdraw.standard.SendToBackCommand.UndoActivity
          extended by org.jhotdraw.standard.BringToFrontCommand.UndoActivity
All Implemented Interfaces:
Undoable
Enclosing class:
BringToFrontCommand

public static class BringToFrontCommand.UndoActivity
extends SendToBackCommand.UndoActivity


Constructor Summary
BringToFrontCommand.UndoActivity(DrawingView newDrawingView)
           
 
Method Summary
 
Methods inherited from class org.jhotdraw.standard.SendToBackCommand.UndoActivity
redo, setAffectedFigures, undo
 
Methods inherited from class org.jhotdraw.util.UndoableAdapter
getAffectedFigures, getAffectedFiguresCount, getAffectedFiguresReversed, getDrawingView, isRedoable, isUndoable, release, setRedoable, setUndoable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BringToFrontCommand.UndoActivity

public BringToFrontCommand.UndoActivity(DrawingView newDrawingView)