Changes between Version 30 and Version 31 of PAGE_ELEMENT_GROUPING_R0
- Timestamp:
- 05/25/09 17:29:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_GROUPING_R0
v30 v31 76 76 * public Group createGroup(List<PageElement> 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 *79 78 * Create class GroupView, which has a corresponding sceneElement. The sceneElement will consist of composition of the contained frame elements. 80 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.