Changes between Version 2 and Version 3 of BOOK_BOTTOM_PANEL_R0


Ignore:
Timestamp:
10/08/08 12:03:32 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_BOTTOM_PANEL_R0

    v2 v3  
    1111 * The panel should change its appearance according to the contained controls. 
    1212 
    13 An example book bottom panel: 
     13An example book bottom panel:[[BR]] 
    1414[[Image(source:trunk/sophie2-platform/doc/spec-diagrams/BookPanel.png, 50%)]] 
    1515 
     
    1717[[BR]]Revise the panel. Modularize it and extract the extensions. The Analisys should be made carefully. 
    1818== Task requirements == 
    19  * Make the existing panel a Sophie module. 
    20  * It should provide an extension to the corresponding extension point of !BookWindow 
    21  * Keep the existing controls. 
     19 * Make the panel use extensions of the !BookBottomPanelElement extension point of the book window 
     20 * Keep the existing controls statically linked. They will be extracted as extensions in a different modul later. 
    2221 
    2322== Task result == 
     
    2524 
    2625== Implementation idea == 
    27 Make a class extending !SophieModule. 
    28 Make a class for the book botom panel implementing the corresponding extension point of the book main window. 
     26Write a method that gets the extensions and adds them to the panel. 
    2927 
    3028== Related ==