Changes between Version 3 and Version 4 of APP_BASIC_MENUS_R0
- Timestamp:
- 01/08/09 10:50:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_BASIC_MENUS_R0
v3 v4 9 9 == Overview == 10 10 11 Refactor the menus for Sophie to use the new base menu library 11 Refactor the menus for Sophie to use the new base menu library developed in [wiki:BASE_MENUS_R0]. The current menus are found in org.sophie2.main.view.menus. This code should be changed to use the new extension point. 12 12 13 13 == Task requirements == 14 14 15 15 * Using the new base menu module [wiki:BASE_MENUS_R0], refactor class !MainMenuBar to use the new extension points 16 * Document an example of using the new library to build the application menus 16 17 17 18 == Task result == … … 21 22 == Implementation idea == 22 23 24 * For now, leave the menus in org.sophie2.main.view.menus but change it to use the extension point 25 * Add short cuts to the File Menu (ctrl-o for Open, ctrl-n for new book, etc) 26 27 23 28 == Related == 24 29 … … 27 32 == How to demo == 28 33 29 * Show the code creating the appmenus30 * Demo with [wiki:BASE_MENUS_R0]34 * Show the code using the extension points to create the application menus 35 * Show the documentation page that describes how you used the new library, what you liked and disliked 31 36 32 37 = Design =