Changes between Version 6 and Version 7 of BOOK_WINDOW
- Timestamp:
- 10/04/08 14:01:43 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_WINDOW
v6 v7 5 5 * !BookPanelElement - an element controlling single aspect of the view 6 6 * !PageView - displays single a page of a book 7 8 * [source:/trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java The class which represents Book Window.] 9 10 * Base view of !BookWindow: 7 * Base view of !BookWindow: 11 8 12 9 [[Image(source:/trunk/sophie2-platform/doc/spec-diagrams/BookWindow.png, 60%)]] 10 * UML diagram for Book window which is represented by [source:/trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java BookView] class in the project source code: 11 [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/BookView.png, 50%)]] 12 * [source:/trunk/sophie2-platform/modules/org.sophie2.messy/src/main/java/org/sophie2/messy/view/book/BookView.java BookView implementation] 13 13 14 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.