Changes between Version 5 and Version 6 of BASE_DND_R1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R1

    v5 v6  
    5959 
    6060= Design = 
     61 * Drag and Drop will not be implemented on this revision because it is time consuming. 
     62 * CUT/COPY and PASTE of resources to the OS cannot be implemented. It appears that clipboard operations are limited for Java. For drag and drop operations however it will be possible and SHOULD be implemented. 
     63 * The data flavors for resources will be with DataFlavor.javaSerializedObjectMimeType mime type. An image resource data will have a flavor: 
     64{{{ new DataFlavor(DataFlavor.javaSerializedObjectMimeType + "; class=" + ImageResource.class.getName()); }}} 
    6165 
    6266= Implementation =