Changes between Version 15 and Version 16 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/21/09 12:05:18 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v15 v16  
    135135 * The '''Frame''' will implement ElementContainer - it will have parent ElementContainer - a group. 
    136136 * Define class '''Group''' which will handle grouping, ungrouping and group navigation. It will implement the GroupContainer, ElementContainer and will extend Resource. The Group class should have two static methods which will do exactly what is supposed for grouping of elements: 
    137   * public static Group createGroup(Page page, List<Frame> frames) - which will create a Group  
     137  * public static Group createGroup(Page page, List<ElementContainer> elements, List<GroupContainer> groups) - which will create a Group from given groups and elements. 
    138138  * public static void deleteGroup(Group group) - which will ungroup a previously created group. 
    139139  * void enterGroup() - which will set the current group to this one and view it as a root group.