Changes between Version 25 and Version 26 of BASE_DND_R1


Ignore:
Timestamp:
08/19/09 18:16:40 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R1

    v25 v26  
    6565  * The idea is that every Sophie Resource should give a list with the DndDatas that support providing an extension to the ResourceDataProvider extension point. 
    6666  * The ResourceTransferable transfers a resource and fill in the list with the registered datas while going through the extensions that have attached to the extension point. 
    67  * Using serialization, HotText can be copy/pasted between different Sophie-s. HotAttr, HotPos, HotStyleDef, HotStyleValue, HotUnit should implement Serializable.  
     67 * Using serialization, HotText can be copy/pasted between different Sophie-s. HotAttr, HotPos, HotStyleDef, HotStyleValue, HotUnit should implement Serializable. 
     68  
     69 * Unit tests  
     70  * ImageDndDataTest in org.sophie2.base.dnd - tests ImageData. 
     71  * ResourceDndDataTest in org.sophie2.main.dnd - tests ResourceData. 
    6872 
    6973= Implementation =