Changes between Version 7 and Version 8 of PAGE_ELEMENT_MULTI_SELECT_R0
- Timestamp:
- 03/30/09 12:22:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_MULTI_SELECT_R0
v7 v8 56 56 * page element selection and deselection should be done in [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageElementLogic.java PageElementLogic]. 57 57 * selecting the page itself should be done in [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageLogic.java PageLogic]. This also means that selected page elements should be cleared. 58 * Drag to select cannot be done since we do not have dragging functionality at the moment. 58 * Drag to select: 59 * Provide a dummy implementation. It will change with the introduction of the base drag and drop library. 60 * Define a scene element in the AuthorPageWorkArea. 61 * Handle the InputEventR3.MOUSE_DRAGGED in SceneInpteractionLogic and in the PageLogic correspondingly. 59 62 * The menu that operates on selected page elements should appear in the top left corner of their bounding rectangle. (this is already implemented for the release by Pap). 60 63 * A !SceneElement for the selected PageElements should be created and added int the [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/page/areas/AuthorPageWorkArea.java AuthorPageWorkArea].