org.vectomatic.client.rep.controller
Class PasteController
java.lang.Object
org.vectomatic.client.rep.controller.ControllerBase
org.vectomatic.client.rep.controller.PasteController
- All Implemented Interfaces:
- EventListener, IController, IClipBoardListener
public class PasteController
- extends ControllerBase
- implements IClipBoardListener
Controller to respond to paste requests and turn
them into PasteCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasteController
public PasteController(RepApplication app)
activate
public void activate(DrawingView view)
- Specified by:
activate
in interface IController
- Overrides:
activate
in class ControllerBase
getPasteMenuItem
public ControllerMenuItem getPasteMenuItem()
clipBoardChanged
public void clipBoardChanged(ClipBoard clipBoard)
- Specified by:
clipBoardChanged
in interface IClipBoardListener
Copyright © 2010. All Rights Reserved.