Uses of Class
org.vectomatic.client.rep.controller.ControllerBase

Packages that use ControllerBase
org.vectomatic.client.rep.controller   
 

Uses of ControllerBase in org.vectomatic.client.rep.controller
 

Subclasses of ControllerBase in org.vectomatic.client.rep.controller
 class CopyController
          Controller to respond to copy request
 class CutController
          Controller to respond to cut request and turn them into CutCommand
 class DeleteController
          Controller to respond to delete shape request and turn them into DeleteShapeCommand
 class EditPathController
           
 class EditPolylineController
          Controller to respond to polyline edition requests and turn them into MoveVertexCommand and DeleteVertexCommand
 class ExportController
           
 class GroupController
          Controller to respond to grouping requests and turn them into GroupCommand
 class LineWidthController
          Controller to respond to line width modifications and turn them into SetAttributeCommand
 class NewEllipseController
          Controller to respond to new ellipse requests and turn them into NewShapeCommand
 class NewPathController
          Controller to respond to new path requests and turn them into NewShapeCommand
 class NewPolylineController
          Controller to respond to new polyline requests and turn them into NewShapeCommand
 class NewRectController
          Controller to respond to new rect requests and turn them into NewShapeCommand
 class PasteController
          Controller to respond to paste requests and turn them into PasteCommand
 class PickColorController
          Controller to respond to color picking requests and set the current color accordingly
 class RedoController
          Controller to redo a previously undone command
 class RepresentationController
          Controller to respond to open / save requests.
 class ResizeController
           
 class SelectShapeController
          Controller to respond to translate/rotate/resize shape requests and turn them into TransformShapeCommand
 class StyleController
          Class to manage changes of the color or transparency of a shape
 class UndoController
          Controller to undo the latest command
 class UngroupController
          Controller to respond to ungrouping requests and turn them into UngroupCommand
 



Copyright © 2010. All Rights Reserved.