= Analysis = == Overview == Book windows are responsible for displaying books, and book controls. They reside into the main application window. Each book window has it's own tab in the Opened Books Tabbar. == Task requirements == * Book window 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 the current page of the book. * This is done through the extension connected to the !PageArea extension point (if such is present). * Define extension points for: * !BookBottomPanelElement - an element controlling single aspect of the view * !PageArea - displays a single page of a book * Create an !OpenOffice diagram to show the base view of book window == Task result == The result of this task should be source code and an !OpenOffice diagram. == Implementation idea == * Revise the exiting !BookView code * Extend !SophieExtensionPoint class for the extension points == Related == [wiki:BOOK_WINDOW_R0] [[BR]] [wiki:BOOK_BOTTOM_PANEL_R0] [[BR]] [wiki:PAGE_SELECTOR_R0] [[BR]] == How to demo == * Run Sophie2 and show the window. = Design = This is the implemented wiki page: [wiki:BOOK_WINDOW] = Implementation = = Testing = = Log = [[Include(wiki:UNPLANNED_BOOK_WINDOW_R0_LOG)]]