Changes between Version 33 and Version 34 of PAGE_ELEMENT_GROUPING_R0
- Timestamp:
- 05/26/09 11:06:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_GROUPING_R0
v33 v34 76 76 * public Group createGroup(List<ResourcePageElement> elements) - which will create a Group from given elements. They should be first children of the given one. 77 77 * public static void deleteGroup(Group group) - which will ungroup a previously created group. 78 * Create class GroupView, which has a corresponding sceneElement. The sceneElement will consist of composition of the contained frameelements.78 * Create class GroupView, which has a corresponding sceneElement. The sceneElement will consist of composition of the contained elements. 79 79 * Clicking on either frame of a group should select all the group. For this, create a property currentGroup() in the PageWorkArea and watch for it in the PageElementLogic. 80 80 * In the PageElementLogic, when selecting a frame, we should actually select the first group below the current one, which contains this element(if such exists).