Uses of Package
org.vectomatic.client.rep.controller

Packages that use org.vectomatic.client.rep.controller
org.vectomatic.client.rep   
org.vectomatic.client.rep.command   
org.vectomatic.client.rep.controller   
org.vectomatic.client.rep.events   
org.vectomatic.client.rep.view   
 

Classes in org.vectomatic.client.rep.controller used by org.vectomatic.client.rep
LineWidthController
          Controller to respond to line width modifications and turn them into SetAttributeCommand
MouseControllerSelector
          Class to manage an array of buttons which determine which controller is catching events on the 2D view
ShapeSelection
          Class to represent the currently selected shapes.
StyleController
          Class to manage changes of the color or transparency of a shape
 

Classes in org.vectomatic.client.rep.controller used by org.vectomatic.client.rep.command
EditPolylineController
          Controller to respond to polyline edition requests and turn them into MoveVertexCommand and DeleteVertexCommand
MouseControllerSelector
          Class to manage an array of buttons which determine which controller is catching events on the 2D view
RepresentationController
          Controller to respond to open / save requests.
SelectShapeController
          Controller to respond to translate/rotate/resize shape requests and turn them into TransformShapeCommand
 

Classes in org.vectomatic.client.rep.controller used by org.vectomatic.client.rep.controller
ContextualMenuVisitor
          Shape visitor implementation to set the items in the contextual menu depending on the selection
ControllerBase
          Base class for IController implementations
ControllerMenuItem
          Menu item customized to support enable/disable state and call invocation of a Controller
ControllerPushButton
          Customized PushButton class with a tooltip.
DeleteController
          Controller to respond to delete shape request and turn them into DeleteShapeCommand
GroupController
          Controller to respond to grouping requests and turn them into GroupCommand
IController
          Interface for controllers.
LineWidthController
          Controller to respond to line width modifications and turn them into SetAttributeCommand
MouseControllerButton
          Customized ToggleButton class with a tooltip and an associated controller.
NilController
          Controller which does nothing
OrderingController
          Controller to respond to shape ordering requests and turn them into ChangeOrderingCommand
RepresentationController
          Controller to respond to open / save requests.
ResizeController
           
ShapeSelection
          Class to represent the currently selected shapes.
StyleController
          Class to manage changes of the color or transparency of a shape
UngroupController
          Controller to respond to ungrouping requests and turn them into UngroupCommand
 

Classes in org.vectomatic.client.rep.controller used by org.vectomatic.client.rep.events
ShapeSelection
          Class to represent the currently selected shapes.
 

Classes in org.vectomatic.client.rep.controller used by org.vectomatic.client.rep.view
ColorEditor
          Widget to implement a gimp-like color editor
IController
          Interface for controllers.
RepresentationController
          Controller to respond to open / save requests.
StyleController
          Class to manage changes of the color or transparency of a shape
 



Copyright © 2010. All Rights Reserved.