Changes between Version 10 and Version 11 of BASE_DND_R2


Ignore:
Timestamp:
09/07/09 16:35:29 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R2

    v10 v11  
    8585  * This is done because with TransferHandler from java 1.5 is not possible to get the point of the drop, and Sophie should work with java 1.5, so listeners from java 1.2 will be used. 
    8686 * Create classes DndAction, DndExport, DndExportDone, DndPreImport, DndImport - these classes represents transactions that are open when drag'n'drop operation is started. Different transactions are for the different states of the drag'n'drop opeartion. 
     87 * Create enum in SophieDragDropHandler TransferEventIds with constants  
     88  * DND_EXPORT - @EventParams( { DndExport.class, ImmPoint.class }) 
     89  * DND_IMPORT - @EventParams( { DndImport.class, ImmPoint.class, String.class } 
     90  * DND_PRE_IMPORT - @EventParams( { DndPreImport.class, ImmPoint.class }) 
     91 * Different menu item will extend AppMenuItem. For every item logic will be created that will handles click over them. 
    8792 
    8893= Implementation =