org.vectomatic.client.rep.controller
Class RedoController
java.lang.Object
org.vectomatic.client.rep.controller.ControllerBase
org.vectomatic.client.rep.controller.RedoController
- All Implemented Interfaces:
- EventListener, IController, ICommandHistoryListener
public class RedoController
- extends ControllerBase
- implements ICommandHistoryListener
Controller to redo a previously undone command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedoController
public RedoController(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
getRedoButton
public ControllerPushButton getRedoButton()
getRedoMenuItem
public ControllerMenuItem getRedoMenuItem()
Copyright © 2010. All Rights Reserved.