| 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] |