Changes between Version 14 and Version 15 of BASE_DND_R0
- Timestamp:
- 05/22/09 15:40:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_DND_R0
v14 v15 41 41 * Embedded books 42 42 * etc. 43 * May include the buttons that are drag gable (for resizing the Page, moving the Frame etc.) - this is optional since we already have some implementaion for dragging these buttons.43 * May include the buttons that are dragable (for resizing the Page, moving the Frame etc.) - this is optional since we already have some implementaion for dragging these buttons. 44 44 *''' New tables should be defined:''' 45 45 * A table for possible DnD transfers and scenarios. … … 103 103 * TransferableConverter - a Utility class providing functionality to convert from DnDTransferable to Transferable and vice-versa. 104 104 * DnDDataProvider interface and its implementor SimpleDnDDataProvider - defines Sophie extension for creation of DnDData objects. 105 [[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDDesign.png @2814)]]105 [[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDDesign.png)]] 106 106 107 107 * The following operations are supported: … … 144 144 * Outside Sophie2 145 145 * Cut - implemented as Copy + Delete (which is the typical behavior) 146 [[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDActivity.png @2814)]]146 [[Image(source:/branches/private/vlado/sophie2-platform/doc/uml-design-diagrams/DnDActivity.png)]] 147 147 148 148