Changes between Version 23 and Version 24 of RESOURCES_EXPORT_IMPORT_R0
- Timestamp:
- 10/26/09 12:48:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESOURCES_EXPORT_IMPORT_R0
v23 v24 109 109 * ExportFormatDialog : One resource can be exported to one or more formats, so before exporting it the right format should be chosen by the user, this dialog will provide such choice. 110 110 * ResourceExportLogic : This logic will handle resource exporting... for now there will be only one handler for events from the export button in the resource's tab. The logic will try to find all registered export managers of the selected to export resource and will bring up the ExportFormatDialog. Then a FileDialog with filter for the chosen format will be shown to the user. The user will be notified if the export was succesfull. 111 * Filter buttons : They will be registered as extensions and the will have icons as a skin, the icons will be provided by Dido, I guess... 111 112 113 * Our branch is [browser:/branches/private/meddle/resources_export_import] 114 * Tests : 115 * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/exports/ResourceExportManagerTest.java ResourceExportManagerTest] 116 * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/exports/SophieFormatExportTest.java SophieFormatExportTest] 117 * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/imports/ResourceImportUtilTest.java ResourceImportUtilTest] 118 * [browser:/branches/private/meddle/resources_export_import/modules/org.sophie2.main.func.resources/src/test/java/org/sophie2/main/func/resources/imports/ResourceImportManagerTest.java ResourceImportManagerTest] 119 * More with the implementation, there are use cases I want to check/test. 112 120 = Implementation = 113 121 ^(Describe and link the implementation results here (from the wiki or the repository).)^