= 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 == * 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(places that allow adding functionality). * !BookPanel - holds the elements that control the view of the book * !BookPanelElement - an element controlling single aspect of the view * !PageArea - displays single a 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 == - == Related == - == How to demo == * You can show [source:/trunk/sophie2-platform/doc/spec-diagrams/BookWindow.png BookWindow] to the team. * Run Sophie2 and show the window. = Design = This is the implemented wiki page: [wiki:BOOK_WINDOW] = Implementation = = Testing = = Log = [[Include(wiki:BOOK_WINDOW_R0_LOG)]]