Changes between Version 3 and Version 4 of BASE_DIALOGS_R0


Ignore:
Timestamp:
11/05/08 14:40:59 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DIALOGS_R0

    v3 v4  
    2525 
    2626= Design = 
    27  * There is TestingDialogManager class. All dialog tests should use it, otherwise the automatic testing can break while the dialogs are shown 
    28  * See [source:trunk/sophie2-platform/modules/org.sophie2.base.dialogs/src/main/java/org/sophie2/base/dialogs/TestingDialogManager.java] 
     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. 
     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 * 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 the file dialogs. 
     31 
    2932= Implementation = 
    3033^(Implementation results should be described and linked here (from the wiki or the repository)^