Changes between Version 1 and Version 2 of PAGE_ELEMENT_MULTI_SELECT_R0
- Timestamp:
- 01/05/09 01:32:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_MULTI_SELECT_R0
v1 v2 8 8 9 9 == Overview == 10 Refactor the selection out of Page into the UI ( PageVIew), then extend the UI to allow for multiple selection.10 Refactor the selection out of Page into the UI (!PageView), then extend the UI to allow for multiple selection. 11 11 12 12 Currently the model contains the selected frame, but this does not allow for multiple UIs to have different selections for editing (esp for collaboration) The UI should hold the selection and the UI elements should go through the UI to get the selection and operate on it. … … 29 29 == Implementation idea == 30 30 31 * Because Page currently handles the selection, maybe making PageView contain the selection might work31 * Because Page currently handles the selection, maybe making !PageView contain the selection might work 32 32 * I'm not up on Java collections, but if you can pass a method off to a collection, then change the UI editing (huds, keyboard (like arrows)) to be list aware 33 33 * Cut/Copy/Paste etc will all be affected