Changes between Version 3 and Version 4 of BOOK_BOTTOM_PANEL_R0
- Timestamp:
- 10/08/08 12:04:40 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_BOTTOM_PANEL_R0
v3 v4 7 7 * The book bottom panel is located in the bottom of the book window. 8 8 * There can be different bottom panels. 9 * The panel acts as a container for different elements control ing what is displayed in the book window.10 * The panel should allow attaching and detachi ong of controls.9 * The panel acts as a container for different elements controlling what is displayed in the book window. 10 * The panel should allow attaching and detaching of controls. 11 11 * The panel should change its appearance according to the contained controls. 12 12 … … 15 15 16 16 At this revision: 17 [[BR]]Revise the panel. Modularize it and extract the extensions. The Anal isys should be made carefully.17 [[BR]]Revise the panel. Modularize it and extract the extensions. The Analysis should be made carefully. 18 18 == Task requirements == 19 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.20 * Keep the existing controls statically linked. They will be extracted as extensions in a different module later. 21 21 22 22 == Task result ==