Changes between Version 8 and Version 9 of BASE_DND_R1


Ignore:
Timestamp:
06/15/09 15:14:28 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BASE_DND_R1

    v8 v9  
    6969  * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.app.model/src/main/java/org/sophie2/main/app/model/dnd/HotTextResourceData.java HotTextResourceData] - an implementation of the ResourceData for HotTextBookResources. 
    7070  * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.func.image/src/main/java/org/sophie2/main/func/image/dnd/ImageResourceData.java ImageResourceData] - an implementation of the ResourceData for ImageResources. 
    71   * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/dnd/ResourcesListData.java ResourcesListData] 
     71  * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/dnd/ResourcesListData.java ResourcesListData] - an implementation of the ResourceData for list of resources. 
     72  * Note: for current revision this would be enough for transferring resource between the resources palette and the work area. 
     73  * For every dnd data described above a SophieTransferable implementation will be created. It will manage the resource and some other dnd data as well. For example the [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.func.image/src/main/java/org/sophie2/main/func/image/dnd/ImageTransferable.java ImageTransferable] will transfer ImageResourceData, ImageData (see [wiki:BASE_DND_R0]) 
     74 
    7275 
    7376= Implementation =