Changes between Version 13 and Version 14 of GROUP_APP_HELP_R0
- Timestamp:
- 05/06/09 19:05:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_HELP_R0
v13 v14 99 99 * Create a module {{{org.sophie2.main.func.help}}}. 100 100 * Create an extension point for help entries (see below). 101 * Create menu item Help Contents. 102 * Move all about dialog functionality to the new module. 101 103 102 104 * Create a class HelpEntry that represents the JavaHelp's HelpSet that a module can provide. 105 * The class should have two fields: 106 * helpSetPath - relative path to the corresponding HelpSet file. 107 * sortKey - string value which determines the order of this entry in the help contents tree. 103 108 104 109 * Create an enum HelpLogic with field DISPLAY_HELP.