Changes between Version 2 and Version 3 of BOOK_BOTTOM_PANEL_R0
- Timestamp:
- 10/08/08 12:03:32 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_BOTTOM_PANEL_R0
v2 v3 11 11 * The panel should change its appearance according to the contained controls. 12 12 13 An example book bottom panel: 13 An example book bottom panel:[[BR]] 14 14 [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/BookPanel.png, 50%)]] 15 15 … … 17 17 [[BR]]Revise the panel. Modularize it and extract the extensions. The Analisys should be made carefully. 18 18 == Task requirements == 19 * Make the existing panel a Sophie module. 20 * It should provide an extension to the corresponding extension point of !BookWindow 21 * Keep the existing controls. 19 * Make the panel use extensions of the !BookBottomPanelElement extension point of the book window 20 * Keep the existing controls statically linked. They will be extracted as extensions in a different modul later. 22 21 23 22 == Task result == … … 25 24 26 25 == Implementation idea == 27 Make a class extending !SophieModule. 28 Make a class for the book botom panel implementing the corresponding extension point of the book main window. 26 Write a method that gets the extensions and adds them to the panel. 29 27 30 28 == Related ==