28 | | * BookPanel |
29 | | * BookPanelElement |
30 | | * PageView |
31 | | * Base view of BookWindow [source: /trunk/sophie2-platform/doc/spec-diagrams/BookWindow.odg] |
32 | | * |
| 28 | * !BookPanel - holds the elements that control the view of the book |
| 29 | * !BookPanelElement - an element controlling single aspect of the view |
| 30 | * !PageView - displays single a page of a book |
| 31 | * Classes |
| 32 | * !BookWindow |
| 33 | * Interfaces |
| 34 | * !PageView |
| 35 | * !BookPanel |
| 36 | * !BookPanelElement |
| 37 | * Base view of !BookWindow [source: /trunk/sophie2-platform/doc/spec-diagrams/BookWindow.odg] |
| 38 | * 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). |
| 40 | |