Changes between Version 3 and Version 4 of ELEMENT_VIEWS_REDESIGN_R0
- Timestamp:
- 09/16/09 16:11:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ELEMENT_VIEWS_REDESIGN_R0
v3 v4 110 110 * Selection: 111 111 * PwaSelector - as described in the design it is responsible for managing the edit scope and selection. Its {{{ select }}} methods are used by the selection logics. 112 * ElementLogic has a single operation ON_TOGGLE_ELEMENT_SELECTION which handles selecting/deselecting elements by clicking on them. More than one element can be selected by holding down the Ctrlkey.112 * ElementLogic has a single operation ON_TOGGLE_ELEMENT_SELECTION which handles selecting/deselecting elements by clicking on them. More than one element can be selected by holding down the Shift key. 113 113 * ScenePageLogic's operation DRAG_TO_SELECT_PAGE_ELEMENTS handles selecting page elements by dragging. 114 114 * This operation is invoked on MOUSE_PRESSED and uses a MouseCapture object to follow the position of the mouse.