Changes between Version 9 and Version 10 of BASE_DND_R1
- Timestamp:
- 06/15/09 15:15:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R1
v9 v10 71 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 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])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 and StringData (see [wiki:BASE_DND_R0]). This will export the image resouce, the image itself and the location of the resource as a string. 74 74 75 75