org.vectomatic.client.rep.controller
Class DeleteController

java.lang.Object
  extended by org.vectomatic.client.rep.controller.ControllerBase
      extended by org.vectomatic.client.rep.controller.DeleteController
All Implemented Interfaces:
IController

public class DeleteController
extends ControllerBase

Controller to respond to delete shape request and turn them into DeleteShapeCommand


Field Summary
 
Fields inherited from class org.vectomatic.client.rep.controller.ControllerBase
_app
 
Constructor Summary
DeleteController(RepApplication app)
           
 
Method Summary
 void activate(DrawingView view)
           
 com.google.gwt.user.client.ui.MenuItem newDeleteContextItem(DrawingView view)
           
 
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

DeleteController

public DeleteController(RepApplication app)
Method Detail

activate

public void activate(DrawingView view)
Specified by:
activate in interface IController
Overrides:
activate in class ControllerBase

newDeleteContextItem

public com.google.gwt.user.client.ui.MenuItem newDeleteContextItem(DrawingView view)


Copyright © 2010. All Rights Reserved.