Changes between Version 33 and Version 34 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/26/09 11:06:10 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v33 v34  
    7676  * public Group createGroup(List<ResourcePageElement> elements) - which will create a Group from given elements. They should be first children of the given one. 
    7777  * 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 frame elements. 
     78 * Create class GroupView, which has a corresponding sceneElement. The sceneElement will consist of composition of the contained elements. 
    7979 * 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. 
    8080 * 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).