Changes between Version 7 and Version 8 of BOOK_WINDOW


Ignore:
Timestamp:
10/04/08 15:18:43 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW

    v7 v8  
    1212 * [source:/trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java BookView implementation] 
    1313 
    14  * Each Book Window 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 the current page of the book. This is done through the extension connected to the !PageView extension point. 
     14 * Book window behavior. 
    1515 
     16    * Each !BookWindow is responsible for displaying a single book. 
     17    * At the time of creation of a window it is bound to a book. 
     18    * It is then responsible for displaying the current page of the book. 
     19    * This is done through the extension connected to the !PageArea extension point (if such is present).  
     20