See: Description
Class | Description |
---|---|
ActiveToolHandler |
Adapts mouse events into actions, corresponding to
IActionInterface , based on the active tool. |
ChangeCursorHandler |
React to anchor points on MouseMotion with changing cursor; thereafter, handle dragging behavior.
|
CreateHandler | |
DrawerMouseAdapter |
GUI Handlers are able to draw into the graphics after all elements have been redrawn.
|
Handler |
Handler for Chain of Responsibilities.
|
ResizeHandler |
React to anchor points on MouseMotion by resizing.
|
SelectHandler |
IActionInterface
provides the application-domain events of interest, including:
ActiveToolHandler
class takes the responsibility of
adapting low-level mouse events into application-domain events.