Changes between Version 3 and Version 4 of PAGE_ELEMENT_GROUPING_R0
- Timestamp:
- 04/07/09 23:44:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_GROUPING_R0
v3 v4 69 69 * 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). 70 70 * 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. 71 75 * There was another design considered => see '''Comments section'''. 72 76 = Implementation =