wiki:BOOK_WINDOW_R0

Version 14 (modified by peko, 17 years ago) (diff)

--

See Book Window.

Analysis

Overview

Book window is the window where the books "live". Book windows are windows into the main application window. Each book window has it's own tab in the Opened Books Tabbar.

Task requirements

Create a wiki page BOOK_WINDOW and fill in following:

  • Define extension points(places that allow adding functionality) in designing phase.
  • Create a class diagram containing classes that should be used.
  • Create an OpenOffice diagram to show the base view of book window

  • Define Book window behavior.

Task result

The result of this task should be a wiki page.

Implementation idea

-

-

How to demo

You can show BOOK_WINDOW to the team.

Design

  • Extension Points
    • BookPanel - holds the elements that control the view of the book
    • BookPanelElement - an element controlling single aspect of the view
    • PageView - displays single a page of a book
  • Classes
    • BookWindow
  • Interfaces
    • PageView
    • BookPanel
    • BookPanelElement
  • Base view of BookWindow /trunk/sophie2-platform/doc/spec-diagrams/BookWindow.odg
  • Behavior 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).

Implementation

BookView class

Testing

Log

  • Analyzing : Pavlina, Dean(done: 25 mins)
    • Review: 1 by Tanya - 15min. The analysis does not apply to the template. This analysis does not describe what should be done for finishing the task. At least, it is incomplete.
    • Review: 3.5 by Tanya. Fix "How to demo".
    • Refactoring: Deyan (done: 25 minutes)
  • Designing : Pap, Peko
  • Implementing : Pavlina - 0.5d
  • Testing :
  • FAILED