Changes between Version 3 and Version 4 of GROUP_EMBEDDED_BOOKS_R0


Ignore:
Timestamp:
03/26/09 10:35:17 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_EMBEDDED_BOOKS_R0

    v3 v4  
    5656 
    5757= Design = 
    58 ^(Describe your design here.)^ 
     58A class EmbeddedBookResource will be created in the org.sophie2.main.model module. It will extend the Book resource class and will implement some additional methods. 
     59A class EmbeddedBookContent will be created in the org.sophie2.main.model module. It will override the mainResource method to return an RWProp<EmbeddedBookResource>. 
     60An extension and classes for the menu item will be added in the org.sophie2.main.view module. 
     61 
     62Currently the resource library does not handle cyclic references. If this cannot be fixed, importing a book that will cause cyclic references will be disabled. 
     63 
     64When an EmbeddedBook frame is selected, the current book and book view should change to reflect that. This will affect the resources displayed in the Resources palette and the behaviour of the book bottom panel. 
     65 
     66Renaming and deleteing of embedded books will be implemented if resource management works. 
     67 
     68The embedded books will be listed in the opened books palette, below the book they are embedded in and indented to the right. 
    5969 
    6070= Implementation =