org.vectomatic.client.rep.controller
Class RedoController

java.lang.Object
  extended by org.vectomatic.client.rep.controller.ControllerBase
      extended by 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


Field Summary
 
Fields inherited from class org.vectomatic.client.rep.controller.ControllerBase
_app
 
Constructor Summary
RedoController(RepApplication app)
           
 
Method Summary
 void activate(DrawingView view)
           
 void commandHistoryChange(CommandHistory commandHistory)
           
 ControllerPushButton getRedoButton()
           
 ControllerMenuItem getRedoMenuItem()
           
 
Methods inherited from class org.vectomatic.client.rep.controller.ControllerBase
deactivate, keyDown, keyPress, keyUp, mouseDown, mouseMove, mouseUp, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedoController

public RedoController(RepApplication app)
Method Detail

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.