Changes between Version 30 and Version 31 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/25/09 17:29:41 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v30 v31  
    7676  * public Group createGroup(List<PageElement> 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   *  
    7978 * Create class GroupView, which has a corresponding sceneElement. The sceneElement will consist of composition of the contained frame elements. 
    8079 * 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.