Changes between Version 19 and Version 20 of BOOK_WINDOW_R0
- Timestamp:
- 10/04/08 14:42:23 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R0
v19 v20 5 5 == Task requirements == 6 6 7 * DefineBook window behavior.7 * Book window behavior. 8 8 * Each !BookWindow is responsible for displaying a single book. 9 9 * At the time of creation of a window it is bound to a book. 10 * It is then responsible for displaying t e current page of the book.10 * It is then responsible for displaying the current page of the book. 11 11 * This is done through the extension connected to the !PageArea extension point (if such is present). 12 * It gives ability to control13 12 14 13 * Define extension points(places that allow adding functionality). … … 28 27 == How to demo == 29 28 You can show [source:/trunk/sophie2-platform/doc/spec-diagrams/BookWindow.png BookWindow] to the team. 29 Run Sophie2 and show the window. 30 30 31 31 = Design = 32 32 This is the implemented wiki page: 33 [wiki:BOOK_WINDOW] 33 34 34 35 = Implementation = 35 This is the implemented wiki page: 36 [wiki:BOOK_WINDOW] 36 37 37 38 38 = Testing =