Changes between Version 10 and Version 11 of BOOK_WINDOW_R0


Ignore:
Timestamp:
10/02/08 17:53:36 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R0

    v10 v11  
    2626= Design = 
    2727 * Extension Points 
    28   * BookPanel 
    29   * BookPanelElement 
    30   * PageView 
    31  * Base view of BookWindow [source: /trunk/sophie2-platform/doc/spec-diagrams/BookWindow.odg] 
    32   *  
     28  * !BookPanel - holds the elements that control the view of the book 
     29  * !BookPanelElement - an element controlling single aspect of the view 
     30  * !PageView - displays single a page of a book 
     31 * Classes  
     32  * !BookWindow 
     33 * Interfaces  
     34  * !PageView 
     35  * !BookPanel 
     36  * !BookPanelElement 
     37 * Base view of !BookWindow [source: /trunk/sophie2-platform/doc/spec-diagrams/BookWindow.odg] 
     38 * Behavior 
     39  Each !BookWindow is responsible for displaying a single book. At the time of creation of a window it is bound to a book. It is then responsible for displaying te current page of the book. This is done through the extension connected to the !PageView extension point (if such is present). 
     40 
    3341= Implementation = 
    3442