Changes between Version 2 and Version 3 of ANNOTATIONS_DISPLAY_R0
- Timestamp:
- 01/22/09 15:40:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANNOTATIONS_DISPLAY_R0
v2 v3 11 11 12 12 == Task requirements == 13 Create a new Annotations tab in the right flap.13 Create a new Annotations tab in the left flap. 14 14 15 15 Annotations can be modified in Edit and Reader mode. … … 21 21 22 22 == Implementation idea == 23 * Create a package org.sophie2.main.view.layout. right.annotations with class AnnotationsTab.23 * Create a package org.sophie2.main.view.layout.left.annotations with class AnnotationsTab. 24 24 * Create providers for the tab and add it in the MainViewModule. 25 25