Changes between Version 6 and Version 7 of BASE_DND_R0
- Timestamp:
- 03/12/09 20:26:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R0
v6 v7 87 87 * !SophieTransferHandler should be extended and defined for most UI components that support drag and drop (Palettes, BookDesktop etc.) - for example in an inner class and an !AutoProperty that depends on the JComponent of a Palette one can create a handler and latter change the Palette's model if a drop operation is performed. 88 88 89 [[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/SophieTransferHandler.png@1805)]] 90 89 91 == Transferables == 90 92 * provides information about the drag operation.