org.vectomatic.client.rep.controller
Class UndoController
java.lang.Object
org.vectomatic.client.rep.controller.ControllerBase
org.vectomatic.client.rep.controller.UndoController
- All Implemented Interfaces:
- EventListener, IController, ICommandHistoryListener
public class UndoController
- extends ControllerBase
- implements ICommandHistoryListener
Controller to undo the latest command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndoController
public UndoController(RepApplication app)
activate
public void activate(DrawingView view)
- Specified by:
activate
in interface IController
- Overrides:
activate
in class ControllerBase
commandHistoryChange
public void commandHistoryChange(CommandHistory commandHistory)
- Specified by:
commandHistoryChange
in interface ICommandHistoryListener
getUndoButton
public ControllerPushButton getUndoButton()
getUndoMenuItem
public ControllerMenuItem getUndoMenuItem()
Copyright © 2010. All Rights Reserved.