Changes between Version 10 and Version 11 of BASE_DND_R1
- Timestamp:
- 06/15/09 15:19:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R1
v10 v11 72 72 * Note: for current revision this would be enough for transferring resource between the resources palette and the work area. 73 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 * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.func.image/src/main/java/org/sophie2/main/func/image/dnd/ImageTransferable.java ImageTransferable] - transfers image resources, images and the location of the resource. 75 * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.main.app.model/src/main/java/org/sophie2/main/app/model/dnd/HotTextTransferable.java HotTextTransferable] - transfers hot text resources, hot text itself and plain text (using StringData) that represents the plain text representation of the hot text. 75 76 76 77 = Implementation =