Changes between Version 3 and Version 4 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
04/07/09 23:44:25 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v3 v4  
    6969   * public static Group createGroup(Page page, List<Frame> frames) - which will create a Group of elements and make it the root group (its parent container should be the page). 
    7070   * public static void deleteGroup(Group group) - which will ungroup a previously created group. (the examples explained above). 
     71 * The actual grouping control will be done through the HaloButtons created for this. 
     72  * Selected elements will be able to be grouped. 
     73  * Selected group will be able to be ungrouped. 
     74  * Both halo buttons will appear on selecting more than one frame. 
    7175 * There was another design considered => see '''Comments section'''. 
    7276= Implementation =