Changes between Version 5 and Version 6 of BASE_DND_R1
- Timestamp:
- 06/15/09 14:42:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R1
v5 v6 59 59 60 60 = 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()); }}} 61 65 62 66 = Implementation =