Changes between Version 1 and Version 2 of PAGE_ELEMENT_MULTI_SELECT_R0


Ignore:
Timestamp:
01/05/09 01:32:52 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_MULTI_SELECT_R0

    v1 v2  
    88 
    99== Overview == 
    10 Refactor the selection out of Page into the UI (PageVIew), then extend the UI to allow for multiple selection.   
     10Refactor the selection out of Page into the UI (!PageView), then extend the UI to allow for multiple selection.   
    1111 
    1212Currently 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. 
     
    2929== Implementation idea == 
    3030 
    31  * Because Page currently handles the selection, maybe making PageView contain the selection might work 
     31 * Because Page currently handles the selection, maybe making !PageView contain the selection might work 
    3232 * 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 
    3333 * Cut/Copy/Paste etc will all be affected