Changes between Version 1 and Version 2 of BOOK_BOTTOM_PANEL_R0


Ignore:
Timestamp:
10/08/08 10:52:00 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_BOTTOM_PANEL_R0

    v1 v2  
    55 
    66== Overview == 
    7 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^[[BR]] 
    8 The book bottom panel contains the interface for controling the view of the corresponding book. It is part of the book window. 
     7 * The book bottom panel is located in the bottom of the book window.  
     8 * There can be different bottom panels.  
     9 * The panel acts as a container for different elements controling what is displayed in the book window. 
     10 * The panel should allow attaching and detachiong of controls. 
     11 * The panel should change its appearance according to the contained controls. 
     12 
     13An example book bottom panel: 
     14[[Image(source:trunk/sophie2-platform/doc/spec-diagrams/BookPanel.png, 50%)]] 
     15 
     16At this revision: 
    917[[BR]]Revise the panel. Modularize it and extract the extensions. The Analisys should be made carefully. 
    1018== Task requirements == 
     
    1725 
    1826== Implementation idea == 
    19 ^(It is advisable to include some rough implementations ideas.)^ 
     27Make a class extending !SophieModule. 
     28Make a class for the book botom panel implementing the corresponding extension point of the book main window. 
    2029 
    2130== Related ==