Changes between Version 1 and Version 2 of ANNOTATIONS_DISPLAY_R0
- Timestamp:
- 01/20/09 14:03:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANNOTATIONS_DISPLAY_R0
v1 v2 8 8 9 9 == Overview == 10 10 Annotations are tools which can be used for adding notes and highlights. They are displayed in a tab in the right flap. 11 11 12 12 == Task requirements == 13 ^(Necessary requirements that the task must fulfill.)^ 13 Create a new Annotations tab in the right flap. 14 15 Annotations can be modified in Edit and Reader mode. 16 17 Cut-Copy-Paste-Delete functionality should be provided. 14 18 15 19 == Task result == … … 17 21 18 22 == Implementation idea == 19 ^(It is advisable to include some rough implementations ideas.)^ 23 * Create a package org.sophie2.main.view.layout.right.annotations with class AnnotationsTab. 24 * Create providers for the tab and add it in the MainViewModule. 20 25 21 26 == Related == … … 23 28 24 29 == How to demo == 25 30 * Run Sophie2 31 * Click on the Annotations tab in the right flap 26 32 27 33 = Design =