Changes between Version 7 and Version 8 of BASE_DND_R1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R1

    v7 v8  
    6565new DataFlavor(DataFlavor.javaSerializedObjectMimeType + "; class=" + ImageResource.class.getName());  
    6666}}} 
     67 * The DndData implementations for resources are going to be as follows: 
     68  * [source:branches/private/peko/sophie2-platform/modules/org.sophie2.base.model.resources/src/main/java/org/sophie2/base/model/resources/dnd/ResourceData.java ResourceData] - a base dnd data for resources. 
     69  * [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. 
     70  * [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] 
    6772 
    6873= Implementation =