Changes between Version 7 and Version 8 of BOOK_WINDOW
- Timestamp:
- 10/04/08 15:18:43 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW
v7 v8 12 12 * [source:/trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java BookView implementation] 13 13 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. 15 15 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