Changes between Version 5 and Version 6 of BASE_DIALOGS_R0
- Timestamp:
- 11/05/08 14:50:21 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DIALOGS_R0
v5 v6 25 25 26 26 = Design = 27 * The module org.sophie2.base.dialogs contains felix activator, dialog module which extends sophie module, dialog object and dialog input(with settings to the dialog), dialog manager which controls the dialogs.27 * The module org.sophie2.base.dialogs dialog module which extends sophie module, dialog object and dialog input(with settings to the dialog), dialog manager which controls the dialogs. We should remove the Activator class and use only the dialog module for activation. 28 28 * [source:trunk/sophie2-platform/modules/org.sophie2.base.dialogs/src/main/java/org/sophie2/base/dialogs/BaseDialogModule.java BaseDialogModule] already provides extension point for the dialog extentions 29 29 * There is [source:trunk/sophie2-platform/modules/org.sophie2.base.dialogs/src/main/java/org/sophie2/base/dialogs/TestingDialogManager.java TestingDialogManager] class. All dialog tests should use it, otherwise the automatic testing can break while the dialogs are shown. 30 * there is DialogManagerTest for the [source:trunk/sophie2-platform/modules/org.sophie2.base.dialogs/src/main/java/org/sophie2/base/dialogs/DialogManager DialogManager] but it is now in messy module. When creating file dialogs module we have to move it in test dir of the base.dialogs because it depends on thefile dialogs.30 * there is DialogManagerTest for the [source:trunk/sophie2-platform/modules/org.sophie2.base.dialogs/src/main/java/org/sophie2/base/dialogs/DialogManager DialogManager] but it is now in messy module. It should be moved in the test dir of base.dialogs and should not depends on file dialogs. 31 31 32 32 = Implementation =