Changes between Version 17 and Version 18 of BOOK_WINDOW_R0
- Timestamp:
- 10/04/08 13:30:39 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW_R0
v17 v18 31 31 * Classes 32 32 * !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 38 34 * 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). 40 36 41 37 = Implementation = 42 43 [ source:trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java@112 BookView class]38 This is the implemented wiki page: 39 [wiki:BOOK_WINDOW] 44 40 45 41 = Testing =