Changes between Version 27 and Version 28 of BASE_DND_R1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BASE_DND_R1

    v27 v28  
    5858 
    5959 * Create module org.sophie2.main.dnd with packages: 
    60   * org.sophie2.main.dnd - with MainDndModule which is SophieModule for the package. 
     60  * org.sophie2.main.dnd - with MainDndModule which is SophieModule for the module. 
    6161  * org.sophie2.main.dnd.dnddata - with ResourceData which is DndData for Sophie Resources. 
    6262  * org.sophie2.main.dnd.providers - ResourceDataProvider and ImageResourceDataProvider. 
     
    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 * The org.sophie2.main.dnd module provides an extension ResourceDndProvider to DndProvider extension point of org.sophi2.base.dnd. 
    6768 * Using serialization, HotText can be copy/pasted between different Sophie-s. HotAttr, HotPos, HotStyleDef, HotStyleValue, HotUnit should implement Serializable. 
    6869