See: Description
Class | Description |
---|---|
Create |
User requests to create a new selected element (i.e., Rectangle or Oval).
|
PaletteEntry |
Any entry in the palette extends this class.
|
Select |
User is choosing to select available elements.
|
Enum | Description |
---|---|
Action |
Fundamental actions, likely not to expand
|
Classes that model desired actions by user initiated with the mouse.
Currently, two actions initiated by the mouse are:
Each PaletteEntry
has a visible presence with two icons -- a normal one and
a selected one. These PaletteEntry
objects are meant to model the actions.
The real behaviors are encoded within the draw.controller.handler
package.
The mouse behavior supports press, followed by a drag, with a final release to signal the completion of an activity. Move events are supported to provide, for example, the ability to change the mouse cursor when the mouse moves over a specific region.