Changes between Version 17 and Version 18 of BOOK_WINDOW_R0


Ignore:
Timestamp:
10/04/08 13:30:39 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW_R0

    v17 v18  
    3131 * Classes  
    3232  * !BookWindow 
    33  * Interfaces  
    34   * !PageView 
    35   * !BookPanel 
    36   * !BookPanelElement 
    37  * Base view of [source:/trunk/sophie2-platform/doc/spec-diagrams/BookWindow.png BookWindow] 
     33 * Base view of !BookWindow 
    3834 * 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). 
     35  * 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). 
    4036 
    4137= Implementation = 
    42  
    43 [source:trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java@112 BookView class] 
     38This is the implemented wiki page: 
     39[wiki:BOOK_WINDOW] 
    4440 
    4541= Testing =