Changes between Version 6 and Version 7 of BOOK_WINDOW


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_WINDOW

    v6 v7  
    55  * !BookPanelElement - an element controlling single aspect of the view 
    66  * !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: 
    118 
    129[[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] 
    1313 
    1414 * 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.